Commit Graph

15865 Commits

Author SHA1 Message Date
Michael Keller 1dee491370
Merge pull request #9674 from ctzsnooze/increase-dMin-default
increase dMin values 20,22 to 23,25
2020-04-07 22:29:10 +12:00
ctzsnooze 8f7db49515 increase dMin values 20,22 to 23,25 2020-04-06 18:07:59 +10:00
Michael Keller 00f2e2a772
Merge pull request #9672 from tstibor/fix_out_of_bounds
Fix buffer is accessed out of bounds
2020-04-06 08:29:41 +12:00
Thomas Stibor b9ccc67f1d Fix buffer is accessed out of bounds
Fix out of bounds buffer problems caused by employing incorrect sizes
VOL_LABEL_LEN != 12 in bs->volume_label
FILE_NAME_SHRT_LEN + FILE_NAME_EXTN_LEN != 8 in entry->name
2020-04-05 07:22:52 +02:00
Michael Keller cb8ab75475
Merge pull request #9654 from mikeller/add_4_2_release_freeze_announcement
Added announcement of the feature freeze for 4.2.
2020-04-05 00:41:08 +13:00
mikeller 4b1ec391a9 Added announcement of the feature freeze for 4.2. 2020-04-04 12:34:09 +13:00
Michael Keller 4859e466f3
Merge pull request #9666 from ctzsnooze/Reduce-default-iterm_relax_cutoff-to-15
Reduce default iterm_relax_cutoff to 15 from 20
2020-04-02 13:44:03 +13:00
Michael Keller 98e3d291bf
Merge pull request #9663 from fgiudice98/fix-vbat-digits
Fix osd vbat digits
2020-04-02 13:40:56 +13:00
Michael Keller eefb27818d
Merge pull request #9665 from ctzsnooze/Increase-default-D_Min-Gain
Increase D_Min gain to improve D behaviour on most quads
2020-04-02 13:40:45 +13:00
Michael Keller 1b5b06197b
Merge pull request #9657 from MadQ/CliFix
Fixed inconsistent CR/LF
2020-04-02 00:38:04 +13:00
Michael Keller b1ddfc2e76
Merge pull request #9662 from jflyper/bfdev-f446-add-missing-i2c-pin
Add missing I2C2 pin for F446
2020-04-02 00:35:47 +13:00
ctzsnooze ba7dc48732 Reduce default iterm_relax_cutoff to 15 from 20 2020-04-01 10:41:14 +11:00
ctzsnooze 6f198b84ab Increase D_Min gain to improve D behaviour on most quads 2020-04-01 10:33:54 +11:00
fgiudice98 9093c46456 Fix osd vbat digits
IE was showing 4.9 instead of 4.09
2020-03-31 21:41:06 +02:00
jflyper 4892d7092c Add missing I2C2 pin for F446 2020-03-31 20:33:17 +09:00
MadQ 6de521fe21 Fixed inconsistent CR/LF so that the Configurator CLI code can be simplified. 2020-03-30 09:27:00 -04:00
MadQ d49390da22 Revert "Corrected inconsistent use of CR/LF."
This reverts commit 61b4a6b189.
2020-03-30 09:19:10 -04:00
MadQ 61b4a6b189 Corrected inconsistent use of CR/LF. 2020-03-29 23:22:18 -04:00
Michael Keller 5f8fc1e6f9
Merge pull request #9647 from etracer65/mixer_crashflip_div0
Fix division by zero in mixer crashflip
2020-03-28 14:02:13 +13:00
Michael Keller 9c248b1dcf
Merge pull request #9645 from etracer65/mixer_vbat_comp_div0
Fix division by 0 risk in mixer vbat sag compensation
2020-03-28 14:01:58 +13:00
Michael Keller fee4f6f9f0
Merge pull request #9644 from etracer65/osd_battery_usage_div0
Prevent division by 0 error in battery usage OSD element
2020-03-28 14:00:32 +13:00
Michael Keller d494d215a9
Merge pull request #9643 from hydra/bf-fix-video-configuration-for-frskyosd
Fix unable to change video system for FrSkyPixelOSD.
2020-03-28 13:51:19 +13:00
Michael Keller f2ef33cbdd
Merge pull request #9642 from IllusionFpv/constrain-pidloop-for-bidir
Change pidloop constraint when dshot bidir is enabled
2020-03-28 13:51:01 +13:00
Bruce Luckcuck 3c1e8cb1c3 Fix division by zero in mixer crashflip 2020-03-26 19:45:07 -04:00
Bruce Luckcuck ae76defa56 Fix div by 0 risk in mixer vbat sag compensation
Fix division by zero if `batteryConfig()->vbatwarningcellvoltage` was set to 420 (4.2v).
2020-03-26 17:30:55 -04:00
Bruce Luckcuck 13f83ee4a4 Prevent division by 0 error in battery usage OSD element
If the `bat_capacity` was set to 0 (the default) then it would result in a division by 0.
2020-03-26 14:01:18 -04:00
Dominic Clifton 4084c9b3d5 Fix unable to change video system for FrSkyPixelOSD. 2020-03-26 17:34:37 +01:00
Nicola De Pasquale aa9e8bdbde change pidloop constraint when dshot bidir is enabled 2020-03-26 17:17:22 +01:00
Michael Keller 5b374c6fe0
Merge pull request #9635 from TonyBlit/sbas_none_2
SBAS_NONE part 2
2020-03-26 23:33:32 +13:00
Michael Keller 395a412b59
Merge pull request #9561 from ctzsnooze/vbat-motor-limit
Battery sag compensation by varying motor output
2020-03-26 13:58:16 +13:00
mikeller afe704bbd9 Fixes from review. 2020-03-26 01:54:42 +13:00
Tony Cabello d6ae1984a7 SBAS_NONE part 2 2020-03-24 14:24:16 +01:00
mikeller b020917c4b Prevent 0 in 'vbat_display_lpf_period' to avoid division by zero. 2020-03-25 00:41:50 +13:00
Michael Keller a4f9e42104
Merge pull request #9617 from TonyBlit/sbas_none
SBAS_NONE, gps_sbas_integrity
2020-03-24 08:43:39 +13:00
Tony Cabello ba335635ac cleanup 2020-03-23 15:45:24 +01:00
Michael Keller 5f5f469c2a
Merge pull request #9628 from jflyper/bfdev-f1-maintenance-415
[F1] Maintenance to keep F1 buildable
2020-03-24 02:34:09 +13:00
Michael Keller c2409cbd10
Merge pull request #9623 from mikeller/add_azure_build
Added Azure build for pull requests.
2020-03-24 02:32:58 +13:00
Michael Keller 70f7549847
Merge pull request #9620 from mikeller/updated_contributing_list
Updated the 'Contributing' list in README.md.
2020-03-24 02:32:10 +13:00
Michael Keller 9310323f2a
Merge pull request #9625 from jflyper/bfdev-fix-ADC5_DMA_OPT-def
[ADC] Fix ADC5_DMA_OPT def
2020-03-24 01:44:54 +13:00
Michael Keller 7f00659a88
Merge pull request #9626 from mikeller/improve_cli_error_messages
Improved CLI error messages.
2020-03-24 01:28:42 +13:00
mikeller d2605975a1 Improved CLI error messages. 2020-03-23 15:18:51 +13:00
jflyper 6dcb373257 [F1] Maintenance to keep F1 buildable 2020-03-23 10:30:33 +09:00
Michael Keller 0bbe52ba21
Merge pull request #9615 from TonyBlit/fix_ublox_dynamic
minor fix: missing ifdef and autoconfig check
2020-03-23 13:53:06 +13:00
Michael Keller 5c5011c6b7
Merge pull request #9616 from TonyBlit/fix_alt_before_arm
Absolute altitude before arming is now correct when using GPS and Baro
2020-03-23 13:50:10 +13:00
Tony Cabello 5932b01e6b SBAS_NONE, gps_sbas_integrity 2020-03-22 18:54:03 +01:00
jflyper 433bf792f8 [ADC] Fix ADC5_DMA_OPT def 2020-03-22 20:53:43 +09:00
mikeller e353b1a9f3 Added repository link. 2020-03-22 23:07:03 +13:00
mikeller 3aff913c83 Reformatted the release message. 2020-03-22 22:45:05 +13:00
mikeller 391c053382 Edit the release when re-publishing. 2020-03-22 22:14:25 +13:00
mikeller 3413bb0dce Improved repository link. 2020-03-22 21:55:34 +13:00