Skip to content

Commit a5c257e

Browse files
committed
Add Teensy 4.1 entries to compile-examples.yml
1 parent 09ac732 commit a5c257e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/compile-examples.yml

+11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)