Skip to content

Commit

Permalink
Add Teensy 4.1 entries to compile-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Sep 18, 2024
1 parent 09ac732 commit 6b394cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
- fqbn: "rp2040:rp2040:rpipicow"
platform-name: rp2040:rp2040
artifact-name-suffix: rp2040-rp2040-rpipicow
- fqbn: "teensy:avr:teensy41"
platform-name: teensy:avr
artifact-name-suffix: teensy-avr-teensy41

# Make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -192,6 +195,14 @@ jobs:
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
sketch-paths: |
- examples/ConnectionHandlerDemo-Notecard
- board:
platform-name: teensy:avr
platforms: |
# Install teensy platform via Boards Manager
- name: teensy:avr
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
sketch-paths: |
- examples/ConnectionHandlerDemo
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6b394cb

Please sign in to comment.