Skip to content

Commit

Permalink
No M4 for now
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed May 16, 2024
1 parent 1696601 commit 336e312
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions continuous_integration/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,30 +69,24 @@ lib_ignore =
SoftwareWire
build_unflags = -D USE_TINYUSB

[env:FeatherM4]
platform = atmelsam
board = adafruit_feather_m4
lib_ignore =
${env.lib_ignore}
SoftwareSerial_ExtInts
AltSoftSerial
NeoSWSerial
SoftwareWire
build_unflags = -D USE_TINYUSB
; [env:FeatherM4]
; platform = atmelsam
; board = adafruit_feather_m4
; lib_ignore =
; ${env.lib_ignore}
; SoftwareSerial_ExtInts
; AltSoftSerial
; NeoSWSerial
; SoftwareWire
; build_unflags = -D USE_TINYUSB

[env:GrandCentralM4]
platform = atmelsam
board = adafruit_grandcentral_m4
framework = arduino
lib_deps =
${env.lib_deps}
RTCZero
lib_ignore =
${env.lib_ignore}
SoftwareSerial_ExtInts
AltSoftSerial
NeoSWSerial
SoftwareWire
build_flags =
${env.build_flags}
build_unflags = -D USE_TINYUSB
; [env:GrandCentralM4]
; platform = atmelsam
; board = adafruit_grandcentral_m4
; lib_ignore =
; ${env.lib_ignore}
; SoftwareSerial_ExtInts
; AltSoftSerial
; NeoSWSerial
; SoftwareWire
; build_unflags = -D USE_TINYUSB

0 comments on commit 336e312

Please sign in to comment.