🔨 Require PIO >= 6.0.1 (#24205)

This commit is contained in:
ellensp
2022-05-20 02:15:57 +12:00
committed by GitHub
parent b523ddf1b2
commit 6a880280e4
13 changed files with 71 additions and 71 deletions

View File

@@ -16,9 +16,9 @@
# - RADDS
#
[env:DUE]
platform = atmelsam
board = due
src_filter = ${common.default_src_filter} +<src/HAL/DUE> +<src/HAL/shared/backtrace>
platform = atmelsam
board = due
build_src_filter = ${common.default_src_filter} +<src/HAL/DUE> +<src/HAL/shared/backtrace>
[env:DUE_USB]
extends = env:DUE