|
16 | 16 | matrix: # Add the target and build type you wish to generate firmware for: |
17 | 17 | include: [ |
18 | 18 | { target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS}, |
| 19 | + { target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS}, |
19 | 20 | { target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS }, |
| 21 | + { target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS }, |
20 | 22 | { target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS }, |
21 | 23 | { target: ORGPAL_PALTHREE, build-type: MinSizeRel, container: ChibiOS }, |
22 | 24 | { target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS }, |
|
29 | 31 | { target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 }, |
30 | 32 | { target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 }, |
31 | 33 | { target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP }, |
| 34 | + { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 }, |
32 | 35 | { target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 }, |
33 | 36 | ] |
34 | 37 |
|
|
0 commit comments