Skip to content

Commit

Permalink
update ci ini
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 18, 2024
1 parent c65ade7 commit 4f6a820
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion continuous_integration/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ build_flags =
-D NEOSWSERIAL_EXTERNAL_PCINT

[env:mayfly]
board = mayfly
framework = arduino
platform = atmelavr
board = mayfly
lib_ignore =
${env.lib_ignore}
RTCZero
Expand All @@ -38,6 +39,7 @@ build_flags =
${env.build_flags}

[env:mega]
framework = arduino
platform = atmelavr
board = megaatmega2560
lib_ignore =
Expand All @@ -48,6 +50,7 @@ build_flags =
${env.build_flags}

[env:zero]
framework = arduino
platform = atmelsam
board = zeroUSB
lib_ignore =
Expand All @@ -60,6 +63,7 @@ build_flags =
${env.build_flags}

[env:feather_m0]
framework = arduino
platform = atmelsam
board = adafruit_feather_m0
lib_ignore =
Expand All @@ -73,6 +77,7 @@ build_flags =
build_unflags = -D USE_TINYUSB

; [env:feather_m4]
; framework = arduino
; platform = atmelsam
; board = adafruit_feather_m4
; lib_ignore =
Expand All @@ -88,6 +93,7 @@ build_unflags = -D USE_TINYUSB
; build_unflags = -D USE_TINYUSB

; [env:grandcentral_m4]
; framework = arduino
; platform = atmelsam
; board = adafruit_grandcentral_m4
; lib_ignore =
Expand Down

0 comments on commit 4f6a820

Please sign in to comment.