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 36
36
- name: MKRWAN
37
37
- name: Arduino_Cellular
38
38
- name: Blues Wireless Notecard
39
+ - name: QNEthernet
39
40
SKETCH_PATHS : |
40
41
- examples/ConnectionHandlerDemo
41
42
- examples/CheckInternetAvailabilityDemo
@@ -105,6 +106,9 @@ jobs:
105
106
- fqbn : " rp2040:rp2040:rpipicow"
106
107
platform-name : rp2040:rp2040
107
108
artifact-name-suffix : rp2040-rp2040-rpipicow
109
+ - fqbn : " teensy:avr:teensy41"
110
+ platform-name : teensy:avr
111
+ artifact-name-suffix : teensy-avr-teensy41
108
112
109
113
# Make board type-specific customizations to the matrix jobs
110
114
include :
@@ -193,6 +197,14 @@ jobs:
193
197
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
194
198
sketch-paths : |
195
199
- 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
196
208
197
209
steps :
198
210
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments