mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: Rename STM32F412 hw definition file
This commit is contained in:
parent
60155a7fec
commit
5de6c690d8
|
@ -3,7 +3,7 @@
|
|||
|
||||
# MCU class and specific type
|
||||
# note: the device is STM32F412CE, not all F412 pins are available
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
FLASH_RESERVE_START_KB 0
|
||||
# two sectors for bootloader, two for storage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# MCU class and specific type
|
||||
# note: the device is STM32F412CE, not all F412 pins are available
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
# bootloader starts firmware at 64k
|
||||
FLASH_RESERVE_START_KB 64
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# hw definition file for processing by chibios_pins.py
|
||||
|
||||
# MCU class and specific type
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
FLASH_RESERVE_START_KB 0
|
||||
# two sectors for bootloader, two for storage
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# MCU class and specific type
|
||||
|
||||
# MCU class and specific type
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
# bootloader starts firmware at 64k
|
||||
FLASH_RESERVE_START_KB 64
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# hw definition file for processing by chibios_pins.py
|
||||
|
||||
# MCU class and specific type
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
FLASH_RESERVE_START_KB 0
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# MCU class and specific type
|
||||
|
||||
# MCU class and specific type
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
# bootloader starts firmware at 64k
|
||||
FLASH_RESERVE_START_KB 64
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# hw definition file for processing by chibios_pins.py
|
||||
# old F412 layout
|
||||
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 9
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# hw definition file for processing by chibios_pins.py
|
||||
# new SkyViper 2018 Journey
|
||||
|
||||
MCU STM32F4xx STM32F412Rx
|
||||
MCU STM32F4xx STM32F412xx
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 9
|
||||
|
|
Loading…
Reference in New Issue