1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 14:55:13 +03:00
Commit graph

555 commits

Author SHA1 Message Date
Chris Nisbet
07b4be8f45 CN - Adds support for a mass storage USB device in the main firmware.
By default, the firmware includes the USB joystick device, but it is possible to replace this code with a mass storage device that allows access to the SD card when running the main firmware.
To include the mass storage device and remove the joystick device, add "USB=MASS" to the command line args when making the firmware.
2014-06-19 16:57:17 +12:00
Damjan Adamic
fd9f3ad8be Bad indentaton and reduced buffer size 2014-06-19 06:53:53 +02:00
bsongis
b77d470684 background function added to Lua scripts (used only in telemetry
scripts)
2014-06-18 22:42:04 +02:00
bsongis
ec81b078fe Now telem0.lua replaces the voltages screen and telem1.lua .. telem7.lua
are allowed. The user could now have 1+7+3+1=12 telemetry screens!
2014-06-18 22:42:04 +02:00
Damjan Adamic
c82068115f Fixes #115 - added date and time to backup filename 2014-06-18 22:19:57 +02:00
bsongis
500ca6554d Sky9x compilation failure 2014-06-17 15:57:25 +02:00
bsongis
39118453da Code cleanup on Sky9x pulses 2014-06-17 15:41:27 +02:00
bsongis
6dacd5a914 Google tests didn't compile with my last commit 2014-06-17 11:07:20 +02:00
bsongis
2094e87da5 'phase' renamed to 'flight mode' everywhere in the code 2014-06-17 10:59:00 +02:00
bsongis
20125474c1 Fixes #1267 2014-06-17 10:59:00 +02:00
bsongis
d6ef1c011b Now the Lua Telemetry scripts 2014-06-14 11:13:02 +02:00
bsongis
89433127c4 Lua scripts now in custom functions! 2014-06-12 18:18:42 +02:00
Andre Bernet
7ea2eb6259 Smaller analog delay margin 2014-06-12 11:23:02 +02:00
bsongis
2cd66cbc65 Fixes #1223 2014-06-12 10:34:57 +02:00
bsongis
e8e025fdb0 Fixes #1252 2014-06-11 15:06:39 +02:00
bsongis
7ddb29ca74 RxBatt alarms files/tones removed 2014-06-10 23:42:46 +02:00
bsongis
e4d03b8c70 Fixes #1205 - Delay only applied to Play family function, with a
configurable delay, between 0 and 300ms (default is 150ms).
2014-06-10 16:19:44 +02:00
bsongis
6511ae173d Fixes #1191 2014-06-06 11:54:13 +02:00
bsongis
0ea3daa4c4 Bug found in Pots Warning (Auto mode) 2014-06-02 11:01:21 +02:00
bsongis
b10709f68b Lua metrics (duration and interval) added to the Debug screen 2014-05-30 22:37:12 +02:00
bsongis
fc876f0506 Confirmation page added - not as nice as others ;) - Engine settings
applied (others remain to do). Flaps instead of Flaperons
2014-05-26 16:35:47 +02:00
bsongis
ede7b02706 Telemetry RxBatt alarms 2014-05-23 16:17:49 +02:00
bsongis
375147e4eb Telemetry A3/A4 settings and alarms 2014-05-23 15:29:10 +02:00
bsongis
daf80cad83 A3/A4 support 2014-05-23 11:09:22 +02:00
bsongis
49a4d5ecb1 Gtests KO 2014-05-19 15:12:23 +02:00
bsongis
1a7ff9239d A couple of changes on top of projectkkglider branch 2014-05-19 14:52:07 +02:00
Damjan Adamic
e14734c8af Reduced number of logical switch context to 2. Now we have only active fm context (lswFM[0]) and other context that is used for all other fms (lswFm[1]).
Much smaller RAM usage, but possible (I beleave unimportant) errors when trasitioning between more than two flight modes.
2014-05-18 18:08:41 +02:00
Damjan Adamic
d6a150738c Cosmetics 2014-05-17 19:56:00 +02:00
Damjan Adamic
1491d3b236 Renamed lswReset() to logicalSwitchesReset()
Added PACKED to logical switches data structures
2014-05-17 19:38:23 +02:00
Damjan Adamic
07a5333a08 Fixes #1039:
* order of logical switches calculaton now predicable: always from L1 to L64
* each flight mode has its own logical switches context (RAM usage multiplied by number of flight modes)
* resolved problem of non-reentrancy of getSwitch() function
2014-05-17 17:51:33 +02:00
Damjan Adamic
6e5f064c31 One more rename 2014-05-17 17:06:29 +02:00
Damjan Adamic
34e1a0ce86 All references to "custom switches" renamed to "logical switches" 2014-05-17 15:29:31 +02:00
Damjan Adamic
8c21462f74 More switches code moved to switches.cpp 2014-05-17 15:29:31 +02:00
bsongis
96ddda7bef Bugfixes 2014-05-16 22:33:00 +02:00
bsongis
4f0e4feadd Cosmetics 2014-05-16 21:17:54 +02:00
bsongis
e4346e70cd Checklist available on all ARM boards 2014-05-16 17:30:54 +02:00
bsongis
487cd04030 Cosmetics (one TODO done) 2014-05-16 17:08:35 +02:00
bsongis
bfbee05b25 Telemetry refactoring continued 2014-05-16 16:46:04 +02:00
bsongis
b376192b61 Telemetry refactoring 2014-05-15 18:07:52 +02:00
bsongis
2fbd4ff13a Mixer code splitted differently 2014-05-15 12:08:57 +02:00
bsongis
55ed62e6ac Mixer code moved to a separate file 2014-05-15 11:10:05 +02:00
bsongis
5503a9cd3c Curves code moved to a separate file 2014-05-15 08:07:37 +02:00
Bertrand Songis
d047133e64 Merge pull request #1102 from opentx/bsongis/Switches_refactoring
Switches code moved to a separate file
2014-05-15 07:36:14 +02:00
bsongis
0e84a27521 A1/A2/RSSI/SWR alarms available on all ARM boards 2014-05-13 22:31:51 +02:00
bsongis
98920569ab Merge remote-tracking branch 'origin/TaranisPlus' into next 2014-05-11 15:50:05 +02:00
Damjan Adamic
533000ddcd Fixes #1042 2014-05-11 15:06:02 +02:00
bsongis
220e9f3e97 Merge remote-tracking branch 'origin/next' into TaranisPlus
Conflicts:
	companion/src/generaledit.cpp
	companion/src/generaledit.ui
	radio/src/gui/menu_general.cpp
2014-05-11 14:41:03 +02:00
bsongis
8b2769a734 Switches code moved to a separate file 2014-05-09 18:05:29 +02:00
bsongis
f178748090 Fixes #986
Fixes #1058
2014-05-05 16:07:07 +02:00
bsongis
be3c674fe5 Fixes #36 2014-05-05 10:38:32 +02:00