Skip to content

Commit c2141dd

Browse files
committed
Add Teensy 4.1 entries to compile-examples.yml
1 parent 67a722a commit c2141dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: MKRWAN
3737
- name: Arduino_Cellular
3838
- name: Blues Wireless Notecard
39+
- name: QNEthernet
3940
SKETCH_PATHS: |
4041
- examples/ConnectionHandlerDemo
4142
- examples/CheckInternetAvailabilityDemo
@@ -105,6 +106,9 @@ jobs:
105106
- fqbn: "rp2040:rp2040:rpipicow"
106107
platform-name: rp2040:rp2040
107108
artifact-name-suffix: rp2040-rp2040-rpipicow
109+
- fqbn: "teensy:avr:teensy41"
110+
platform-name: teensy:avr
111+
artifact-name-suffix: teensy-avr-teensy41
108112

109113
# Make board type-specific customizations to the matrix jobs
110114
include:
@@ -193,6 +197,14 @@ jobs:
193197
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
194198
sketch-paths: |
195199
- 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
196208
197209
steps:
198210
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)