github/workflows: Add a CI job to build ESP32-C2 and ESP32-C6 boards.
So that all six supported SoCs are built by CI. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -214,6 +214,13 @@ function ci_esp32_build_s3_c3 {
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C3
|
||||
}
|
||||
|
||||
function ci_esp32_build_c2_c6 {
|
||||
ci_esp32_build_common
|
||||
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C2
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/esp8266
|
||||
|
||||
|
||||
Reference in New Issue
Block a user