1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00
Commit graph

13081 commits

Author SHA1 Message Date
Thorsten Laux
998845be3e prevent divide by zero 2019-01-07 15:52:57 +01:00
MJ666
240915f552 Move QMC5883 sensor detection to the end to avoid wrong detection as
much
as posible
2019-01-07 15:52:43 +01:00
Tony Cabello
007e14f348 GPS Rescue: allow arming without GPS fix (refactor) 2019-01-07 14:27:33 +01:00
Thorsten Laux
8d4ed72e13 rpm telemetry based notch filter 2019-01-07 13:36:01 +01:00
phobos-
dfe1e8d3aa Implemented FRSKY X EU LBT 2019-01-07 13:15:49 +01:00
Michael Keller
3c49588687
Merge pull request #7314 from jflyper/bfdev-telemetry-fix-bracketing-endif-pos
[TELEMETRY] Move bracketing endif to the end
2019-01-08 01:11:41 +13:00
Michael Keller
00e0248988
Merge pull request #7264 from joelucid/dshot_telemetry
Dshot telemetry
2019-01-08 01:04:22 +13:00
Michael Keller
dc7d6693f1
Merge pull request #7288 from loopur/f405_target_update
Update target HAKRC405,modify the name of gyro interface definition
2019-01-08 00:52:47 +13:00
Michael Keller
3cbd55e3e8
Merge pull request #7313 from mikeller/simplify_gyro_analyse
Simplified conditionals for using gyro data analysis.
2019-01-08 00:28:17 +13:00
Michael Keller
3802553a31
Merge pull request #7332 from etracer65/battery_pg_version_update
Battery Config PG version update - Fix for #7255
2019-01-08 00:27:41 +13:00
Michael Keller
f371c26bd7
Merge pull request #7323 from jflyper/bfdev-fix-dmaopt-channel-in-listing
[DMA] Use DMA_CODE_CHANNEL instead of channel value when listing options
2019-01-08 00:23:14 +13:00
Thorsten Laux
7b241fd27a move USE_DSHOT_TELEMETRY into STM32F4 section 2019-01-07 12:10:44 +01:00
elin-neo
83abbbf8f2 Move target file to REVO 2019-01-07 12:49:13 +09:00
Bruce Luckcuck
35318b93dd Battery Config PG version update - Fix for #7255
PR #7255 updated the batteryConfig_t structure but missed the PG version change.
2019-01-03 13:36:18 -05:00
Thorsten Laux
ad253c146b add Thrust Linearization feature 2019-01-03 15:09:17 +01:00
Thorsten Laux
816da6cbf5 Dshot erpm telemetry on the signal line 2019-01-03 14:42:52 +01:00
Kenneth Mitchell
257a09d693
Add dyn filter options to OSD.
Fix FLIP32F3OSD target.

Fix trailing whitespace.
2019-01-02 18:33:26 -05:00
jflyper
4b77b05730 Use DMA_CODE_CHANNEL instead of channel value 2019-01-01 23:47:10 +09:00
Hans Christian Olaussen
df5483a351 Smartport missing sensors fix
Add missing *clearToSend = false;
2019-01-01 14:18:22 +01:00
jflyper
4778ad6c0f
Merge pull request #7315 from jflyper/bfdev-fix-dmaspec-dma-channel
[DMA] dma spec - Channel spec should be DMA_Channel_x.
2018-12-31 15:24:53 +09:00
jflyper
8e46b4fa82 Channel spec should be DMA_Channel_x. 2018-12-31 00:27:44 +09:00
loopur
9dd46d1074 Update target HAKRC405,modify the name of gyro interface definition 2018-12-30 21:55:09 +08:00
Michael Keller
be797d1027
Merge pull request #6837 from jflyper/bfdev-poc-dma-channel-spec
Introduce per peripheral dma channel spec option
2018-12-30 16:53:00 +13:00
J Blackman
3bd0cddf8e
Merge pull request #7308 from mikeller/add_target_embargo_note
Added note about embargo for new targets in 4.0.
2018-12-29 20:39:44 -05:00
jflyper
fe182bb2fb Introduce dma_reqmap 2018-12-30 09:40:37 +09:00
J Blackman
68a3daaade
Merge pull request #7311 from mikeller/update_enum_documentation
Added rule for trailing comma in enums.

Agreed.
2018-12-29 16:06:23 -05:00
J Blackman
f85463bc1c
Merge pull request #7310 from mikeller/update_if_brace_policy
Updated policy on allowing 'if' without braces.

Agreed 100%
2018-12-29 16:05:27 -05:00
jflyper
999e0a0d5a Move endif to the end
Wouldn’t build if USE_TELEMETRY is dropped.
2018-12-29 23:10:04 +09:00
mikeller
e4383b5a36 Simplified conditionals for using gyro data analysis. 2018-12-30 01:31:06 +13:00
Michael Keller
a6fabe11a1
Merge pull request #7289 from T-13/target-stm32f411
Add STM32F411DISCOVERY target
2018-12-30 00:38:48 +13:00
mikeller
3466923dc3 Added rule for trailing comma in enums. 2018-12-30 00:15:06 +13:00
mikeller
3eafbc87ae Updated policy on allowing 'if' without braces. 2018-12-30 00:03:21 +13:00
mikeller
670ba5fc39 Added note about embargo for new targets in 4.0. 2018-12-29 23:28:19 +13:00
Michael Keller
770e883d87
Merge pull request #7292 from kmitchel/fft_osd
Add max FFT to OSD Summary
2018-12-29 22:22:36 +13:00
Michael Keller
78ab31f31f
Merge pull request #7255 from fgiudice98/master
Increased Vbat precision
2018-12-29 20:10:25 +13:00
Michael Keller
ccf1629fbf
Merge pull request #7302 from mikeller/secure_travis_fourth_attempt
Fourth attempt at adding secure integrations to travis.
2018-12-29 14:48:24 +13:00
Michael Keller
ed8aa047d9 Fourth attempt at adding secure integrations to travis. 2018-12-29 12:47:10 +13:00
jonpas
c5fd7caeb2 Create new STM32F411DISCOVERY target and Add STM32Discovery
documentation
2018-12-28 03:40:21 +01:00
Michael Keller
9851de30ba
Merge pull request #7300 from mikeller/secure_travis_third_attempt
Third attempt at adding secure integrations to travis.
2018-12-28 12:39:58 +13:00
Kenneth Mitchell
ab4ff72cc2
Add max FFT to OSD Summary 2018-12-27 14:50:09 -06:00
mikeller
147d5eaa96 Third attempt at adding secure integrations to travis. 2018-12-28 09:05:37 +13:00
Michael Keller
3b631e1e11
Merge pull request #7298 from mikeller/secure_travis_second_attempt
Second attempt at adding secure integrations to travis.
2018-12-28 06:19:30 +13:00
fgiudice98
f084840f06 Fixed tests 2018-12-27 15:03:36 +01:00
Michael Keller
3631e41292
Merge pull request #7282 from etracer65/cli_uint32_range_fix
Fix CLI allowed range display for VAR_UINT32 type
2018-12-28 00:29:01 +13:00
Michael Keller
dfc0f347ba
Merge pull request #7281 from mikeller/cleanup_dshot_defines
Cleaned up Dshot defines.
2018-12-28 00:28:40 +13:00
fgiudice98
979e56e14d Added getLegacyBatteryVoltage 2018-12-27 12:16:26 +01:00
mikeller
c63a3c6b51 Second attempt at adding secure integrations to travis. 2018-12-28 00:12:40 +13:00
Michael Keller
dc8eafa46e
Merge pull request #7149 from robertlacroix/kisscc-tlm-serial
KISSCC: Fix soft serial on TLM pad
2018-12-27 22:57:16 +13:00
Michael Keller
f7fc096b28
Merge pull request #7280 from mikeller/fix_matekf411rx
Fixed MATEKF411RX after #7263.
2018-12-27 22:38:29 +13:00
elin-neo
a31792b385 Add new target - ElinF405 2018-12-27 12:04:00 +09:00