Skip to content

Commit

Permalink
CxPilot 5.0.0 Release (Internal Release)
Browse files Browse the repository at this point in the history
Also modified the naming convention of firmware from CarboPilot to CxPilot

SW-73
  • Loading branch information
loki077 authored and Lokesh-Carbonix committed Jan 23, 2024
1 parent bdabbf3 commit 07547e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit 07547e1

Please sign in to comment.