Copter: 4.2.0-rc2 release notes

This commit is contained in:
Randy Mackay 2022-04-28 20:09:04 +09:00
parent 279e457344
commit 48a08204a4
1 changed files with 23 additions and 0 deletions

View File

@ -1,5 +1,28 @@
ArduPilot Copter Release Notes: ArduPilot Copter Release Notes:
------------------------------------------------------------------ ------------------------------------------------------------------
Copter 4.2.0-rc2 29-Apr-2022
Changes from 4.2.0-rc1
1) Minor Enhancements
a) Button, Relay and RPM GPIO pin conflict pre-arm check improved
b) DShot uses narrower bitwidths for more accurate timing (allows BLHeli BlueJay to work)
c) iFlight Chimera default parameters file added
d) INS_NOTCH parameters renamed to INS_HNTC2
e) Matek F765-Wing-bdshot firmware added
f) Matek H743 supports ICM42688
g) QiotekZealot H743 supports ICM4xxxx
h) Scripting heap size increased to 100k on F7/H7
i) SPRacingH7 improvements including external flash performance improvements
2) Bug fixes
a) BMI088 IMU FIFO overruns fixed
b) DO_SET_SERVO with SERVOn_FUNCTION=0 fixed, added pre-arm check of servo functions configured on disabled channels
c) Log file descriptor init fixed (issues only seen on Linux autopilots)
d) Log list cope with gaps, performance improvement to reduce impact on EKF and some ESCs
e) Proximity sensor fix when using MAVLink lidars in non-forward orientations
f) RPM sensor fix to avoid "failed to attach pin" spam to GCS
g) STM32 DMA fatal exceptions disabled (caused watch dogs reboots with zero information)
h) SysID mode bug fix (was not restoring body-frame feedforward setting upon exit)
i) Tradheli autotune fix when max frequency is exceeded
------------------------------------------------------------------
Copter 4.2.0-rc1 10-Apr-2022 Copter 4.2.0-rc1 10-Apr-2022
Changes from 4.2.0-beta3 Changes from 4.2.0-beta3
1) Minor Enhancements 1) Minor Enhancements