@@ -117,6 +117,10 @@ jobs:
117117 if : always()
118118 run : |
119119 (cd examples && ../tools/scripts/examples_compile.py feather_rp2040 rp_pico thingplus_rp2040)
120+ - name : Examples NRF5 Series
121+ if : always()
122+ run : |
123+ (cd examples && ../tools/scripts/examples_compile.py nrf51422-dk nrf52840-dk nrf5340-dk)
120124 - name : Execute Python Scripts
121125 if : always()
122126 run : |
@@ -320,7 +324,7 @@ jobs:
320324 - name : Quick compile HAL for Cortex-M Part 1
321325 if : always()
322326 run : |
323- (cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 0)
327+ (cd test/all && python3 run_all.py stm32 sam rp nrf --quick --split 4 --part 0)
324328 - name : Upload log artifacts
325329 uses : actions/upload-artifact@v4
326330 with :
@@ -345,7 +349,7 @@ jobs:
345349 - name : Quick compile HAL for Cortex-M Part 2
346350 if : always()
347351 run : |
348- (cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 1)
352+ (cd test/all && python3 run_all.py stm32 sam rp nrf --quick --split 4 --part 1)
349353 - name : Upload log artifacts
350354 uses : actions/upload-artifact@v4
351355 with :
@@ -370,7 +374,7 @@ jobs:
370374 - name : Quick compile HAL for Cortex-M Part 3
371375 if : always()
372376 run : |
373- (cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 2)
377+ (cd test/all && python3 run_all.py stm32 sam rp nrf --quick --split 4 --part 2)
374378 - name : Upload log artifacts
375379 uses : actions/upload-artifact@v4
376380 with :
@@ -395,7 +399,7 @@ jobs:
395399 - name : Quick compile HAL for Cortex-M Part 4
396400 if : always()
397401 run : |
398- (cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 3)
402+ (cd test/all && python3 run_all.py stm32 sam rp nrf --quick --split 4 --part 3)
399403 - name : Upload log artifacts
400404 uses : actions/upload-artifact@v4
401405 with :
0 commit comments