Damjan Adamic
8809a64d57
Fixed: same BMP was loaded over and over
2016-01-02 20:26:34 +01:00
Damjan Adamic
1b177ba8b8
Fixed: OpenTX Bootloader bin2lbm conversion error (last partial chunk was missing)
2015-12-28 21:45:37 +01:00
Bertrand Songis
9db8005f71
[Horus] UI continued
2015-12-26 17:58:50 +01:00
Bertrand Songis
ba2d03b3ad
[Taranis] Navigation bug (was introduced in 2.2 refactoring)
2015-12-26 17:58:50 +01:00
Bertrand Songis
e3281ddade
[Companion] All binaries written at the root of the build directory to simplify things
2015-12-26 17:58:49 +01:00
Bertrand Songis
a4343d8e8c
[Taranis] It was impossible to select the [Range Check] button on LR12 in EU mode
2015-12-26 17:58:49 +01:00
Bertrand Songis
e01d5a31c1
VC++ compilation
2015-12-24 14:26:24 +01:00
Bertrand Songis
908fce110b
VC++ compilation
2015-12-24 12:33:28 +01:00
Bertrand Songis
e41ef3fa5d
Cosmetics
2015-12-24 11:03:14 +01:00
Bertrand Songis
d5cbf57e1b
VC++ compilation
2015-12-24 11:01:20 +01:00
Andre Bernet
316d42b5b6
Mixers monitor option was missing
2015-12-24 10:09:10 +04:00
Bertrand Songis
97d59cfa56
Copyright script applied to all sources in the radio directory
2015-12-23 19:57:13 +01:00
Bertrand Songis
0f1ccc993e
Include guard script applied to all headers in the radio directory
2015-12-23 19:47:10 +01:00
Bertrand Songis
b818c0df6b
[Horus] Segfault when a curve goes out of the screen
2015-12-23 19:40:04 +01:00
Bertrand Songis
42473d6868
Target make flash added
2015-12-23 19:22:29 +01:00
Bertrand Songis
2d4d6ffe48
[Taranis] Strange bug in bootloader fixed by changing the files order in link. TODO added to understand why...
2015-12-23 19:08:46 +01:00
Bertrand Songis
1a308b0a53
Horus board tested OK
2015-12-23 18:59:16 +01:00
Bertrand Songis
d02d0f26db
Switch to CMake - Taranis bootloader added. Tests done.
2015-12-23 18:39:02 +01:00
Bertrand Songis
0c78c60dc9
Switch to CMake continued
2015-12-23 00:42:05 +01:00
Bertrand Songis
88841f63ca
Switch to CMake
2015-12-21 23:43:18 +01:00
Bertrand Songis
c819814d94
Merge pull request #3165 from opentx/projectkk2glider/crossfire_port_to_next
...
Projectkk2glider/crossfire port to next
2015-12-20 23:44:10 +01:00
Bertrand Songis
05c29d320c
[Powerbox] 0xOB20 field added. Radio translations
2015-12-20 17:21:34 +01:00
Bertrand Songis
7789fd0b38
[Powerbox sensor] First tests done. It remains the 0x0B20 to add
2015-12-20 17:21:27 +01:00
Bertrand Songis
b00ef6a9b3
[S.PORT] Powerbox fields added
2015-12-20 17:21:16 +01:00
Bertrand Songis
739f19d450
Again 16 channels for Crossfire.
...
I hope they won't change their mind again
2015-12-20 17:13:04 +01:00
Bertrand Songis
816b22fd9d
Crossfire protocol now accepts 12 channels instead of 16
2015-12-20 17:11:21 +01:00
Bertrand Songis
0504e848ed
Crossfire has 16 channels (fixed)
2015-12-20 17:11:10 +01:00
Bertrand Songis
5250f5eb4c
Crossfire has 16 channels (fixed)
2015-12-20 17:10:51 +01:00
Damjan Adamic
91e80d446a
#2894 - Crossfire (inverted serial) sent on S.PORT pin in the module bay (ported from master f7044a20ec
)
...
16 channels sent every 2.5ms now @ 200KBauds with CRC
2015-12-20 17:10:32 +01:00
Damjan Adamic
e8983250ca
[Taranis] LR12 is now EU compatible (ported from master ce3d5dbac
)
2015-12-20 16:54:18 +01:00
Bertrand Songis
cf4fa51019
cli command "set rtc" added
...
syntax: set rtc <year> <month> <day> <hour> <minute> <second>"
2015-12-16 22:27:09 +01:00
Bertrand Songis
8942115f33
Fixes #3150
2015-12-16 07:11:51 +01:00
Bertrand Songis
d7cbd78edf
Merge pull request #3153 from mikeller/mikeller/invert_serial_rx_next
...
Graft of 'invert_serial_rx' onto next.
2015-12-16 07:04:30 +01:00
mikeller
90a62b00f0
Fixed compile error when building simulator.
2015-12-15 19:39:01 +13:00
Michael Keller
d165a22a54
Fixup from merge.
2015-12-15 12:06:16 +13:00
Michael Keller
1f59f04070
Merge branch 'mikeller/invert_serial_rx_next' of https://github.com/mikeller/opentx into mikeller/invert_serial_rx_next
2015-12-15 12:04:03 +13:00
mikeller
01fa6471c7
Graft of serial port inversion option onto 'next'.
2015-12-15 12:03:21 +13:00
Damjan Adamic
9e237c9e46
Re #3127 and #2921 : getFlightMode() can now return specified flight mode data
2015-12-14 20:40:27 +01:00
mikeller
551ef10d6f
Graft of serial port inversion option onto 'next'.
2015-12-15 02:08:16 +13:00
Sean Vig
4bd90d79d0
Use with open(...) as ...:
context managers
...
Instead of manually opening and closes file objects, use the context
manager that will properly handle opening and closing files for us, even
in the event of some error
2015-12-13 18:57:36 -06:00
Sean Vig
82c3230981
PEP8 and break up radio/util/tts.py
...
Break up tts.py so that each language configuration of system and custom
sounds is done in a separate file, also fixing PEP8 problems with
tts.py, mostly whitespace related
2015-12-13 18:55:03 -06:00
Sean Vig
5f698d2b17
PEP8 radio/util/translate.py
...
Remove unused imports, fix whitespace, fix undefined variable
2015-12-13 18:55:03 -06:00
Sean Vig
4bfcfd0fc8
PEP8 radio/util/taranisicons.py
...
Remove unused imports, fix whitespace, fix indentation
2015-12-13 18:55:02 -06:00
Sean Vig
bcc7982b3b
PEP8 radio/util/sportparse.py
...
Remove unused import, fix whitespace, indentation, and comments
2015-12-13 18:55:02 -06:00
Sean Vig
0743785126
PEP8 radio/util/sinus.py
...
Fix whitespace
2015-12-13 18:55:02 -06:00
Sean Vig
196dbb1d39
PEP8 radio/util/parse.py
...
Fix whitespace and indentation
2015-12-13 18:55:02 -06:00
Sean Vig
fa0ded50fe
PEP8 radio/util/luaexport.py
...
Fix indentation
2015-12-13 18:55:02 -06:00
Sean Vig
2968b25cfa
PEP8 radio/util/include-guard.py
...
Split imports, fix whitespace
2015-12-13 18:55:02 -06:00
Sean Vig
39ee317190
PEP8 radio/util/img2lbm.py
...
Fix whitespace
2015-12-13 18:54:55 -06:00
Sean Vig
710482e821
PEP8 radio/util/font2png.py
...
Fix whitespace and indentations, remove semicolons
2015-12-13 18:39:02 -06:00