Skip to content

Commit 4f98183

Browse files
committed
migrate pioarduino + update arduino versions
1 parent 8bd1b15 commit 4f98183

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 2.0.14
2828

2929
matrix-context:
30-
- M5Core2-test
30+
#- M5Core2-test
3131
- M5Stack-test
3232
- M5StickC-test
3333
- LGFX-test
@@ -41,12 +41,12 @@ jobs:
4141

4242
include:
4343

44-
- sdk-version: 2.0.12
45-
- sdk-version: 2.0.13
46-
- sdk-version: 2.0.14
44+
- sdk-version: 3.2.0
45+
- sdk-version: 3.2.1
46+
- sdk-version: 3.3.0
4747

4848
# library health test sketches
49-
- { matrix-context: M5Core2-test, arduino-board: m5stack-core2, sketch-names: M5Core2-SDLoader-Snippet.ino, required-libraries: "M5Core2", ... }
49+
#- { matrix-context: M5Core2-test, arduino-board: m5stack-core2, sketch-names: M5Core2-SDLoader-Snippet.ino, required-libraries: "M5Core2", ... }
5050
- { matrix-context: M5Stack-test, arduino-board: m5stack-core-esp32, sketch-names: M5Stack-SDLoader-Snippet.ino, required-libraries: "ESP32-Chimera-Core,LovyanGFX", ... }
5151
- { matrix-context: S3Box-Test, arduino-board: esp32s3box, sketch-names: M5Stack-SDLoader-Snippet.ino, required-libraries: "ESP32-Chimera-Core,LovyanGFX", ... }
5252
- { matrix-context: M5Unified-test, arduino-board: m5stack-core2, sketch-names: M5Unified.ino, required-libraries: "M5GFX,M5Unified", ... }
@@ -57,42 +57,42 @@ jobs:
5757
# Launcher and Appstore # TODO: add https://github.com/shikarunochi/CardputerSimpleLaucher
5858
- matrix-context: M5Stack
5959
arduino-board: m5stack-core-esp32
60-
sketch-names: M5Stack-SD-Menu.ino,AppStore.ino
60+
sketch-names: M5Stack-SD-Menu.ino
6161
launcher-name: M5Stack-Launcher
6262
appstore-name: M5Stack-AppStore
6363
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson"
6464
- matrix-context: M5Core2
6565
arduino-board: m5stack-core2
66-
sketch-names: M5Stack-SD-Menu.ino,AppStore.ino
66+
sketch-names: M5Stack-SD-Menu.ino
6767
launcher-name: M5Core2-Launcher
6868
appstore-name: M5Core2-AppStore
6969
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson"
7070
- matrix-context: M5Fire
7171
arduino-board: m5stack-fire
72-
sketch-names: M5Stack-SD-Menu.ino,AppStore.ino
72+
sketch-names: M5Stack-SD-Menu.ino
7373
launcher-name: M5Fire-Launcher
7474
appstore-name: M5Fire-AppStore
7575
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson"
7676
- matrix-context: OdroidGo
7777
arduino-board: odroid_esp32
78-
sketch-names: M5Stack-SD-Menu.ino,AppStore.ino
78+
sketch-names: M5Stack-SD-Menu.ino
7979
launcher-name: OdroidGo-Launcher
8080
appstore-name: OdroidGo-AppStore
8181
extra-fqbn: ":PartitionScheme=min_spiffs"
8282
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson,Button2"
8383
- matrix-context: M5Atom
84-
sdk-version: 2.0.14
84+
sdk-version: latest
8585
arduino-board: m5stack-atom
8686
sketch-names: M5Stack-SD-Menu.ino
8787
launcher-name: M5Atom-Launcher
8888
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson,Button2"
8989
- matrix-context: M5CoreS3
90-
sdk-version: 2.0.14
90+
sdk-version: latest
9191
arduino-board: m5stack-cores3
92-
sketch-names: M5Stack-SD-Menu.ino,M5Stack-FW-Menu.ino
92+
sketch-names: M5Stack-FW-Menu.ino
9393
launcher-name: M5CoreS3-Launcher
9494
factory-name: M5CoreS3-FW-Launcher
95-
required-libraries: "ESP32-Chimera-Core,LovyanGFX,ArduinoJson,Button2"
95+
required-libraries: "M5Unified,M5GFX"
9696

9797
fail-fast: false
9898

0 commit comments

Comments
 (0)