Add NUCLEO-F767ZI dev board (#19373)

Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
This commit is contained in:
Jason Smith
2020-10-13 16:03:09 -07:00
committed by GitHub
parent 733eb127e9
commit 54315252c7
5 changed files with 216 additions and 1 deletions

View File

@@ -634,6 +634,8 @@
#include "stm32f7/pins_THE_BORG.h" // STM32F7 env:STM32F7
#elif MB(REMRAM_V1)
#include "stm32f7/pins_REMRAM_V1.h" // STM32F7 env:STM32F7
#elif MB(NUCLEO_F767ZI)
#include "stm32f7/pins_NUCLEO_F767ZI.h" // STM32F7 env:NUCLEO_F767ZI
#elif MB(TEENSY41)
#include "teensy4/pins_TEENSY41.h" // Teensy-4.x env:teensy41
#elif MB(T41U5XBB)