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-beta2 Release notes #87

Merged
1 commit merged into from
Dec 15, 2023
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
5 changes: 5 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 5.0.0-beta2 15th Dec 2023
------------------------------
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include ../CubeOrange/hwdef.dat

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"
define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta2"

undef HAL_NAVEKF3_AVAILABLE
undef HAL_NAVEKF2_AVAILABLE
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/CarbonixF405/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env AP_PERIPH 1
# crystal frequency set to 0 to use internal clock; currently configured for external crystal 12MHZ
OSCILLATOR_HZ 12000000

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"
define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta2"

#MCU F405 Flash 1024
FLASH_SIZE_KB 1024
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/CarbonixL496/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env AP_PERIPH 1
# crystal frequency
OSCILLATOR_HZ 12000000

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"
define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta2"

# assume the 256k flash part
FLASH_SIZE_KB 256
Expand Down