Browse Source

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

[2.0.x] platformio.ini - add DUE native port support
pull/1/head
Bob-the-Kuhn 6 years ago
committed by GitHub
parent
commit
9aac0c7333
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      platformio.ini

10
platformio.ini

@ -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

Loading…
Cancel
Save