HAL for DUE architecture

This commit is contained in:
Christopher Pepper
2017-07-19 00:29:06 +01:00
committed by Scott Lahteine
parent 4b16fa3272
commit cfef925559
23 changed files with 2996 additions and 0 deletions

View File

@@ -80,3 +80,10 @@ platform = atmelavr
framework = arduino
board = sanguino_atmega644p
lib_deps = ${common.lib_deps}
[env:DUE]
platform = atmelsam
framework = arduino
board = due
build_flags = -I $BUILDSRC_DIR
lib_deps = ${common.lib_deps}