File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104104 - fqbn : " rp2040:rp2040:rpipicow"
105105 platform-name : rp2040:rp2040
106106 artifact-name-suffix : rp2040-rp2040-rpipicow
107+ - fqbn : " teensy:avr:teensy41"
108+ platform-name : teensy:avr
109+ artifact-name-suffix : teensy-avr-teensy41
107110
108111 # Make board type-specific customizations to the matrix jobs
109112 include :
@@ -192,6 +195,14 @@ jobs:
192195 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
193196 sketch-paths : |
194197 - 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
195206
196207 steps :
197208 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments