Browse Source

REVERT: HAL_ChibiOS: Rename STM32F412 hw definition file

This reverts commit 5de6c690d8.

That commit broke the build for the affected board as the chibios
headers rely on the name of the file matching a ifdef
gps-1.3.1
Andrew Tridgell 3 years ago committed by Peter Barker
parent
commit
532396e5e6
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/BirdCANdy/hwdef-bl.dat
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/BirdCANdy/hwdef.dat
  3. 2
      libraries/AP_HAL_ChibiOS/hwdef/CUAV_GPS/hwdef-bl.dat
  4. 2
      libraries/AP_HAL_ChibiOS/hwdef/CUAV_GPS/hwdef.dat
  5. 2
      libraries/AP_HAL_ChibiOS/hwdef/HolybroGPS/hwdef-bl.dat
  6. 2
      libraries/AP_HAL_ChibiOS/hwdef/HolybroGPS/hwdef.dat
  7. 0
      libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F412Rx.py
  8. 2
      libraries/AP_HAL_ChibiOS/hwdef/skyviper-f412-rev1/hwdef.dat
  9. 2
      libraries/AP_HAL_ChibiOS/hwdef/skyviper-journey/hwdef.dat

2
libraries/AP_HAL_ChibiOS/hwdef/BirdCANdy/hwdef-bl.dat

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
# MCU class and specific type
# note: the device is STM32F412CE, not all F412 pins are available
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
FLASH_RESERVE_START_KB 0
# two sectors for bootloader, two for storage

2
libraries/AP_HAL_ChibiOS/hwdef/BirdCANdy/hwdef.dat

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
# MCU class and specific type
# note: the device is STM32F412CE, not all F412 pins are available
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
# bootloader starts firmware at 64k
FLASH_RESERVE_START_KB 64

2
libraries/AP_HAL_ChibiOS/hwdef/CUAV_GPS/hwdef-bl.dat

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# hw definition file for processing by chibios_pins.py
# MCU class and specific type
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
FLASH_RESERVE_START_KB 0
# two sectors for bootloader, two for storage

2
libraries/AP_HAL_ChibiOS/hwdef/CUAV_GPS/hwdef.dat

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
# MCU class and specific type
# MCU class and specific type
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
# bootloader starts firmware at 64k
FLASH_RESERVE_START_KB 64

2
libraries/AP_HAL_ChibiOS/hwdef/HolybroGPS/hwdef-bl.dat

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# hw definition file for processing by chibios_pins.py
# MCU class and specific type
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
FLASH_RESERVE_START_KB 0

2
libraries/AP_HAL_ChibiOS/hwdef/HolybroGPS/hwdef.dat

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
# MCU class and specific type
# MCU class and specific type
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
# bootloader starts firmware at 64k
FLASH_RESERVE_START_KB 64

0
libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F412xx.py → libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F412Rx.py

2
libraries/AP_HAL_ChibiOS/hwdef/skyviper-f412-rev1/hwdef.dat

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# hw definition file for processing by chibios_pins.py
# old F412 layout
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
# board ID for firmware load
APJ_BOARD_ID 9

2
libraries/AP_HAL_ChibiOS/hwdef/skyviper-journey/hwdef.dat

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# hw definition file for processing by chibios_pins.py
# new SkyViper 2018 Journey
MCU STM32F4xx STM32F412xx
MCU STM32F4xx STM32F412Rx
# board ID for firmware load
APJ_BOARD_ID 9

Loading…
Cancel
Save