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

Single Location Custom Firmware Print Method #93

Merged
merged 4 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
hwdef: Removal of Custom Firmware define from Carbonix boards
This is been handled now in AP_CarbonixCustom.h

SW-51
  • Loading branch information
loki077 committed Jan 9, 2024
commit 44c374ec4606ad3fc42464536016ff8079ff455c
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