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 ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
@@ -104,6 +105,9 @@ jobs:
104105 - fqbn : " rp2040:rp2040:rpipicow"
105106 platform-name : rp2040:rp2040
106107 artifact-name-suffix : rp2040-rp2040-rpipicow
108+ - fqbn : " teensy:avr:teensy41"
109+ platform-name : teensy:avr
110+ artifact-name-suffix : teensy-avr-teensy41
107111
108112 # Make board type-specific customizations to the matrix jobs
109113 include :
@@ -192,6 +196,14 @@ jobs:
192196 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
193197 sketch-paths : |
194198 - examples/ConnectionHandlerDemo-Notecard
199+ - board :
200+ platform-name : teensy:avr
201+ platforms : |
202+ # Install Teensy platform via Boards Manager
203+ - name: teensy:avr
204+ source-url: https://www.pjrc.com/teensy/package_teensy_index.json
205+ sketch-paths : |
206+ - examples/ConnectionHandlerDemo
195207
196208 steps :
197209 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments