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

15146 commits

Author SHA1 Message Date
Raphael Coeffic
d2bc155e78 Re-enabled lcd tests (480x272) 2021-04-14 10:04:12 +02:00
Raphael Coeffic
421f35f4ab Use the address sanitizer for gtests 2021-04-14 10:04:12 +02:00
Bertrand Songis
aca8e6d68e
Merge pull request #8444 from raphaelcoeffic/2.4
Add basic support for Github Actions
2021-04-14 08:58:48 +02:00
Raphael Coeffic
82196d4504 Use matrix strategy 2021-04-14 04:32:12 +02:00
Raphael Coeffic
db45f2c618 Added COMPANION flavor 2021-04-13 00:25:40 +02:00
Raphael Coeffic
3792cb0f1b Fixed typo 2021-04-12 23:23:01 +02:00
Raphael Coeffic
0e4e07e6ed Added submodules checkout 2021-04-12 23:23:01 +02:00
Raphael Coeffic
260ce1f55b Add X7 build step
I should probably use the matrix strategy instead, but well.
2021-04-12 23:23:01 +02:00
Raphael Coeffic
6cc0c46071 Try runners on COLORLCD 2021-04-12 23:23:01 +02:00
Raphael Coeffic
e1209202ce Revert "Try runners on COLORLCD"
This reverts commit aff05adb44.
2021-04-12 16:02:20 +02:00
Bertrand Songis
4a1c34fe87
Merge pull request #8443 from opentx/raphaelcoeffic/bootloader-deps
2.4 try fixing bootloader deps
2021-04-12 16:00:00 +02:00
Raphael Coeffic
aff05adb44 Try runners on COLORLCD 2021-04-12 15:58:45 +02:00
Raphael Coeffic
de708036a7 try to fix bootloader deps 2021-04-12 12:47:25 +02:00
Bertrand Songis
1d24fe93cc
Cosmetics 2021-04-11 16:21:11 +02:00
Raphael Coeffic
0571b49763 missing include in gtests.h 2021-04-10 09:22:02 +02:00
Raphael Coeffic
5ae0bb7299 fixed typo 2021-04-10 08:30:35 +02:00
Raphael Coeffic
16bd43f152 Missing model_init.h 2021-04-09 17:20:50 +02:00
3djc
54576dcd48 Match SYS screen order 2021-04-09 17:05:32 +02:00
Bertrand Songis
dedb6490eb
Merge pull request #8437 from opentx/raphaelcoeffic/fix-startup
2.4: empty SD card startup fixes and clean-up
2021-04-09 16:49:56 +02:00
Raphael Coeffic
2f5dd1d4e3 modelDefault() becomes setModelDefaults() 2021-04-09 15:10:11 +02:00
Raphael Coeffic
188a9bcb77 layoutName is now layoutId 2021-04-09 14:56:50 +02:00
3djc
e0f02624d5 Fix sensor display icon 2021-04-09 14:49:52 +02:00
Raphael Coeffic
2124158686 Cosmetics 2021-04-09 14:24:41 +02:00
Raphael Coeffic
ce0734c148 moved modelDefaults() and pal to model_init.cpp 2021-04-09 14:06:30 +02:00
Raphael Coeffic
569b449861 fix vendor specific model defaults 2021-04-09 13:56:00 +02:00
Raphael Coeffic
9579e5d833 allow creating an new model in an empty category 2021-04-09 13:14:18 +02:00
Raphael Coeffic
e87405e732 empty / corrupted SD card start-up simplifications 2021-04-09 13:13:48 +02:00
Raphael Coeffic
aa39255f64 do not create an empty model cell with no model inside the category (displays garbage) 2021-04-09 13:12:44 +02:00
Raphael Coeffic
7931937f06 check if path is existing before saving model 2021-04-09 13:11:56 +02:00
3djc
9fa07f6d36 Fix sensor display in dropdowns 2021-04-09 11:58:20 +02:00
Raphael Coeffic
d7e2e57cdb move eeprom related code into eeprom_common 2021-04-09 08:21:24 +02:00
Raphael Coeffic
3464d0d109 clearInputs() has been moved out of defaultInputs()
But we should keep a consistent behaviour in the LUA API.
2021-04-09 08:09:50 +02:00
Raphael Coeffic
5cf561ae16 try to get some structure into modelDefault() 2021-04-09 08:08:43 +02:00
Raphael Coeffic
f39a4eed95 create mutexes before starting tasks 2021-04-08 19:51:22 +02:00
Raphael Coeffic
af09424f48 layouts are searched by ID rather than by name 2021-04-08 18:51:50 +02:00
Raphael Coeffic
c39a06eac0 place defaults after wiping storage 2021-04-08 18:51:26 +02:00
Raphael Coeffic
2b6e5ef5d8 re-added calibration at start 2021-04-08 15:42:24 +02:00
Raphael Coeffic
b3d4439f63 fix calibration page 2021-04-08 15:41:05 +02:00
Raphael Coeffic
ae7824eff8 ViewMain must be created first 2021-04-08 15:40:23 +02:00
3djc
efa8f5520b Merge fixes 2021-04-08 14:20:25 +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
Raphael Coeffic
e2a1abe625 proper Key init 2021-04-08 00:31:08 +02:00
Raphael Coeffic
15fbc2272f update to latest libopenui 2021-04-08 00:30:03 +02:00
Raphael Coeffic
ed67504a3c fixes FullScreenDialog
fixes focus lost after warning screens.
2021-04-08 00:22:15 +02:00
Bertrand Songis
63c5c9f442
Merge pull request #8426 from rotorman/patch-5
Bluetooth.cpp buffer array bounds fix
2021-04-07 08:53:39 +02:00
Bertrand Songis
38e86ae9a3
Merge pull request #8432 from opentx/raphaelcoeffic/getmainzone
2.4: some layout improvements
2021-04-07 08:52:37 +02:00
Raphael Coeffic
28026f1a78 further unified layout options 2021-04-07 08:20:30 +02:00
3djc
463216ebca Cosmetics 2021-04-06 18:20:26 +02:00
3djc
979a498093 Add ScreenUserPage (content tbd) 2021-04-06 17:00:26 +02:00
Bertrand Songis
1f593c4f9e
Update CREDITS.txt 2021-04-06 16:15:57 +02:00