File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3636 - name: MKRWAN
3737 - name: Arduino_Cellular
3838 - name: Blues Wireless Notecard
39+ - name: QNEthernet
3940 SKETCH_PATHS : |
4041 - examples/ConnectionHandlerDemo
4142 - examples/CheckInternetAvailabilityDemo
@@ -105,6 +106,9 @@ jobs:
105106 - fqbn : " rp2040:rp2040:rpipicow"
106107 platform-name : rp2040:rp2040
107108 artifact-name-suffix : rp2040-rp2040-rpipicow
109+ - fqbn : " teensy:avr:teensy41"
110+ platform-name : teensy:avr
111+ artifact-name-suffix : teensy-avr-teensy41
108112
109113 # Make board type-specific customizations to the matrix jobs
110114 include :
@@ -193,6 +197,14 @@ jobs:
193197 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
194198 sketch-paths : |
195199 - examples/ConnectionHandlerDemo-Notecard
200+ - board :
201+ platform-name : teensy:avr
202+ platforms : |
203+ # Install Teensy platform via Boards Manager
204+ - name: teensy:avr
205+ source-url: https://www.pjrc.com/teensy/package_teensy_index.json
206+ sketch-paths : |
207+ - examples/ConnectionHandlerDemo
196208
197209 steps :
198210 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments