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

10664 commits

Author SHA1 Message Date
3djc
90ebc1a8be AVR compilation fix 2018-02-28 12:58:55 +01:00
3djc
af7183151c Restore access from LUA since values are controled 2018-02-28 12:32:47 +01:00
3djc
b8cb379234 Display telem screen is now ok since we control values 2018-02-28 12:30:06 +01:00
3djc
fdf4d4926f POC for review and discussion 2018-02-28 11:34:32 +01:00
Kilrah
4cccff934f AVR version handling issues 2018-02-26 20:31:20 +01:00
Bertrand Songis
52e3a3fc15
Update CREDITS.txt 2018-02-25 20:54:55 +01:00
tgreer
4b7f822848 added case for UNIT_TEXT used by crossfire FM Sensor (#5724) 2018-02-25 01:18:23 +01:00
Jim Taylor
a35ffe16cc Fix Issue 5633 - Workaround for Linux QT Styles (Breeze, Oxygen, ?) returning bad rect width. (#5695)
* Fix Issue 5633 - Workaround for Linux QT Styles (Breeze, Oxygen, ?) returning bad rect width.
2018-02-20 01:25:54 -05:00
Bertrand Songis
3785e24077
Update CREDITS.txt 2018-02-18 17:24:06 +01:00
Bertrand Songis
82ba845fc7
Update CREDITS.txt 2018-02-18 09:59:37 +01:00
Bertrand Songis
a113154708
Update CREDITS.txt 2018-02-15 08:21:15 +01:00
3djc
11c2440dcd Small cleanup 2018-02-13 13:12:49 +01:00
3djc
17f686f39c
Merge pull request #5689 from opentx/LapinFou/FixedWizard
Fixed Wizard Lua scripts for Horus radios.
2018-02-12 16:54:18 +01:00
LapinFou
f498b54648 Fixed Wizard Lua script for Horus radios. 2018-02-12 16:29:45 +01:00
Kilrah
06141feb8b Translations 2018-02-11 23:46:19 +01:00
3djc
b74b005215 Rename confusing Master/Battery to Master/Serial (#5663) 2018-02-11 23:43:12 +01:00
Kilrah
4c212ae507 Translations 2018-02-11 23:42:56 +01:00
3djc
1ebd2894c2 Apply THR trim when cross triming (#5664) 2018-02-11 23:26:29 +01:00
3djc
d3951235bd Add gtimer support to LUA (#5669)
* Add gtimer support to LUA

* Copy/paste issue
2018-02-11 23:25:04 +01:00
3djc
073e1a8462 Align X9E audio definitions to ana inputs (#5687) 2018-02-11 23:23:40 +01:00
3djc
4cf257b997 Display only timer name if defined (#5684) 2018-02-11 23:23:19 +01:00
Bertrand Songis
51db756385
Update CREDITS.txt 2018-02-11 09:07:10 +01:00
3djc
fc4d70a5e9 Fix tts generation on the new server 2018-02-10 13:22:41 +01:00
Bertrand Songis
a73d8bc8f4
Update CREDITS.txt 2018-02-10 08:45:49 +01:00
3djc
dc0b5838b1 Trigger SD card version change for S8R scripts 2018-02-09 08:26:06 +01:00
3djc
afb0ca384a Compensate for S8R firmware bug
This fixes #5677
2018-02-08 19:14:09 +01:00
Bertrand Songis
817f81ebb2
Update CREDITS.txt 2018-02-08 18:51:45 +01:00
3djc
119b367205 128x64 GVAR support update (#5675)
* POC for usability feedbacks

* Working version for tests

* Remove tests leftover

* Make Travis happy ?

* Gvar popup handling
2018-02-07 20:44:04 +01:00
Bertrand Songis
975ecd0b9d
Update CREDITS.txt 2018-02-07 13:00:14 +01:00
3djc
13c0b4b5f6
Update fr.h.txt 2018-02-05 20:48:37 +01:00
3djc
25d1cf4455 French translation. This fixes #5667 2018-02-05 07:40:33 +01:00
Bertrand Songis
cd456a9a60
Update CREDITS.txt 2018-02-04 09:12:58 +01:00
Bertrand Songis
cae1dd964d
Update CREDITS.txt 2018-01-31 22:43:14 +01:00
Sebastien Charpentier
16a3bf10c8 Updated French translations. (#5659)
* Initial version

* Updated French translations.
2018-01-29 10:35:25 +01:00
Bertrand Songis
5e0f93210d
Update CREDITS.txt 2018-01-28 07:49:39 +01:00
Bertrand Songis
2396a2b2e5
Update CREDITS.txt 2018-01-27 21:06:24 +01:00
Bertrand Songis
4dfbb9e597
Update CREDITS.txt 2018-01-26 19:20:22 +01:00
Bertrand Songis
6af5f94f90 Flash savings on 9X 2018-01-26 19:06:59 +01:00
Arne Schwabe
4925e756a6 Save memory (move usb mass storage buffer to reusableBuffer) (#5579)
* Save 128 byte by moving variable to stack

* Make usb mass storage buffer smaller on F2 processors and put into reuseablebuffer

- Lower USB mass storage buffer to 512 bytes per default on F2
  targets, makes usb speed slightly slower ~600 kB/s instead ~700 KB/s
  in my tests, saving 3584 bytes
- Save another ~300 bytes by putting that buffer into reusableBuffer

* Don't put id into reusuableBuffer

All uses of id can be on the stack as well. Makes no difference for ram usage but makes it safer to reuse reusableBuffer

* Only link cdc serial when needed

We always linked usb cdc even in non debug builds. CDC uses about ~600 byte of RAM for its buffers and structures.
2018-01-26 19:00:47 +01:00
3djc
95df593c2f Align python crossfire parser to c equivalent (#5595)
Align python Crossfire parser to C equivalent
2018-01-26 18:57:34 +01:00
3djc
8be6818a6d Fix custom scripts outputs handling (#5601) 2018-01-26 18:56:02 +01:00
3djc
fcc3cd369e First draft of glider wiz (#5603) 2018-01-26 18:54:53 +01:00
3djc
87eec92c5d Expose more internal GPS data to lua (#5628) 2018-01-26 18:54:22 +01:00
Neil Horne
d745e14cb5 Model print telemetry (#5645)
Model Print Telemetry
2018-01-26 18:53:15 +01:00
3djc
3355d41642 X7 : add missing trainer mode (#5652) 2018-01-26 18:51:25 +01:00
Bertrand Songis
0832a5c254
X-Lite PWM sticks (#5632)
X-Lite PWM sticks
2018-01-26 18:50:39 +01:00
Kilrah
c7df47703e Translation cosmetics 2018-01-26 11:36:13 +01:00
Bertrand Songis
a1ee9f865f
Update CREDITS.txt 2018-01-25 11:44:03 +01:00
Bertrand Songis
1033e9fe96
Update CREDITS.txt 2018-01-20 21:58:31 +01:00
3djc
323b30a14b Fix companion x7 radio data and model read (#5638)
* Fix

* Typo
2018-01-19 13:46:44 +01:00