HAL for DUE architecture
This commit is contained in:
parent
91cc4455b2
commit
a66c88907c
23 changed files with 2996 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue