Add NUCLEO-F767ZI dev board (#19373)
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
This commit is contained in:
parent
00709017e2
commit
d896dedf9b
5 changed files with 216 additions and 1 deletions
|
|
@ -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)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue