Skip to content

Commit 9e648d9

Browse files
committed
Update devcontainer-nightly-build.yaml
Add some more targets
1 parent 6ac1006 commit 9e648d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/devcontainer-nightly-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
matrix: # Add the target and build type you wish to generate firmware for:
1717
include: [
1818
{ target: SL_STK3701A, build-type: MinSizeRel, container: AzureRTOS},
19+
{ target: SL_STK3701A_REVB, build-type: MinSizeRel, container: AzureRTOS},
1920
{ target: MXCHIP_AZ3166, build-type: MinSizeRel, container: ChibiOS },
21+
{ target: ST_STM32F429I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
2022
{ target: ST_STM32F769I_DISCOVERY, build-type: MinSizeRel, container: ChibiOS },
2123
{ target: ORGPAL_PALTHREE, build-type: MinSizeRel, container: ChibiOS },
2224
{ target: ORGPAL_PALX, build-type: MinSizeRel, container: ChibiOS },
@@ -29,6 +31,7 @@ jobs:
2931
{ target: ESP32_C6_THREAD, build-type: MinSizeRel, container: ESP32 },
3032
{ target: ESP32_H2_THREAD, build-type: MinSizeRel, container: ESP32 },
3133
{ target: NXP_MIMXRT1060_EVK, build-type: MinSizeRel, container: FreeRTOS-NXP },
34+
{ target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 868 },
3235
{ target: TI_CC1352R1_LAUNCHXL, build-type: MinSizeRel, container: TI, radio-freq: 915 },
3336
]
3437

0 commit comments

Comments
 (0)