File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ jobs:
104104 - fqbn : " rp2040:rp2040:rpipicow"
105105 platform-name : rp2040:rp2040
106106 artifact-name-suffix : rp2040-rp2040-rpipicow
107+ - fqbn : " arduino:zephyr_main:portentah7"
108+ platform-name : arduino:zephyr_main
109+ artifact-name-suffix : arduino-zephyr_main-portentah7
110+ - fqbn : " arduino:zephyr_main:portentac33"
111+ platform-name : arduino:zephyr_main
112+ artifact-name-suffix : arduino-zephyr_main-portentac33
107113
108114 # Make board type-specific customizations to the matrix jobs
109115 include :
@@ -154,7 +160,11 @@ jobs:
154160 # Install rp2040 platform via Boards Manager
155161 - name: rp2040:rp2040
156162 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
157-
163+ - board :
164+ platform-name : arduino:zephyr_main
165+ platforms : |
166+ # Install Arduino Zephyr Boards via Boards Manager
167+ - name: arduino:zephyr_main
158168 steps :
159169 - uses : actions/checkout@v6
160170
You can’t perform that action at this time.
0 commit comments