Support for Teensy 4 (#19311)

This commit is contained in:
bilsef
2020-09-09 16:57:20 -07:00
committed by GitHub
parent bc7720c0cd
commit 049fbc92a9
31 changed files with 1814 additions and 7 deletions

View File

@@ -619,6 +619,10 @@
#include "stm32f7/pins_THE_BORG.h" // STM32F7 env:STM32F7
#elif MB(REMRAM_V1)
#include "stm32f7/pins_REMRAM_V1.h" // STM32F7 env:STM32F7
#elif MB(TEENSY40_41)
#include "teensy4/pins_TEENSY41.h" // Teensy-4.x env:teensy41
#elif MB(T41U5XBB)
#include "teensy4/pins_T41U5XBB.h" // Teensy-4.x env:teensy41
//
// Espressif ESP32