Skip to content

Commit

Permalink
hwdef: Removal of Custom Firmware define from Carbonix boards
Browse files Browse the repository at this point in the history
This is been handled now in AP_CarbonixCustom.h

SW-51
  • Loading branch information
loki077 committed Jan 9, 2024
1 parent f815542 commit 44c374e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/CarbonixCubeOrange/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

include ../CubeOrange/hwdef.dat

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta3"

undef HAL_NAVEKF3_AVAILABLE
undef HAL_NAVEKF2_AVAILABLE
undef HAL_EXTERNAL_AHRS_ENABLED
Expand Down
2 changes: 0 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/CarbonixF405/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ 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-beta3"

#MCU F405 Flash 1024
FLASH_SIZE_KB 1024

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

define AP_CUSTOM_FIRMWARE_STRING "CarboPilot V5.0.0-beta3"

# assume the 256k flash part
FLASH_SIZE_KB 256

Expand Down

0 comments on commit 44c374e

Please sign in to comment.