File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104
104
- fqbn : " rp2040:rp2040:rpipicow"
105
105
platform-name : rp2040:rp2040
106
106
artifact-name-suffix : rp2040-rp2040-rpipicow
107
+ - fqbn : " teensy:avr:teensy41"
108
+ platform-name : teensy:avr
109
+ artifact-name-suffix : teensy-avr-teensy41
107
110
108
111
# Make board type-specific customizations to the matrix jobs
109
112
include :
@@ -192,6 +195,14 @@ jobs:
192
195
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
193
196
sketch-paths : |
194
197
- examples/ConnectionHandlerDemo-Notecard
198
+ - board :
199
+ platform-name : teensy:avr
200
+ platforms : |
201
+ # Install Teensy platform via Boards Manager
202
+ - name: teensy:avr
203
+ source-url: https://www.pjrc.com/teensy/package_teensy_index.json
204
+ sketch-paths : |
205
+ - examples/ConnectionHandlerDemo
195
206
196
207
steps :
197
208
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments