@@ -23,13 +23,18 @@ jobs:
2323 { target: ORGPAL_PALTHREE, build-type: MinSizeRel, container: ChibiOS },
2424 { target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
2525 { target: ST_NUCLEO64_F091RC, build-type: MinSizeRel, container: ChibiOS },
26- { target: M5Core2, build-type: MinSizeRel, container: ESP32 },
2726 { target: ESP_WROVER_KIT, build-type: MinSizeRel, container: ESP32 },
28- { target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
29- { target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
27+ { target: ESP32_BLE_REV0, build-type: MinSizeRel, container: ESP32 },
3028 { target: ESP32_C3, build-type: MinSizeRel, container: ESP32 },
3129 { target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
30+ { target: ESP32_ETHERNET_KIT_1.2, build-type: MinSizeRel, container: ESP32 },
3231 { target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
32+ { target: ESP32_P4_UART, build-type: MinSizeRel, container: ESP32 },
33+ { target: ESP32_PSRAM_REV0, build-type: MinSizeRel, container: ESP32 },
34+ { target: ESP32_S2_USB, build-type: MinSizeRel, container: ESP32 },
35+ { target: ESP32_S3, build-type: MinSizeRel, container: ESP32 },
36+ { target: ESP32_S3_ALL, build-type: MinSizeRel, container: ESP32 },
37+ { target: M5Core2, build-type: MinSizeRel, container: ESP32 },
3338 { target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
3439 { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
3540 { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
5257 tool-cache : true
5358 large-packages : false
5459
55- - name : Update repo submodules
56- run : |
57- git submodule update --init
58-
5960 - name : Adjust config templates for a devcontainer
6061 run : |
6162 # Move into the config directory
0 commit comments