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

35 commits

Author SHA1 Message Date
Bertrand Songis
a27417c497
X9D+ 2019 Bootloader: wait needed before detecting trims are pressed
as done on Horus...
2019-12-02 08:26:17 +01:00
3djc
58da3f7a30 Increase power-on timings, but skip during watchdog reset 2019-11-28 15:58:40 +01:00
Bertrand Songis
3fe96bc6dd
Bootloader not always started on Horus 2019-11-25 10:27:00 +01:00
Bertrand Songis
4cdd17f0d7
MAGIC value for powerReason should be stored in RTC backup on Horus (#7096)
- Allows the radio main application to start correctly when coming from an app in RAM
- Refactoring of the `UNEXPECTED_SHUTDOWN()` process
- Saves the RTC battery as BACKUP RAM is not needed on normal shutdown
- On PWR OFF on an ALERT, the radio won't show the next alert before shutting down
- Bootloader flashable through the SD Manager
2019-11-21 11:50:33 +01:00
Bertrand Songis
ec33074b0d
Comment added 2019-09-24 10:29:52 +02:00
Bertrand Songis
c0c3680fe6
Bluetooth detection issue on QX7 (some samples, after bootloader) 2019-09-24 10:23:10 +02:00
Raphael Coeffic
0a8917cbe2 Deactivate aux_serial on Horus targets (#6733)
Remove AUX_SERIAL on Horus
2019-09-10 15:36:34 +02:00
Bertrand Songis
995aa8708a
Fixes #6707 (reboot issue on X9E) 2019-09-04 12:55:03 +02:00
Bertrand Songis
b0e545bcaa
[X9D] Bootloader had no backlight 2019-08-22 12:31:03 +02:00
Bertrand Songis
d1ef5e691d
X10 / X12S bootloader fix 2019-08-19 12:21:51 +02:00
Bertrand Songis
31b501383e
Exit from bootloader was broken again 2019-08-17 13:50:08 +02:00
Raphael Coeffic
57c48de494 remove busy loop from bootloader 2019-08-16 22:45:51 +02:00
Raphael Coeffic
995888ae41 Add support for pwr-on and power-off speed 2019-08-16 21:02:47 +02:00
Bertrand Songis
aa1fa2aa09
Cosmetics 2019-06-19 18:01:22 +02:00
Bertrand Songis
6ce9f8644d
Cosmetics 2019-06-19 17:27:31 +02:00
Bertrand Songis
8a185ddd28
Cosmetics 2019-06-19 17:26:47 +02:00
Bertrand Songis
3dc91719a0
Bootloader [Exit] works now on all boards 2019-06-19 17:09:19 +02:00
Bertrand Songis
c3388dc65e
Bsongis/x9lite pwr fix (#6501)
X9 Pwr fix
2019-06-14 21:19:26 +02:00
Bertrand Songis
55ec942610
Bsongis/rotary encoder delay (#6503)
Rotary encoder fixed on X10 / X12S
2019-06-14 19:19:52 +02:00
Bertrand Songis
821865f70e
Bsongis/x9 lite pwr fix (#6495)
Board init sequence changed
2019-06-13 19:25:20 +02:00
Bertrand Songis
c9581630ff
Rename serial2 to aux_serial 2019-06-04 16:57:35 +02:00
Bertrand Songis
0dbbfa1670
Cosmetics 2019-06-04 16:42:52 +02:00
3djc
0c843eceb3 Fix critical issue when flashing 2.2.x firm from 2.3 bootloader (making 2.3 BL init wrong interupt not handled by 2.2 firm) 2019-06-04 16:42:02 +02:00
3djc
1c51c646c4 Introduce AUX_SERIAL (#6456) 2019-05-28 13:06:02 +02:00
Bertrand Songis
9c04f564df [X7] Bootloader fix 2019-05-13 14:20:44 +02:00
Bertrand Songis
f1867cccb2 BootCmd should be always high 2019-05-07 11:17:51 +02:00
Bertrand Songis
c28210e3e4 Rotary encoder refactoring 2019-04-30 14:55:21 +02:00
Bertrand Songis
765b17f36b Cosmetics 2019-04-17 16:28:02 +02:00
Kilrah
ce7cb7f7e9 Fix Horus bootloader needing 2 encoder clicks per line 2018-08-05 15:47:57 +02:00
Arne Schwabe
429d55769c Revert "Remove -nostartfiles linker option from bootloader (#5996)"
This reverts commit 17b4aa2466.

Removing the -nostartfiles caused the Taranis bootloader to include
a number of strange functions. Instead define _fini to avoid the linker
issues.
2018-06-30 00:39:54 +02:00
Arne Schwabe
17b4aa2466 Remove -nostartfiles linker option from bootloader (#5996)
* Remove -nostartfiles linker option from bootloader

Compiling with this option creates undefined references to _fini

* Remove now empty init.c
2018-06-27 16:09:12 +02:00
Bertrand Songis
99604dccc9
XLite support (#5806) 2018-04-25 23:07:04 +02:00
Raphael Coeffic
7b12c99a0b bootloader: use software reset instead of jump (#5823)
fixes #5627
2018-04-12 20:49:50 +04:00
Bertrand Songis
fabee0e675 X-Lite bootloader 2018-04-04 16:01:15 +02:00
Raphael Coeffic
0d7832b208 Horus bootloader (#5455)
Horus bootloader
2017-12-19 12:13:59 +01:00