Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CxPilot 5.0.0 Release (Internal Release) #99

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Release 5.0.0-beta3 21st Dec 2023
------------------------------
- Updated default CarbonixCubeOrange Param

Release 5.0.0-beta2 15th Dec 2023
Release 5.0.0 23rd Jan 2024
------------------------------
- workflow: Added cx_build_compare CI for Carbonix board for build compare, triggered on Label CX_NO_CODE_CHANGE
- workflow: modified Carbonix build script to add CARBOPILOT=1
- hwdef: Modified Carbonix boards to remove AP_CUSTOM_FIRMWARE
- AP_FWVersion: Added Custom Firmware Location to one define in AP_FWVersionDefine.h
- Tools: Added Carbonix build no clean script
- Parameter Docs modified to make CarboParam working
- Hwdef: Updated default CarbonixCubeOrange Param
- AP_Periph: fix arm_update_status missing update
- HWDEF : carbonix default params cleanup

Release 5.0.0-beta1 28th Nov 2023
------------------------------
- AP_Periph: print version name
- CI: Carbonix build script added
- Tools: rebuild Carbonix Custom Board bootloaders
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Common/AP_FWVersionDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <AP_Vehicle/AP_Vehicle_Type.h>

#ifdef CARBOPILOT
#define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta3"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot V5.0.0"
#endif

/*
Expand Down
Loading