Skip to content

Commit

Permalink
Merge pull request #82 from CarbonixUAV/release/OV3-1022-cx-pilot-5-0…
Browse files Browse the repository at this point in the history
…-0-beta-1

CxPilot 5.0.0-beta1 Release notes
  • Loading branch information
loki077 authored Nov 29, 2023
2 parents 1ddcde3 + 3d8c69b commit 7f2a17e
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
29 changes: 29 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
Release 5.0.0-beta1 28th Nov 2023
------------------------------
- AP_Periph: print version name
- CI: Carbonix build script added
- Tools: rebuild Carbonix Custom Board bootloaders
- ESC_APD : Correct current reading
- hwdef: CarbonixL496 add QMC588P check
- CI: disable test-scripting (Not part of Ardupilot 4.3.8 Firmware test suite.)
- Tools: Bug fix Arm check timeout on Periph
- hwdef: Volanti custom CAN node boards (Added 9 different boards which are based on CarbonixF405 and have default.parm)
- hwdef: Ottano custom CAN node boards (Added 9 different boards which are based on CarbonixF405 and have default.parm)
- hwdef: modifying CarbonixF405 board
- hwdef: add CarbonixCubeOrange (Create a custom board based out of CubeOrange; Add default parm , hardware def and lua script)
- Tools: Carbonix build script
- AP_Periph: add support for APD ESC telemetry
- Plane: improved fwd throttle during VTOL landing
- AP_UAVCAN: allow BRD_SAFETY_MASK to work on CAN ESCs and servos
- AP_Periph: Adds user configurable timeout for ARM and ESC pkt on CAN
- CI: Carbonix disable features not required
- AP_EFI: fixed build on boards without EFI support Currawong and DroneCAN
- CI: disable Copter.GyroFFTAverage
- CI: Cygwin update to master
- Tools: cygwin directory name changed to Private repo name
- CI: Update to master & limit push run of CI
- CI: update github action to remove deprecation warnings from logs
- CI: add ccache config to test_size
- CI: update github actions to prevent nodejs version warning


Release 4.3.8 24th August 2023
------------------------------

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.1-dev"
define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"

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.1-dev"
define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"

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

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta1"

# assume the 256k flash part
FLASH_SIZE_KB 256

Expand Down

0 comments on commit 7f2a17e

Please sign in to comment.