Add mbed support for Teensy 3.1 board // Resolve #183

This commit is contained in:
Valeriy Koval
2015-05-14 21:17:07 +03:00
parent 84795fb9f4
commit 6e9418f583
3 changed files with 9 additions and 2 deletions

View File

@@ -41,3 +41,9 @@ board = frdm_kl25z
platform = ststm32
framework = mbed
board = nucleo_f401re
# Teensy Platform
[env:teensy31]
platform = teensy
framework = mbed
board = teensy31