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

15333 commits

Author SHA1 Message Date
Michael Keller
39c8d1851e Revert the workaround for the EXST linker script. 2019-11-27 18:14:12 +13:00
Michael Keller
75dda319fb Update gcc to 9.2.1. 2019-11-27 16:08:22 +13:00
Michael Keller
9f6139e638
Fixed and un-ignored the 'stringop-truncation' warning. (#9230)
Fixed and un-ignored the 'stringop-truncation' warning.
2019-11-27 13:36:06 +13:00
Michael Keller
1fe2f1fda0
Fixed warnings in STM libraries about ignored attributes. (#9228)
Fixed warnings in STM libraries about ignored attributes.
2019-11-27 13:35:33 +13:00
Michael Keller
361a4a9b1a
Add spaces between "#" and the description in "Building Manual.… (#9227)
Add spaces between "#" and the description in "Building Manual.md"
2019-11-27 13:32:56 +13:00
Michael Keller
b544944a50
Refactored CMS VTX menu selection to not use 'checkRedirect'. (#9222)
Refactored CMS VTX menu selection to not use 'checkRedirect'.
2019-11-27 01:20:20 +13:00
Michael Keller
140bb22b88 Removed 'checkRedirect' and references to it. 2019-11-26 19:14:47 +13:00
mikeller
95791fc293 Refactored CMS VTX menu selection to not use 'checkRedirect'. 2019-11-26 19:14:47 +13:00
Michael Keller
818402ccc4
Some fixes for what looks like merge problems introduced by #90… (#9225)
Some fixes for what looks like merge problems introduced by #9012.
2019-11-26 19:08:40 +13:00
mikeller
fd87829aed Fixed and un-ignored the 'stringop-truncation' warning. 2019-11-26 07:45:33 +13:00
mikeller
74f2f61452 Fixed warnings in STM libraries about ignored attributes. 2019-11-26 07:27:59 +13:00
Michael Keller
23c458e85f
Fixed exiting from CMS menu. (#9221)
Fixed exiting from CMS menu.
2019-11-26 06:19:14 +13:00
deepdigger
06505e4524
Add spaces between "#" and the description
Hi, I'm new to Betaflight developing. Here I found some missing spaces in the headline so I fixed it so the .md file can work.
2019-11-25 14:03:40 +01:00
Michael Keller
365ecaae9c
Removed the outdated official target list. (#9220)
Removed the outdated official target list.
2019-11-25 19:02:48 +13:00
mikeller
21b9fba3bf Some fixes for what looks like merge problems introduced by #9012. 2019-11-25 19:01:27 +13:00
Michael Keller
a65a4049ad
Fixed handling of SPI parameters for Unified Targets. (#9218)
Fixed handling of SPI parameters for Unified Targets.
2019-11-25 18:47:02 +13:00
Michael Keller
e9b94deee5
Changed '_flash' targets to only write used segments. (#9217)
Changed '_flash' targets to only write used segments.
2019-11-25 18:46:34 +13:00
Michael Keller
f859d555f7
Add support for character attribute rich MSP displayport (#9212)
Add support for character attribute rich MSP displayport
2019-11-25 18:46:21 +13:00
Michael Keller
8d107fab99
update to gcc 8.3.1 (#9061)
update to gcc 8.3.1
2019-11-25 18:45:27 +13:00
jflyper
2e84b0c442 Add support for character attribute rich displayport 2019-11-25 10:43:29 +09:00
Michael Keller
97d8a7e4d2
Merge pull request #9216 from mikeller/fix_fast_code_usages
Fixed some incorrect usages of FAST_CODE.
2019-11-25 13:42:08 +13:00
mikeller
f2ea50faec Fixed exiting from CMS menu. 2019-11-25 02:21:11 +13:00
mikeller
a302b5bae2 Removed ATOMIC_BARRIER check, fixed ITCM_RAM overflow. 2019-11-25 01:16:08 +13:00
Michael Keller
e1244af09a
Add temporary facility of vendor specific init string to displa… (#9215)
Add temporary facility of vendor specific init string to displayport msp
2019-11-24 22:12:51 +13:00
mikeller
6f92a1ce13 Fixed handling of SPI parameters for Unified Targets. 2019-11-24 22:10:08 +13:00
mikeller
1a2b9f422a Removed the outdated official target list. 2019-11-24 19:18:47 +13:00
mikeller
cce94bbe31 Changed '_flash' targets to only write used segments. 2019-11-24 15:36:40 +13:00
mikeller
a6cf0e6f6c Fixed some incorrect usages of FAST_CODE. 2019-11-24 14:10:38 +13:00
Steffen Windoffer
1583cb8106 add another new warning to ignore until it is fixed 2019-11-24 13:58:07 +13:00
Steffen Windoffer
d216e18530 ignoring new warnings util they get resolved 2019-11-24 13:58:07 +13:00
Steffen Windoffer
4affef7e5a update to gcc 8.3.1 2019-11-24 13:58:07 +13:00
Michael Keller
b137bbe80c
Merge pull request #9214 from etracer65/sbus_crsf_micros_interrupt
Update SBUS and CRSF to use microsISR() in the interrupt handler
2019-11-24 13:03:02 +13:00
Michael Keller
9d9a9fe3f3
Add protocol level receiver frame rate measurement for SUMD (#9209)
Add protocol level receiver frame rate measurement for SUMD
2019-11-24 12:59:33 +13:00
Michael Keller
b568dc7d64
Add protocol level receiver frame rate measurement for IBUS (#9207)
Add protocol level receiver frame rate measurement for IBUS
2019-11-24 12:01:40 +13:00
Michael Keller
b45f3ab4c9
Add protocol level receiver frame rate measurement for Spektrum (#9208)
Add protocol level receiver frame rate measurement for Spektrum
2019-11-24 12:01:03 +13:00
jflyper
3d7151c6c0 Add temporary facility of vendor specific init string to displayport msp
Only for debugging purposes during attribute rich displayport devices.
Should be / Will be removed from a production firmware.
2019-11-23 18:11:58 +09:00
Bruce Luckcuck
6c4e6cb786 Add protocol level receiver frame rate measurement for SUMD 2019-11-22 19:11:18 -05:00
Bruce Luckcuck
cb80314311 Update SBUS and CRSF to use microsISR() in the interrupt handler 2019-11-22 18:35:05 -05:00
Bruce Luckcuck
92771b666f Add protocol level receiver frame rate measurement for IBUS 2019-11-22 18:02:48 -05:00
Bruce Luckcuck
cad5bdd9f1 Add protocol level receiver frame rate measurement for Spektrum 2019-11-22 17:55:45 -05:00
Michael Keller
05418297b2
Improve RX inter-frame timing measurement by calculating in the… (#9205)
Improve RX inter-frame timing measurement by calculating in the protocol layer
2019-11-22 07:03:33 +13:00
Michael Keller
5951a48fe6
Improved tests. (#9193)
Improved tests.
2019-11-22 00:07:11 +13:00
Michael Keller
3a5dac17ff
Merge pull request #9202 from etracer65/use_acc_compile_errors
Fix compile errors if USE_ACC is not defined
2019-11-21 20:04:45 +13:00
Michael Keller
b8dac491ba
Fix small angle check when ACC is disabled or not defined (#9201)
Fix small angle check when ACC is disabled or not defined
2019-11-21 20:04:29 +13:00
Michael Keller
13af8e99ec
Uninitialized variable in max7456DrawScreenSlow (#9198)
Uninitialized variable in max7456DrawScreenSlow
2019-11-21 19:56:41 +13:00
Michael Keller
68a250e655
Copy-paste error on line 2829 in cli.c (#9197)
Copy-paste error on line 2829 in cli.c
2019-11-21 19:54:05 +13:00
Michael Keller
f2a16157de Removed useless test. 2019-11-21 19:53:27 +13:00
mikeller
5808bfd6f3 Improved tests. 2019-11-21 19:51:53 +13:00
Michael Keller
c1b9e927a6
Glitch attenuation, 3 and 4 point averaging (#9114)
Glitch attenuation, 3 and 4 point averaging
2019-11-21 14:36:48 +13:00
ctzsnooze
3b132d1546 Fix union to struct - thanks, Mike 2019-11-21 11:45:39 +11:00