Bruce Luckcuck
5ed1bbb2a9
Fix OSD throttle position element calculation and add 3D support
...
Previously the Throttle Position element calculation was based solely on the raw rcCommand value and didn't take into account the min_check deadzone so the resulting displayed percentage was incorrect. Also 3D trottle handling was not considered.
Corrected the calculation and added support for 3D throttle modes. Reversed thrust will be represented with negative throttle percentages.
2018-12-08 12:58:06 -05:00
Bruce Luckcuck
ab0e1260be
Launch Control: increase throttle trigger percent max to 90
...
Per user request. Apparently the previous max of 50% wasn't providing agressive enough launches for some users.
2018-12-08 11:25:28 -05:00
Michael Keller
586eef94e5
Merge pull request #7183 from TonyBlit/gps_flight_distance
...
Total Distance renamed to Flight Distance
2018-12-08 22:41:42 +13:00
Michael Keller
d5cd22bef3
Merge pull request #7180 from mikeller/move_clracingf7_doc
...
Moved CLRACINGF7 board description into 'docs/boards/'.
2018-12-08 22:23:00 +13:00
Michael Keller
1ef5554e7a
Merge pull request #7179 from mikeller/update_gitignore
...
Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'.
2018-12-08 22:22:43 +13:00
Tony Cabello
bbacb7ca28
Total Distance renamed to Flight Distance
2018-12-08 06:57:36 +00:00
Hans Christian Olaussen
695911fd3b
Update unittests
2018-12-06 22:24:33 +01:00
Hans Christian Olaussen
28de4c63bb
Fix comment and write to NULL
2018-12-06 21:05:00 +01:00
Hans Christian Olaussen
f91a3a46b8
Remove prototype
2018-12-06 19:31:34 +01:00
Hans Christian Olaussen
416357b3da
Fix indent
2018-12-06 19:28:55 +01:00
Hans Christian Olaussen
4fb82f8d34
Move MSP_EEPROM_WRITE check to handleMspFrame
2018-12-06 19:22:59 +01:00
Hans Christian Olaussen
bfabf48ca7
Style fixes
2018-12-06 13:31:51 +01:00
mikeller
5698b6c4a2
Moved CLRACINGF7 board description into 'docs/boards/'.
2018-12-06 21:37:04 +13:00
Michael Keller
25e1607292
Merge pull request #7175 from bnn1044/CLRACINGF7
...
CLRACING F7 add I2C support, and remove blackbox flash define
2018-12-06 21:29:47 +13:00
Michael Keller
fa7dabefc9
Merge pull request #7178 from mikeller/fix_url
...
Fixed markdown for URL in README.
2018-12-06 14:55:23 +13:00
Michael Keller
6b8d403060
Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'.
2018-12-06 13:32:55 +13:00
Michael Keller
1d6834281c
Fixed markdown for URL in README.
2018-12-06 13:22:13 +13:00
Michael Keller
08c6609b4b
Merge pull request #7176 from mikeller/add_4_0_postponement_note
...
Added postponement note for Betaflight 4.0.
2018-12-06 13:12:49 +13:00
Hans Christian Olaussen
0b9105294b
Skip telemetry requests after write to eeprom
2018-12-05 21:56:31 +01:00
Cheng Lin
4b0ecb4c63
Edit .md file to match hardware
2018-12-05 10:32:03 -05:00
mikeller
3a7b11bbc1
Fix non-chronological element ordering.
2018-12-06 01:00:38 +13:00
Michael Keller
3100264e86
Merge pull request #7157 from ethomas997/vtxSetGetFreqFix
...
Fix SmartAudio 'looping' after vtx_freq in MHz set
2018-12-06 00:08:00 +13:00
Michael Keller
c6faec2a00
Merge pull request #7163 from TonyBlit/gps_vario_2
...
Numeric Vario calculated with GPS altitude
2018-12-06 00:07:05 +13:00
Michael Keller
a7d2852700
Merge pull request #7170 from wind0r/fix_bst_writeGpsPositionPrameToBST
...
fix writeGpsPositionPrameToBST
2018-12-06 00:05:18 +13:00
Michael Keller
40164e7351
Merge pull request #7172 from TonyBlit/osd_gps_blink_2
...
OSD GPS indicator blinks when numSats is below 5
2018-12-06 00:04:35 +13:00
mikeller
f1b4eb48c3
Added postponement note for Betaflight 4.0.
2018-12-05 21:07:31 +13:00
Tony Cabello
6a6193551c
Numeric Vario calculated with GPS altitude
2018-12-05 09:01:53 +01:00
Cheng Lin
40247b0a1b
add I2C support, and remove blackbox flash define
...
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
remove blackbox support
2018-12-04 20:43:16 -05:00
Michael Keller
c400186e70
Merge pull request #7078 from kmitchel/cascaded_dynamic_notch
...
Cascaded dynamic notches.
2018-12-05 12:49:11 +13: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
06882b6a2c
Turn on RTC bus clock for applicable MCUs, drop time clock init
2018-12-04 23:02:42 +09:00
Tony Cabello
93bf8b2186
OSD GPS indicator blinks when numSats is below 5
2018-12-04 09:19:45 +01:00
Michael Keller
46fa249f25
Merge pull request #7169 from jflyper/bfdev-fix-f411-clock-levels
...
[F411,SYSTEM] Delete bogus clock PLL parameter table entry
2018-12-04 20:46:23 +13:00
jflyper
2446dafffd
Kludge to do additional reset for F722 if RTC is invisible
2018-12-04 12:25:02 +09:00
jflyper
a539997ffb
Change position of checkForBootloaderRequest (F745 working)
2018-12-04 10:09:11 +09:00
jflyper
6bacdc71ff
Don't use variable initialization; it is referenced before it is initialized
2018-12-04 03:12:36 +09:00
Steffen Windoffer
1588a6a23d
fix writeGpsPositionPrameToBST
2018-12-03 16:35:50 +01:00
jflyper
c0d51a5f55
Convert F7s to use RTC backup register based persistent memory
2018-12-03 23:56:41 +09:00
jflyper
ac02ee4cf2
Delete bogus clock pll entry
2018-12-03 22:52:23 +09:00
Michael Keller
b6408b3a32
Merge pull request #6714 from pkruger/4155-feature-for-osd-elements-on-a-switch
...
4155 feature for osd elements on a switch
2018-12-04 02:25:57 +13:00
Michael Keller
bb1e254d96
Merge pull request #7168 from mikeller/fix_arming_prevention_test
...
Fixed arming prevention unittest.
2018-12-04 02:24:38 +13:00
mikeller
1784910aa8
Fixed arming prevention unittest.
2018-12-04 01:34:06 +13:00
Michael Keller
76e3722a17
Merge pull request #7159 from TonyBlit/gps_rescue_prevent_arm
...
GPS Rescue: check failsafe procedure when preventing arming
2018-12-03 23:33:04 +13:00
Michael Keller
8eff13e8ab
Merge pull request #7160 from TonyBlit/gps_total_distance_speed
...
Calculate distance flown with a speed threshold
2018-12-03 23:32:43 +13:00
Michael Keller
8e9462e251
Merge pull request #7158 from TonyBlit/gps_rescue_armed_check
...
Arm prevention if Rescue is activated
2018-12-03 21:52:42 +13:00
Michael Keller
6566ec8ed6
Merge pull request #7151 from jflyper/bfdev-configurable--sdcard-spi-sdio
...
[SDCARD,MSC] Switch USBD storage fops table according to sdcard config
2018-12-03 21:39:22 +13:00
Michael Keller
c119843785
Merge pull request #7162 from TonyBlit/gps_osd_blink
...
Blink GPS indicator on OSD when numsats is lower than minimum configu…
2018-12-03 21:37:31 +13:00
Michael Keller
55a56cd522
Merge pull request #7148 from TonyBlit/osd_warn_rcsmoothing
...
Added missing osd_warn_rc_smoothing in settings
2018-12-03 21:34:04 +13:00
Michael Keller
ec7204e4a5
Merge pull request #7154 from mikeller/fix_bmi160_gyro
...
Fixed build dependency on EXTI for BMI160 driver.
2018-12-03 21:32:56 +13:00