mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_ChibiOS: define skyviper short board names
This commit is contained in:
parent
0dd396daeb
commit
95ec0185c4
@ -6,6 +6,9 @@ MCU STM32F4xx STM32F412Rx
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 9
|
||||
|
||||
# short board name override (13 chars) to match original max length; can't change because name is used for transmitter bind CRC
|
||||
define CHIBIOS_SHORT_BOARD_NAME "skyviper-f412"
|
||||
|
||||
# crystal frequency
|
||||
OSCILLATOR_HZ 24000000
|
||||
|
||||
|
@ -6,6 +6,9 @@ MCU STM32F4xx STM32F412Rx
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 9
|
||||
|
||||
# short board name override (13 chars) to match original max length; can't change because name is used for transmitter bind CRC
|
||||
define CHIBIOS_SHORT_BOARD_NAME "skyviper-jour"
|
||||
|
||||
# crystal frequency
|
||||
OSCILLATOR_HZ 24000000
|
||||
|
||||
|
@ -27,6 +27,9 @@ undef SDIO
|
||||
undef HAL_BOARD_LOG_DIRECTORY
|
||||
undef HAL_BOARD_TERRAIN_DIRECTORY
|
||||
|
||||
# short board name override (13 chars) to match original max length; can't change because name is used for transmitter bind CRC
|
||||
define CHIBIOS_SHORT_BOARD_NAME "skyviper-v245"
|
||||
|
||||
SERIAL_ORDER OTG1 USART2 EMPTY UART4
|
||||
|
||||
# enable AP_Radio support
|
||||
|
Loading…
Reference in New Issue
Block a user