Port upstream safety and reliability fixes - #13
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Locationwp.frameat implicit callers ArduPilot/MissionPlanner#3728, Harden COM port enumeration to avoid Bluetooth-driven startup/dropdown crashes ArduPilot/MissionPlanner#3740, MAVFtp: Supports non-ASCII filenames in ListDirectory ArduPilot/MissionPlanner#3710, Fix HttpClient misuse: reuse static instance, remove duplicate headers, add missing error handling ArduPilot/MissionPlanner#3715, Use MAV_CMD_DO_CHANGE_ALTITUDE and MAV_CMD_DO_REPOSITION for moving vehicle ArduPilot/MissionPlanner#3724, Better camera/gimbal message rate handling ArduPilot/MissionPlanner#3679, Remove unnecessary COMMAND_ACK ArduPilot/MissionPlanner#3705, Proximity: Fix Proximity UI concurrency issue ArduPilot/MissionPlanner#3222, CaptureMJPEG: tolerate missingContent-Type/Content-Lengthin MJPEG; add boundary sniffing & lengthless frame reads ArduPilot/MissionPlanner#3603, gps base: fix Septentrio automatic configuration for RTK base station (port detection) ArduPilot/MissionPlanner#3752, Mavlink: update MAG_CAL_STATUS failure enums ArduPilot/MissionPlanner#3750/ConfigHWCompass: surface MAG_CAL_FAILED_OFFSETS / FAILED_DIAG_SCALING / FAILED_RESIDUALS_HIGH failure codes ArduPilot/MissionPlanner#3722, HUD/PrearmStatus: fix failure messages ArduPilot/MissionPlanner#3250 and Check ADS for zone identifier before trying to load a dll plugin. ArduPilot/MissionPlanner#3646 to the Avalonia/CoreCLR architectureValidation
Review notes
The commits are intentionally atomic. Proposed upstream patches were not cherry-picked blindly: each was compared with the current port, strengthened where needed and covered by focused tests. CI should validate Linux TAR/DEB, Windows ZIP/MSI and macOS x64/arm64 ZIP/DMG on native runners; CodeQL must pass before merge.