@@ -67,29 +67,31 @@ jobs:
6767 build-properties :
6868 - " -DUSING_UNIT_RFID2"
6969
70+ # Build CI board axis = distinct compile config only (skill m5-build-ci-matrix).
71+ # m5stack:esp32 3.x covers ESP32 / S3 / C6 / P4 (no H2 in this package).
7072 board :
71- - arduino_nesso_n1
72- - m5stack_atom
73- - m5stack_atoms3
74- - m5stack_atoms3r
75- - m5stack_capsule
76- - m5stack_cardputer
77- - m5stack_core
78- - m5stack_core2
79- - m5stack_coreink
80- - m5stack_cores3
81- - m5stack_dial
82- - m5stack_dinmeter
83- - m5stack_fire
84- - m5stack_nano_c6
85- - m5stack_paper
86- - m5stack_papers3
87- - m5stack_stamp_s3
88- - m5stack_stickc
89- - m5stack_stickc_plus
90- - m5stack_stickc_plus2
91- - m5stack_sticks3
92- - m5stack_tab5
73+ - m5stack_core # m5stack:esp32 x ESP32 (xtensa-esp32)
74+ - m5stack_cores3 # m5stack:esp32 x ESP32-S3 (separate GCC target)
75+ - m5stack_nano_c6 # m5stack:esp32 x ESP32-C6 (rv32)
76+ - m5stack_tab5 # m5stack:esp32 x ESP32-P4 (rv32 single-float)
77+ # - arduino_nesso_n1 # ESP32-C6: represented by m5stack_nano_c6
78+ # - m5stack_atom # ESP32: represented by m5stack_core
79+ # - m5stack_atoms3 # ESP32-S3: represented by m5stack_cores3
80+ # - m5stack_atoms3r # ESP32-S3: represented by m5stack_cores3
81+ # - m5stack_capsule # ESP32-S3: represented by m5stack_cores3
82+ # - m5stack_cardputer # ESP32-S3: represented by m5stack_cores3
83+ # - m5stack_core2 # ESP32: represented by m5stack_core
84+ # - m5stack_coreink # ESP32: represented by m5stack_core
85+ # - m5stack_dial # ESP32-S3: represented by m5stack_cores3
86+ # - m5stack_dinmeter # ESP32-S3: represented by m5stack_cores3
87+ # - m5stack_fire # ESP32: represented by m5stack_core
88+ # - m5stack_paper # ESP32: represented by m5stack_core
89+ # - m5stack_papers3 # ESP32-S3: represented by m5stack_cores3
90+ # - m5stack_stamp_s3 # ESP32-S3: represented by m5stack_cores3
91+ # - m5stack_stickc # ESP32: represented by m5stack_core
92+ # - m5stack_stickc_plus # ESP32: represented by m5stack_core
93+ # - m5stack_stickc_plus2 # ESP32: represented by m5stack_core
94+ # - m5stack_sticks3 # ESP32-S3: represented by m5stack_cores3
9395
9496 platform-version :
9597 - 3.2.5
0 commit comments