Add NUCLEO-F767ZI dev board (#19373)
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
This commit is contained in:
committed by
Scott Lahteine
parent
647981ef44
commit
33b2f0700e
@ -856,6 +856,17 @@ board = remram_v1
|
||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -DHAL_IWDG_MODULE_ENABLED
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F4>
|
||||
|
||||
#
|
||||
# ST NUCLEO-F767ZI Development Board
|
||||
# This environment is for testing purposes prior to control boards
|
||||
# being readily available based on STM32F7 MCUs
|
||||
#
|
||||
[env:NUCLEO_F767ZI]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = common_stm32
|
||||
board = nucleo_f767zi
|
||||
build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
|
||||
|
||||
#
|
||||
# ARMED (STM32)
|
||||
#
|
||||
|
Reference in New Issue
Block a user