HAL for 32-bit Teensy (3.5, 3.6) architecture

This commit is contained in:
teemuatlut
2017-07-11 21:59:27 +01:00
committed by Scott Lahteine
parent cfef925559
commit f3e562e46e
18 changed files with 1532 additions and 4 deletions

View File

@@ -87,3 +87,10 @@ framework = arduino
board = due
build_flags = -I $BUILDSRC_DIR
lib_deps = ${common.lib_deps}
[env:teensy35]
platform = teensy
framework = arduino
board = teensy35
build_flags = -I $BUILDSRC_DIR
lib_deps = ${common.lib_deps}