Browse Source

hwdef: set AUTOBUILD_TARGETS None on eval boards

apm_2208
Andrew Tridgell 3 years ago
parent
commit
c9bbfd94c0
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL/hwdef.dat
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL_intf/hwdef.dat
  3. 2
      libraries/AP_HAL_ChibiOS/hwdef/Nucleo-G491/hwdef.dat
  4. 2
      libraries/AP_HAL_ChibiOS/hwdef/Nucleo-L476/hwdef.dat
  5. 2
      libraries/AP_HAL_ChibiOS/hwdef/Nucleo-L496/hwdef.dat
  6. 2
      libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef.dat

2
libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL/hwdef.dat

@ -1,6 +1,8 @@
# hw definition file for processing by chibios_hwdef.py # hw definition file for processing by chibios_hwdef.py
# for H757 # for H757
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32H7xx STM32H757xx MCU STM32H7xx STM32H757xx

2
libraries/AP_HAL_ChibiOS/hwdef/H757I_EVAL_intf/hwdef.dat

@ -1,6 +1,8 @@
# hw definition file for processing by chibios_hwdef.py # hw definition file for processing by chibios_hwdef.py
# for H757 # for H757
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32H7xx STM32H757xx MCU STM32H7xx STM32H757xx

2
libraries/AP_HAL_ChibiOS/hwdef/Nucleo-G491/hwdef.dat

@ -1,5 +1,7 @@
# hw definition file for processing by chibios_pins.py # hw definition file for processing by chibios_pins.py
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32G491 STM32G491xx MCU STM32G491 STM32G491xx

2
libraries/AP_HAL_ChibiOS/hwdef/Nucleo-L476/hwdef.dat

@ -1,5 +1,7 @@
# hw definition file for processing by chibios_pins.py # hw definition file for processing by chibios_pins.py
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32L476 STM32L476xx MCU STM32L476 STM32L476xx

2
libraries/AP_HAL_ChibiOS/hwdef/Nucleo-L496/hwdef.dat

@ -1,5 +1,7 @@
# hw definition file for processing by chibios_pins.py # hw definition file for processing by chibios_pins.py
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32L496 STM32L496xx MCU STM32L496 STM32L496xx

2
libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef.dat

@ -1,6 +1,8 @@
# hw definition file for processing by chibios_hwdef.py # hw definition file for processing by chibios_hwdef.py
# for H743 bootloader # for H743 bootloader
AUTOBUILD_TARGETS None
# MCU class and specific type # MCU class and specific type
MCU STM32H7xx STM32H743xx MCU STM32H7xx STM32H743xx

Loading…
Cancel
Save