Skip to content

Commit ddaf694

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/compile-examples.yml

+12
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
ARDUINOCORE_MBED_STAGING_PATH: extras/ArduinoCore-mbed
@@ -104,6 +105,9 @@ jobs:
104105
- fqbn: "rp2040:rp2040:rpipicow"
105106
platform-name: rp2040:rp2040
106107
artifact-name-suffix: rp2040-rp2040-rpipicow
108+
- fqbn: "teensy:avr:teensy41"
109+
platform-name: teensy:avr
110+
artifact-name-suffix: teensy-avr-teensy41
107111

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

0 commit comments

Comments
 (0)