1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00
Commit graph

36 commits

Author SHA1 Message Date
Bertrand Songis
97d59cfa56 Copyright script applied to all sources in the radio directory 2015-12-23 19:57:13 +01:00
Bertrand Songis
d02d0f26db Switch to CMake - Taranis bootloader added. Tests done. 2015-12-23 18:39:02 +01:00
Bertrand Songis
88841f63ca Switch to CMake 2015-12-21 23:43:18 +01:00
Bertrand Songis
a556c50956 [Horus] Next round of screen changes + refactoring 2015-11-03 19:53:55 +01:00
Bertrand Songis
e18e6f9c41 [Horus] Refactoring continued 2015-10-22 20:04:54 +02:00
Bertrand Songis
c92909f7c5 A little bit code cleaning... 2015-10-14 23:47:51 +02:00
Bertrand Songis
2902ae1887 Horus simulator should now be OK 2015-10-14 23:47:51 +02:00
Bertrand Songis
976c01051d Compilation fix 2015-09-05 11:37:09 +02:00
Bertrand Songis
d14931f77f [ARM] Tasks stack class created
New taskinfo command added to the CLI. CLI stack size increased as it
was too short for the ls command (the CLI did hang!)
2015-09-05 11:10:18 +02:00
Damjan Adamic
771206e1b2 Merge pull request #2696 from opentx/bsongis/issue2595_cli
Fixes #2595 and #2598: USB serial port and CLI added
2015-08-31 11:06:04 +02:00
Damjan Adamic
77d3eae4d6 Re #2681 and #2626: Power off refactoring, the 9XE RTC reset prevention code now active 2015-08-25 20:36:51 +02:00
bertrand
2b312fdbb4 Fixes #2595 - Cli added
Based on projectkk2glider work, with a lot of bugs I am sure. Still not
tested, this is why I preferred working on my own branch. I push it now
so that Jenkins do the first tests and you can review if I am on the
right track. 

I am really wondering if a merge with the Lua api would be possible /
nice, what do you think?
2015-08-10 22:52:26 +02:00
bsongis
f51a313708 [Taranis] Display of shutdown bitmap instead of the message "SHUTDOWN"
in the popup
2015-07-14 22:12:24 +02:00
bsongis
17f465bff5 [Taranis X9E] Shutdown procedure modified (popup with confirmation
added)
2015-07-10 17:34:55 +02:00
Damjan Adamic
0f15828093 X9E: turn off top lcd and both backlights when powering off 2015-04-06 18:22:34 +02:00
bsongis
a458c78dbe [Taranis] USB=MASSSTORAGE option again OK 2015-03-20 12:09:37 +01:00
Damjan Adamic
a5e8c85557 Interrupt stack size reduced to 1kB, enabled painting and display of free interrupt stack space 2015-02-20 20:36:21 +01:00
bsongis
23b373f80c Sensors timeout simulated in SIMU mode 2015-01-26 18:58:24 +01:00
Damjan Adamic
bb921a0a7f Ported from master to next:
#1489: TRACE() output intercepted and shown in Companion (shortcut F6)
#1270: simple Trainer Simulator (shortcut F5)
#1466: telemetry simulator (shorcut F5)
2015-01-04 20:07:39 +01:00
Damjan Adamic
f8203b72f7 perMainArm() renamed to perMain() 2014-12-07 10:12:26 +01:00
Damjan Adamic
afedd86fae perMain() moved into main_avr.cpp and main_arm.cpp 2014-12-07 09:58:46 +01:00
Damjan Adamic
e55b7504c3 Cosmetic changes (thanks to Bertrand's review) 2014-12-07 09:41:31 +01:00
Damjan Adamic
e4de0da0bb Fixed Companion build 2014-12-06 15:55:07 +01:00
Damjan Adamic
8aeb35c912 Refactoring continued: Try to run lua scripts before the first LCD function 2014-12-06 15:36:10 +01:00
Damjan Adamic
fac8571c29 Refactoring of perMainArm(), hw specific stuff moved to targets 2014-12-06 13:13:51 +01:00
Damjan Adamic
5c8e8ebbe5 Separated perMain() for ARM and other platforms 2014-12-06 12:44:30 +01:00
Damjan Adamic
5566439e76 Fixed simu build 2014-12-04 22:17:06 +01:00
Damjan Adamic
271dae71f7 Try to keep perMain() execution period of 20ms 2014-12-04 21:23:09 +01:00
Damjan Adamic
a539add020 Re #1875 and #1849: implemented LCD initialization for low temperatures. Initialization skipped in case of watchdog reset or boot-loader exit. 2014-12-03 21:14:07 +01:00
Kyle Manna
da8160f1ff permissions: Remove execute bit from src files
* Remove the execute permission on all c, cpp, and header files.
* These files will never need to be executed.
2014-11-19 09:52:44 -08:00
Damjan Adamic
6839c02aba Fixes for simu 2014-10-15 20:04:06 +02:00
bsongis
871e9f0be3 Revert some last changes so that there is no problem with Lua
Conflicts:
	radio/src/Makefile
	radio/src/opentx.cpp
2014-09-15 10:05:55 +02:00
bsongis
46cd5eeb87 Simu compilation failure 2014-09-06 12:59:43 +02:00
bsongis
500602e8cc Fixes #1643 - Thanks to projectkk2glider for his help on this one
Conflicts:
	radio/src/lua.cpp
	radio/src/opentx.cpp
2014-09-05 17:54:12 +02:00
bsongis
2cc432344b Compilation failure 2014-09-05 08:43:33 +02:00
bsongis
f865af2cbe tasks.cpp added to deal with OpenTX tasks on ARM 2014-09-03 19:07:12 +02:00