HAL for DUE architecture

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

View file

@ -67,3 +67,10 @@ board = reprap_rambo
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
[env:DUE]
platform = atmelsam
framework = arduino
board = due
build_flags = -I $BUILDSRC_DIR
lib_deps = ${common.lib_deps}