Michael Keller
096b9320d0
Fixed missing include in 'master'.
2019-11-29 15:58:02 +13:00
Bruce Luckcuck
2a9f0fda99
Add protocol level receiver frame rate measurement for Jeti ExBus
2019-11-28 19:20:25 -05:00
Michael Keller
c8b5edb415
Moved configuration validation into 'config.c'. ( #9219 )
...
Moved configuration validation into 'config.c'.
2019-11-29 12:47:29 +13:00
Bruce Luckcuck
05c8538752
Add option to display the OSD logo on arming
...
Adds `osd_logo_on_arming` setting with values `OFF, ON, FIRST_ARMING` (defaults to `OFF`). Optionally displays the OSD splash logo durin the "ARMING" message.
2019-11-28 13:38:33 -05:00
mikeller
438a801eb8
Fixed 'cast-function-type' warnings, reworked CMS function pointer juggle.
2019-11-29 03:45:27 +13:00
Michael Keller
39c8d1851e
Revert the workaround for the EXST linker script.
2019-11-27 18:14:12 +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
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
Michael Keller
23c458e85f
Fixed exiting from CMS menu. ( #9221 )
...
Fixed exiting from CMS menu.
2019-11-26 06:19:14 +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
99f77fa88d
Moved configuration validation into 'config.c'.
2019-11-24 21:19:26 +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
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
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
Michael Keller
859c8814b1
Stamp out use of "VTX PIT MODE" for VTX power switches - SYNERG… ( #9065 )
...
Stamp out use of "VTX PIT MODE" for VTX power switches - SYNERGYF4
2019-11-20 21:54:30 +13:00
Bruce Luckcuck
f35dd086ac
Fix small angle check when ACC is disabled or not defined
...
Fixes related to #9185
2019-11-20 00:20:20 -05:00
ctzsnooze
328b42b673
Defaults changed to no averaging, higher limit threshold
2019-11-20 11:37:27 +11:00
ctzsnooze
3c91da0e59
Interpolated feed forward smoothing
2019-11-20 11:29:37 +11:00
Bruce Luckcuck
bb97f79406
Fix compile errors if USE_ACC is not defined
2019-11-19 18:23:01 -05:00