File tree 1 file changed +12
-0
lines changed
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
ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
@@ -104,6 +105,9 @@ jobs:
104
105
- fqbn : " rp2040:rp2040:rpipicow"
105
106
platform-name : rp2040:rp2040
106
107
artifact-name-suffix : rp2040-rp2040-rpipicow
108
+ - fqbn : " teensy:avr:teensy41"
109
+ platform-name : teensy:avr
110
+ artifact-name-suffix : teensy-avr-teensy41
107
111
108
112
# Make board type-specific customizations to the matrix jobs
109
113
include :
@@ -192,6 +196,14 @@ jobs:
192
196
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
193
197
sketch-paths : |
194
198
- 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
195
207
196
208
steps :
197
209
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments