1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00
Commit graph

12526 commits

Author SHA1 Message Date
Thorsten Laux
fb6558a142 add abs control debug modes 2019-03-28 11:58:18 +01:00
Michael Keller
9b08bdcd54
Merge pull request #7880 from elin-neo/elinf405_update_190327
Update ELINF405 config
2019-03-28 23:17:57 +13:00
mikeller
d16f35d9cb Fixed defaults for lowpass filters. 2019-03-28 22:58:22 +13:00
elin-neo
bb8d3f4346 Update ELINF722 config 2019-03-28 14:05:48 +09:00
mikeller
ec9dcde93d Fixed CLI 'timer' output. 2019-03-28 14:07:52 +13:00
Bruce Luckcuck
206b22df22 Fix GPS Rescue throttle PID calculation
Fixes an extraneous "*" in the throttle PID calculation that caused the integral portion to be multiplied by the derivative calc instead of adding it.
2019-03-27 17:30:39 -04:00
Michael Keller
8e10e73580
Merge pull request #7877 from etracer65/fix_osd_stats_alignment
Fix OSD stats alignment and formatting
2019-03-28 09:16:35 +13:00
Martin Luessi
7b2e1b9d4d Fix ifdef for F446 2019-03-27 07:55:53 -07:00
jerryxin123
deec82cd8e Optimize code format 2019-03-27 19:54:35 +08:00
Mikolaj Stawiski
013a1d1b28 Fixed more warnings that only happened for F7 targets. 2019-03-27 20:47:34 +11:00
elin-neo
a3ca659dc9 Update ELINF405 config 2019-03-27 14:36:30 +09:00
jerryxin123
b548214648 Added rx configuration for DJI_HDL receiver 2019-03-27 12:59:31 +08:00
Michael Keller
173e958daf
Merge pull request #7872 from x4FF3/OMF4NV7
Please add OMNIBUSF4NANOV7
2019-03-27 07:53:38 +13:00
Bruce Luckcuck
138f403204 Fix OSD stats alignment and formatting
Fixes the alignment and formatting of the following stats:
* Max altitude
* Max speed
* Max ESC temperature
2019-03-26 13:37:21 -04:00
Michael Keller
d00a8e7a4c
Merge pull request #7865 from joelucid/dshot_collisions_master
Avoid dshot collisions
2019-03-27 06:16:19 +13:00
david
c916ab96ac add OMNIBUSF4NANOV7 2019-03-26 17:54:48 +01:00
Michael Keller
ea454243bb
Merge pull request #7871 from betaflight/revert-7603-smartaudio-lite-softserial
Revert "SmartAudio Lite compatibility: Send 0x00 bit(s) (always) even with Soft Serial."
2019-03-27 05:23:42 +13:00
Thorsten Laux
5a759c56ef avoid dshot telemetry collisions
actually use calculated deadtime

fix whitespace and return value

fix ws

Address review feedback

fix ws
2019-03-26 21:51:25 +13:00
Michael Keller
8984a7195f
Merge pull request #7866 from joelucid/fix_abs_control
fix abs control #7863
2019-03-26 21:48:58 +13:00
Miguel Angel Mulero Martinez
f0597992fc Wrap with ifdef some blackbox headers 2019-03-25 20:31:58 +01:00
AJ Christensen
1dc0842557
Revert "SmartAudio Lite compatibility: Send 0x00 bit(s) (always) even with Soft Serial." 2019-03-25 23:48:00 +13:00
Thorsten Laux
bd708d6741 fix abs control #7863 2019-03-24 18:49:09 +01:00
Dominic Clifton
361e1fa6bb Fix remaining cases of USE_DUAL_GYRO.
* The `USE_DUAL_GYRO` define was replaced with `USE_MULTI_GYRO` a while
ago.
2019-03-24 16:07:18 +01:00
Michael Keller
ae5c924c96
Merge pull request #7853 from mikeller/fix_sumd_v3
Fixed bug in SUMD V3 channel number handling.
2019-03-24 10:44:39 +13:00
Michael Keller
fe7de1b3e6
Merge pull request #7850 from McGiverGim/blackbox_dterm2_type
Add dterm lpf 2 type to the Blackbox header
2019-03-24 09:44:17 +13:00
mikeller
32bcf606b5 Fixed bug in SUMD V3 channel number handling. 2019-03-22 14:18:48 +13:00
Michael Keller
1bdbd1cd72
Merge pull request #7847 from ctzsnooze/Update_Abs_Control_Debug
log acCorrection, not acError
2019-03-22 13:39:16 +13:00
mikeller
d5e7f90629 Added range checking. 2019-03-22 07:52:07 +13:00
Miguel Angel Mulero Martinez
af1f53be53 Add dterm lpf 2 type to the Blackbox header 2019-03-21 19:17:15 +01:00
mikeller
cf18d21ae6 Added command feedback. 2019-03-22 06:40:44 +13:00
mikeller
3974df6798 Added missing 'timer <pin>' command. 2019-03-22 06:40:44 +13:00
Michael Keller
8239950c7d
Merge pull request #7846 from hydra/bf-fix-tests-cygwin
Allow test compilation on Cygwin again.
2019-03-22 06:38:05 +13:00
Michael Keller
dfe5dc56e0
Merge pull request #7824 from etracer65/dshot_command_queue_fix
DSHOT command non-blocking motor selection fix
2019-03-21 14:23:39 +13:00
Michael Keller
ca764c5a4e
Merge pull request #7837 from hydra/bf-fix-dual-gyro-sensor-autodetection-crash
Fix crash when first or second gyro is not detected.
2019-03-21 13:46:22 +13:00
ctzsnooze
7101fe220a log acCorrection, not acError
Improves usefulness of Absolute Control logging in iterm_relax mode.
2019-03-21 10:24:47 +11:00
Dominic Clifton
9177cda6bb TESTS - Allow compilation on Cygwin again.
* -pthread not supported.
* --coverage not supported.
* -lblocksruntime not required.
2019-03-20 18:36:01 +01:00
Mikolaj Stawiski
93d2566287 Fixed warnings. 2019-03-20 19:47:18 +11:00
Michael Keller
f6bbda1d1b Removed more features from RMDO, SPRACINGF3 to make it fit flash. 2019-03-20 16:20:30 +13:00
Michael Keller
913d942c27
Merge pull request #7831 from McGiverGim/blackbox_ac_iyaw
Add absolute_control_gain and use_integrated_yaw to blackbox headers
2019-03-20 15:20:35 +13:00
Michael Keller
2fc52c46d5
Merge pull request #7827 from McGiverGim/blackbox_dyn_lpf
Add dyn filters to blackbox headers
2019-03-20 15:19:55 +13:00
Michael Keller
0da7422a33
Merge pull request #7826 from McGiverGim/blackbox_dmin
Add d_min to blackbox headers
2019-03-20 15:19:37 +13:00
Dominic Clifton
b7417a6d3d Fix crash when first or second gyro is not detected.
Firmware now silently uses the one it does find.

User can detect this by looking at the `diff` output.
2019-03-19 20:47:01 +01:00
Dominic Clifton
8039a7f42f Fix duplicate transponder task enable attempt.
Kept the second one since there is no rush to enable a transponder upon
boot.
2019-03-19 20:36:52 +01:00
Miguel Angel Mulero Martinez
6a3cb507ce Add absolute_control_gain and use_integrated_yaw to blackbox headers 2019-03-18 15:12:00 +01:00
mikeller
538eb26188 Removed features from MIDELICF3, RMDO, and SPRACINGF3 to make the firmware fit the flash space. 2019-03-19 02:44:00 +13:00
Miguel Angel Mulero Martinez
6157cd324e Add dyn filters to blackbox headers 2019-03-18 09:49:29 +01:00
Miguel Angel Mulero Martinez
75b4e449ff Add d_min to blackbox headers 2019-03-18 08:43:02 +01:00
Michael Keller
4c62d362ee
Merge pull request #7795 from etracer65/dshot_bidir_protocol_check
Disable DSHOT Telemetry if motor protocol is not DSHOT or PROSHOT
2019-03-18 19:33:20 +13:00
Michael Keller
26e6e45514
Merge pull request #7815 from etracer65/dshot_bidir_try_to_enable
Periodically try to activate ESC DSHOT telemetry if enabled but not working
2019-03-18 19:31:08 +13:00
Michael Keller
b2e857439b
Merge pull request #7816 from IllusionFpv/gps-set-new-descent-distance
Set new descent distance
2019-03-18 19:29:53 +13:00