XING
299991bc11
Add iFlight Commando8
...
Add iFlight Commando8 ELRS radio
2022-08-16 18:44:57 +10:00
Peter Feerick
54aaf5b9d9
fix: Add missing BUILD_OPTS to commit-tests
...
Duh! Added it to build-gh but not commit-tests
2022-07-20 13:13:43 +10:00
Raphael Coeffic
7af8e78157
Improve commit tests script + some fixes
2022-04-01 08:56:25 +02:00
Samuel Henrique
d09ba3adca
fix: Prevent word splitting in compilation scripts when handling paths ( #1502 )
...
These invocations will all cause bugs when pwd returns something that
can be interpreted by bash, the most common case being a folder
with whitespaces in its name. In other words these can be triggered by
calling the scripts from any folder that contains whitespaces.
More info on this specific finding by shellcheck:
https://github.com/koalaman/shellcheck/wiki/SC2046
2022-01-26 20:58:24 +10:00
rotorman
80a51837c1
Automatically detect FlySky digital hall sticks on X10-class radios without necessity of build-time CMake option FLYSKY_HALL_STICKS.
...
Added special UART4 init to sample if FlySky sticks are present or not.
Added boolean globalData.flyskygimbals to save the detection result.
Removed FLYSKY_HALL_STICKS and FLYSKY_HALL_STICKS_REVERSE CMake build options.
Tested on two RM TX16S radios, one with FlySky digital hall sticks and second with stock analog sticks.
2021-11-19 21:33:03 +01:00
Raphael Coeffic
366290307a
Fixed commit-tests
2021-09-19 14:08:13 +02:00
Raphael Coeffic
68e3dbd594
Added commit tests to NV14
2021-07-27 09:54:46 +02:00
Raphael Coeffic
df79e10be5
Finish enabling builds for T18
2021-05-29 23:29:29 +02:00
Raphael Coeffic
1d0f157b63
Remove "+" from target name in commit-tests to avoid compiling X9D instead of X9D+
2021-05-08 09:55:09 +02:00
Raphael Coeffic
45efba0f68
Use single targets instead of long jobs
2021-05-08 00:46:21 +02:00
3djc
0a5c3d5969
Merge branch '2.3' into 2.4
2021-04-15 10:48:46 +02:00
3djc
88c476af22
Fix T8 testing
2021-04-15 08:40:17 +02:00
3djc
70d24506da
Merge branch '2.3' into 2.4
...
# Conflicts:
# radio/src/fonts/480x272/font_dblsize.png
# radio/src/fonts/480x272/font_xxlsize.png
# radio/src/gui/128x64/model_setup.cpp
# radio/src/gui/128x64/radio_setup.cpp
# radio/src/gui/480x272/model_receiver_options.cpp
# radio/src/gui/480x272/model_setup.cpp
# radio/src/gui/480x272/radio_calibration.cpp
# radio/src/gui/480x272/radio_hardware.cpp
# radio/src/gui/common/stdlcd/draw_functions.cpp
# radio/src/gui/gui_common.cpp
# radio/src/keys.h
# radio/src/lua/interface.cpp
# radio/src/pulses/afhds3.h
# radio/src/rtos.h
# radio/src/switches.cpp
# radio/src/targets/common/arm/stm32/aux_serial_driver.cpp
# radio/src/targets/horus/CMakeLists.txt
# radio/src/targets/horus/lcd_driver.cpp
# radio/src/targets/horus/startup_stm32f42_43xxx.s
# radio/src/targets/taranis/CMakeLists.txt
# radio/src/telemetry/crossfire.h
# radio/src/telemetry/multi.cpp
# radio/src/translations.cpp
# radio/src/translations/it.h.txt
# radio/src/translations/untranslated.h
# radio/util/font2png.py
# tools/commit-tests.sh
2021-04-08 11:42:28 +02:00
Kilrah
c34ed67343
Merge branch '2.3' into 3djc/T-Lite
...
# Conflicts:
# companion/src/firmwares/boards.h
# companion/src/firmwares/opentx/opentxeeprom.h
# radio/src/gui/common/stdlcd/radio_hardware.cpp
# radio/src/targets/common/arm/stm32/adc_driver.cpp
# radio/src/targets/common/arm/stm32/bootloader/CMakeLists.txt
# radio/src/targets/taranis/board.h
# radio/src/targets/taranis/hal.h
# radio/src/targets/taranis/keys_driver.cpp
# radio/src/targets/taranis/lcd_driver_spi.cpp
2021-01-15 20:17:02 +01:00
3djc
1f01fa6d47
Radiomaster T8 ( #8219 )
2021-01-15 17:19:25 +01:00
3djc
84c86f718b
Jumper TLite support
2021-01-14 13:30:54 +01:00
Bertrand Songis
bf56cb867e
Merge with latest 2.4
2021-01-12 17:21:45 +01:00
Bertrand Songis
a02bf3aa0c
Merge with latest 2.3
2021-01-12 17:16:15 +01:00
3djc
fe475b11b1
Add some language testing to Travis
2021-01-10 10:55:22 +01:00
3djc
cda66fa13b
Fix CN and TW
2020-12-19 09:09:11 +01:00
3djc
24f93a7cbe
3djc/2.4 add 2.3 pr ( #8099 )
2020-11-19 16:32:50 +01:00
3djc
7198aaa195
Increase testing coverage
2020-11-15 10:54:16 +01:00
3djc
87cd9047b1
2.4 continued ( #8092 )
...
Quite a bit of work on 2.4
Co-authored-by: 3djc <Th1sisfmyofmyo>
2020-11-14 14:55:37 +04:00
3djc
a2b6150934
Increase travis coverage
2020-06-24 13:31:46 +02:00
3djc
8273c41ae9
Please Travis after font fixes
2020-06-01 19:31:59 +02:00
3djc
e96a76ff76
Fix Travis
2020-02-03 07:51:19 +01:00
3djc
b7523d12f0
Fix TX16S compile, and add more radio to Travis
2020-02-03 07:32:31 +01:00
Bertrand Songis
7099e652cb
Bsongis/travis datacopy ( #7098 )
...
datacopy.cpp now generated during build
2019-11-19 16:17:19 +01:00
Kilrah
b40dfdf12b
Merge branch '2.3.1' into 2.3
...
# Conflicts:
# CREDITS.txt
# radio/src/gui/480x272/radio_hardware.cpp
2019-10-05 11:41:48 +02:00
Bertrand Songis
8b598be7bf
Travis compilation fix
2019-10-01 15:41:15 +02:00
Bertrand Songis
4a618f1317
X9LiteS ( #6820 )
2019-09-24 13:13:45 +02:00
Bertrand Songis
affa9f3078
make tests should make travis fail
2019-09-09 16:52:45 +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
8044ee6f90
Add X9D+ 2019 to the travis tests
2019-08-16 08:42:43 +02:00
3djc
1203557739
Fix nightlies compilation and add multi to Travis (it is mainstream after all)
2019-06-06 15:47:27 +02:00
3djc
cd3c4ac654
Add Jumper t12 support by 3djc ( #6451 )
...
* Jumper T12 - companion part
* more work
* Add definitions
* fix libsimulator key handling
* Fix simu keys handling
* Cosmetics
* Continued
* Fix wrong regplace
* Fix wrong regplace
* Please travis
* Please travis
* Add T12 to Travis
Switch naming and display
* Cosmetics
* Work on modules
* Work on modules
* typo
* Fix navigation
* Cosmetics
* Introduce NAVIGATION_type
* Fix
* Make NAVIGATION_type more future proof
* Lots of cleanups and improvements
* Cosmetics
* Fix internal module menu
* Cosmetics
* Fix screen reversed
* Small fixes
* Fix navigation issue
* Please travis
* Fix LCD contrast
* Fix T12 switch layout
* Fix T12 keys screen and all radios keys translations
* Complete rework of SWITCHES screen for all radios
* comsetics
* VC++ compilation
2019-05-26 19:51:17 +02:00
3djc
e4e003b87a
rename x3 to x9lite
2019-05-13 15:10:13 +02:00
3djc
683a737c99
More fixes for Travis
2019-03-20 11:38:34 +01:00
3djc
577eb6224f
Allow commit-tests to be run much faster on dev PC (does not affect adversely Travis)
2018-10-12 07:31:34 +02:00
Bertrand Songis
ed91931184
More AVR removal
2018-08-05 13:12:51 +02:00
3djc
b07547df75
Remove avr from commit-tests.sh
2018-07-03 09:00:27 +02:00
Bertrand Songis
c4001c8507
Bsongis/frsky xlite ( #5574 )
...
FrSky X-Lite support added
2018-01-02 14:36:48 +01:00
Kilrah
659f506e5f
Build libsimulator on commit tests instead of simu
2017-11-21 17:48:32 +01:00
Kilrah
7df776e7ed
Typo
2017-11-21 17:34:22 +01:00
Kilrah
5762fd61e9
Add GVARs option to commit tests
2017-11-21 17:28:56 +01:00
3djc
d13fb8918f
- X7S option removed ( #5388 )
...
- runtime detection of bluetooth chip
2017-11-19 23:49:38 +01:00
Raphael Coeffic
2631ad00bd
allow additional cake params to be passed via env variables ( #5371 )
...
This allows for non-standard paths and the likes (helps a lot on OSX).
2017-11-18 11:24:16 +01:00
3djc
bdfcc5d181
Improve commit tests
2017-11-13 10:55:19 +01:00
3djc
6f3577c9a5
x9e with horus bt module ( #5214 )
...
* Basics to allow Horus BT module on X9E
* wip
* Temporary hack to prevent X9E to enter reset loop
* The wait game starts :)
* Temporary compil fixes
* More sensibles defines
2017-09-16 16:08:21 +02:00
Bertrand Songis
40ece81de2
X10 ( #4377 )
...
[X10] New radio supported!
2017-02-04 10:42:50 +01:00