HAL for 32-bit Teensy (3.5, 3.6) architecture
This commit is contained in:
parent
cfef925559
commit
f3e562e46e
18 changed files with 1532 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue