1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00
Commit graph

23 commits

Author SHA1 Message Date
jflyper
85cd4df2ea Refactor / rename PERSISTENT_OBJECT_BOOTLOADER_REQUEST to PERSISTENT_OBJECT_RESET_REASON 2019-02-04 19:06:19 +09:00
Bruce Luckcuck
065ce24d4d Change MSC boot mode to use persistence layer and unify with bootloader
Replaced the existing `PERSISTENT_OBJECT_BOOTLOADER_REQUEST` that was bootloader specific, with `PERSISTENT_OBJECT_BOOTMODE_REQUEST` that can be shared by any required boot mode based on it's contents. Currently supports bootloader and MSC, but is extensible for additional future needs. The previous hardcoded memory address usage for MSC boot was removed.
2019-01-13 19:45:22 -05:00
jflyper
e8c194e509 Use zero instead of 0xCAFEFEED to indicate absence of boot loader request 2018-12-05 03:16:42 +09:00
jflyper
14bbc3ac07 Code cleanup, remove old code and debug artifacts 2018-12-04 23:03:44 +09:00
jflyper
a539997ffb Change position of checkForBootloaderRequest (F745 working) 2018-12-04 10:09:11 +09:00
jflyper
c0d51a5f55 Convert F7s to use RTC backup register based persistent memory 2018-12-03 23:56:41 +09:00
jflyper
58647e678f Remove reset facility 2018-09-06 20:07:09 +09:00
Andrey Mironov
1ddfd9817d Moved cortex header to translation unit, added stopMotors 2018-07-25 11:37:27 +03:00
Andrey Mironov
134616ed32 Enabled MPU for ITCM-RAM and MemManage_Handler 2018-07-24 14:27:42 +03:00
blckmn
a9f74cd6df Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
blckmn
46fe22b4bd Direct license replacement 2018-04-22 09:22:46 +10:00
Andrey Mironov
a24daa78d0 Fixed possibility of getting stuck in F7 bootloader mode (#5370) 2018-03-04 22:45:40 +13:00
jflyper
d51d66f8f1 Use cached value instead of RCC->CSR 2017-06-20 09:45:46 +09:00
Martin Budden
2493c214b0 Created subdirectories in drivers directory 2017-04-12 08:06:22 +01:00
Michael Jakob
61d72b8738 Renamed MPU function pointers, align with iNav 2017-01-31 10:11:05 +00:00
Michael Jakob
1da411fd7b Update F7 startupfiles
Fix NERO build problems
2017-01-18 16:44:02 +01:00
Martin Budden
42344a8fe6 Made gyro device code reentrant 2016-12-18 00:16:23 +00:00
Sami Korhonen
b4bcf6fd96 Fix F7 link output 2016-12-07 16:34:56 +02:00
Steffen Windoffer
fc0b4e3b50 remove double includes 2016-11-17 22:02:38 +01:00
Martin Budden
dea71df659 Converted tabs to spaces 2016-11-11 07:25:20 +00:00
Sami Korhonen
59d2afb2a2 Fix after rebase 2016-10-21 08:51:05 +03:00
Sami Korhonen
6e51f2f9b2 F7 Cleanup 2016-10-21 08:51:03 +03:00
Sami Korhonen
1f8805cdf0 squash betaflightF7
Parts and driver boost from @npsm
2016-10-21 08:51:02 +03:00