|
|
@ -595,3 +595,15 @@ lib_deps = ${common.lib_deps}
|
|
|
|
lib_ignore = U8glib-HAL
|
|
|
|
lib_ignore = U8glib-HAL
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
|
|
|
|
debug_tool = jlink
|
|
|
|
debug_tool = jlink
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Just print the dependency tree
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
[env:include_tree]
|
|
|
|
|
|
|
|
platform = atmelavr
|
|
|
|
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
board = megaatmega2560
|
|
|
|
|
|
|
|
build_flags = -c -H -std=gnu++11 -Wall -Os
|
|
|
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
|
|
|
|
src_filter = +<src/Marlin.cpp>
|
|
|
|