1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

More SAMD cleanup

This commit is contained in:
Asbelos
2022-07-08 10:46:52 +01:00
parent aa3c3c2ee4
commit 090acdae44
4 changed files with 16 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ lib_deps =
${env.lib_deps}
monitor_speed = 115200
monitor_flags = --echo
build_flags = -std=c++17 -DI2C_USE_WIRE -DDISABLE_EEPROM
build_flags = -std=c++17
[env:samd21-zero-usb]
platform = atmelsam
@@ -43,7 +43,7 @@ lib_deps =
${env.lib_deps}
monitor_speed = 115200
monitor_flags = --echo
build_flags = -std=c++17 -DI2C_USE_WIRE -DDISABLE_EEPROM
build_flags = -std=c++17
[env:samc21-firebox]
platform = atmelsam
@@ -55,7 +55,7 @@ lib_deps =
SparkFun External EEPROM Arduino Library
monitor_speed = 115200
monitor_flags = --echo
build_flags = -std=c++17 -DI2C_USE_WIRE -DDISABLE_EEPROM
build_flags = -std=c++17
[env:mega2560-debug]
platform = atmelavr