[2.0.x] Teensy 3.1 and 3.2 support (#11460)

This commit is contained in:
Ilya Bukhonin
2018-08-28 05:49:49 +03:00
committed by Scott Lahteine
parent 409a0632af
commit 7ecb8b4af5
21 changed files with 1173 additions and 7 deletions

View File

@ -381,6 +381,8 @@
// STM32 ARM Cortex-M4F
//
#elif MB(TEENSY31_32)
#include "pins_TEENSY31_32.h" // TEENSY31_32 env:teensy31
#elif MB(TEENSY35_36)
#include "pins_TEENSY35_36.h" // TEENSY35_36 env:teensy35
#elif MB(BEAST)