|
@@ -77,18 +77,18 @@ src_filter = ${common.default_src_filter}
|
77
|
77
|
# - RAMPS4DUE
|
78
|
78
|
# - RADDS
|
79
|
79
|
#
|
80
|
|
-[env:DUE native port]
|
|
80
|
+[env:DUE]
|
81
|
81
|
platform = atmelsam
|
82
|
82
|
framework = arduino
|
83
|
|
-board = dueUSB
|
|
83
|
+board = due
|
84
|
84
|
build_flags = ${common.build_flags}
|
85
|
85
|
lib_deps = ${common.lib_deps}
|
86
|
86
|
lib_ignore = c1921b4
|
87
|
87
|
src_filter = ${common.default_src_filter}
|
88
|
|
-[env:DUE programming port]
|
|
88
|
+[env:DUE_USB]
|
89
|
89
|
platform = atmelsam
|
90
|
90
|
framework = arduino
|
91
|
|
-board = due
|
|
91
|
+board = dueUSB
|
92
|
92
|
build_flags = ${common.build_flags}
|
93
|
93
|
lib_deps = ${common.lib_deps}
|
94
|
94
|
lib_ignore = c1921b4
|