|
5 | 5 | paths: |
6 | 6 | - '.devcontainer/**/*' |
7 | 7 | - '.github/workflows/*' |
8 | | - # push: |
9 | | - # paths: |
10 | | - # - '.devcontainer/**/*' |
11 | | - # - '.github/workflows/*' |
12 | 8 |
|
13 | 9 | jobs: |
14 | 10 | build-target: |
|
22 | 18 | { target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: ChibiOS }, |
23 | 19 | { target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All }, |
24 | 20 | { target: M5Core2, build-type: Debug, container: ESP32 }, |
25 | | - { target: M5Core2, build-type: Debug, container: All }, |
| 21 | + { target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 }, |
| 22 | + { target: FEATHER_S2, build-type: Debug, container: ESP32 }, |
| 23 | + { target: ESP32_S3, build-type: Debug, container: ESP32 }, |
| 24 | + { target: ESP32_C3, build-type: Debug, container: ESP32 }, |
| 25 | + { target: ESP32_C6_THREAD, build-type: Debug, container: ESP32 }, |
| 26 | + { target: ESP32_H2_THREAD, build-type: Debug, container: ESP32 }, |
26 | 27 | { target: NXP_MIMXRT1060_EVK, build-type: Debug, container: FreeRTOS-NXP }, |
27 | 28 | { target: NXP_MIMXRT1060_EVK, build-type: Debug, container: All }, |
28 | 29 | { target: TI_CC1352R1_LAUNCHXL, build-type: Debug, container: TI, radio-freq: 915 }, |
|
0 commit comments