Merge pull request #10096 from Bob-the-Kuhn/DUE-platform.ini

[2.0.x] platformio.ini - add DUE native port support
This commit is contained in:
Bob-the-Kuhn 2018-03-13 15:45:40 -05:00 committed by GitHub
commit 9aac0c7333
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,15 @@ src_filter = ${common.default_src_filter}
# - RAMPS4DUE
# - RADDS
#
[env:DUE]
[env:DUE native port]
platform = atmelsam
framework = arduino
board = dueUSB
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
lib_ignore = c1921b4
src_filter = ${common.default_src_filter}
[env:DUE programming port]
platform = atmelsam
framework = arduino
board = due