1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00
Commit graph

7251 commits

Author SHA1 Message Date
Raphael Coeffic
f9903dca66 Do not try to convert the eeprom until radio is fully ON. (#6668) 2019-08-27 10:20:03 +02:00
Bertrand Songis
3531e29cad
Cosmetics 2019-08-27 10:19:43 +02:00
Bertrand Songis
9da190e73d
Fixes #6667 2019-08-27 09:39:33 +02:00
Bertrand Songis
d85ade45d8
VC++ compilation fix 2019-08-27 09:17:32 +02:00
Bertrand Songis
d2f3e421af
[X10 Express] Compilation support added 2019-08-27 09:14:26 +02:00
Bertrand Songis
7accc42d36
Compilation fix on recent compilers 2019-08-27 08:34:50 +02:00
Anton Evmenenko
59d3f2d16f USB joystick support for 9xrpro (#5776)
* hid-mouse example added

* cmake script and sources fixed

* massstorage is turned off (it is still not used)

* first test (mouse instead of joystick)

* mouse renamed to joystick one more time

* it works

* refactoring

* useless files removed

* usbJoystickUpdate() moved to appropriate place

* masstorage removed for sky9x

* "keyboard" -> "joystick"

* productDescriptor changed to "SKY9X Joystick"

* attempt to fix travis

* joystick.cpp moved to FIRMWARE_TARGET_SRC

* meaningless if removed

* code style fixed for opentx/radio/src/targets/sky9x/joystick.cpp

* Revert "masstorage removed for sky9x"

This reverts commit 426726283f.

* opentx/radio/src/targets/sky9x/usb_driver.cpp added

* useless include removed
2019-08-26 23:55:48 +02:00
3djc
6d7a852cee Fix #6664 2019-08-26 17:51:16 +02:00
Bertrand Songis
598cbccdc2
PWR ON / OFF animation duration set to 0 during conversions 2019-08-26 15:41:18 +02:00
Bertrand Songis
042e702cda
Cosmetics 2019-08-26 15:27:24 +02:00
Bertrand Songis
1f08f2c315 Fixes 2019-08-26 15:11:04 +02:00
Bertrand Songis
641042f7fe
Cosmetics 2019-08-26 09:01:33 +02:00
Raphael Coeffic
98926ffee7 [horus] fixed partial model reading for generating thumbnails (timers were wrong) (#6665) 2019-08-26 08:54:40 +02:00
Raphael Coeffic
5db30ea7bc More unit tests and unified target for all tests (#6661)
* added general settings tests

* fixed pre-219 switchUnlockState (CPN)

* X7 radio settings tests

* updated X10 model

* patched TESTS_PATH to point directly at the complete tests path

* fixed horus general settings switch conversion

* cpn x10 general settings tests

* fixed horus cpn import

* use x10 model from otx file to ease editing with companion

* added make targets "gtests" and "tests"

gtests builds all the tests (radio & companion)
tests builds and executes all the tests (radio & companion)

* fixed companion tests cmake

* fixed gtests-radio target

* fixed commit tests

* fixed converting LS & RS on X10

* fixed converting global functions on X10

* fixed source conversion on X10

* fixed throttle source on X10

* fixed throttle source on radio and companion

* more checks and re-enabled Horus screenData copy

* more tests (X10)

* [X10] restore correct direction for RS & LS

* [horus] convert "Value" widget source

* fixed conversion of ModelHeader::bitmap length

* added missing X10 radio tests to companion tests

* fixed conversion of telemetry sources in logical switches

* [horus] fixed potential crash

* fixed "AND switch" conversion in logical switches
2019-08-26 08:36:31 +02:00
Bertrand Songis
42ec5afd06
Cosmetics 2019-08-24 15:58:50 +02:00
Bertrand Songis
ecf5a64424
[X10 Express] No power meter 2019-08-24 11:32:12 +02:00
Bertrand Songis
0cf78746ed
[X10 Express] Internal module flash OK 2019-08-23 16:48:19 +02:00
Bertrand Songis
ce447d4404
[X10] External antenna 2019-08-23 15:04:30 +02:00
Bertrand Songis
e5c0b9c4ea
[X10] Conversion fix 2019-08-23 14:55:23 +02:00
Bertrand Songis
9296d0c83b
Add radio bin file 2019-08-23 14:37:41 +02:00
Bertrand Songis
28e994428f
Revert previous model test file 2019-08-23 14:34:32 +02:00
Bertrand Songis
41e78d9657
Revert previous model test file 2019-08-23 14:26:28 +02:00
Bertrand Songis
a9255e802a
Temporary commit for X10 conversions fixes 2019-08-23 14:21:02 +02:00
Bertrand Songis
6c27c60319
No "Telemetry lost" during BIND mode 2019-08-23 09:26:16 +02:00
Bertrand Songis
bddbc910b4
[X10] Slider reversed 2019-08-23 08:33:45 +02:00
Bertrand Songis
a5959b55a2
Cosmetics 2019-08-22 23:39:42 +02:00
Bertrand Songis
c9659bfc08
No bottom bar in INPUT ONE page 2019-08-22 23:35:18 +02:00
Bertrand Songis
6b9ee110d3
Compilation fix (attempt N+5) 2019-08-22 23:21:48 +02:00
Bertrand Songis
23afa610d0
Compilation fix (attempt N+4) 2019-08-22 18:57:07 +02:00
Bertrand Songis
e1259c637e
Compilation fix (attempt N+3) 2019-08-22 18:48:55 +02:00
Bertrand Songis
ed92684b94
Compilation fix (attempt N+2) 2019-08-22 18:41:34 +02:00
Bertrand Songis
ee961e245e
Compilation fix (attempt N+1) 2019-08-22 18:12:19 +02:00
Bertrand Songis
276e505653
Compilation fix 2019-08-22 17:31:58 +02:00
Bertrand Songis
5ca25c8d04
Merge pull request #6655 from opentx/3djc/multi+crsf-as-baseline
Make crossfire, multi and luac baseline
2019-08-22 16:21:19 +02:00
3djc
9ec069d09b Undo split 2019-08-22 14:50:30 +02:00
3djc
321c25b756 Sky9x crossfire 2019-08-22 14:50:30 +02:00
3djc
63604b3b12 Options rework 2019-08-22 14:50:30 +02:00
Bertrand Songis
a84faca04a
Compilation fix 2019-08-22 14:45:29 +02:00
Bertrand Songis
b0e545bcaa
[X9D] Bootloader had no backlight 2019-08-22 12:31:03 +02:00
Bertrand Songis
9cac645a2b
Merge pull request #6626 from opentx/raphaelcoeffic/companion-access
Companion ACCESS support
2019-08-22 11:55:01 +02:00
Bertrand Songis
9454da5460
[Horus] Choosing a model bitmap was broken 2019-08-22 11:41:24 +02:00
Bertrand Songis
5e9a0ca7e1
[Horus] Owner ID was missing 2019-08-22 07:25:47 +02:00
Bertrand Songis
036eb953f0
[X10] RTC fixed 2019-08-21 17:35:28 +02:00
Bertrand Songis
19165b8315
[X10] ADC fixed 2019-08-21 17:23:50 +02:00
Bertrand Songis
164988e98f
[X10] ADC fixed 2019-08-21 16:54:32 +02:00
Bertrand Songis
66de2c72f1
[Horus] RTC Battery voltage removed from DEBUG 2019-08-21 16:39:08 +02:00
Bertrand Songis
2dd8cb5d76
[Horus] Add RTC Battery voltage in RADIO / HARDWARE 2019-08-21 16:29:15 +02:00
Bertrand Songis
363ab00d81
[Taranis] PPM pulses fix 2019-08-21 15:09:07 +02:00
Bertrand Songis
e5f3ec0357
[X12S] Internal RF Access board now OK 2019-08-21 14:47:02 +02:00
Bertrand Songis
8583d80f75
Merge pull request #6651 from opentx/raphaelcoeffic/test-6631
[X9D+] added test for #6631
2019-08-21 10:42:50 +02:00