Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added ci for nano r4
  • Loading branch information
gbr1 authored Aug 11, 2025
commit 60a7d64494d836e8ce5b245605066ac573697bda
6 changes: 6 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
id: git_minima
- fqbn: arduino-git:renesas:unor4wifi
id: git_wifi
- fqbn: arduino-git:renesas:nanor4
id: git_nanor4


# make board type-specific customizations to the matrix jobs
Expand Down Expand Up @@ -112,6 +114,10 @@ jobs:
fqbn: "arduino-git:renesas:minima"
additional-sketch-paths: |
- libraries/OPAMP
- board:
fqbn: "arduino-git:renesas:nanor4"
additional-sketch-paths: |
- libraries/OPAMP

steps:
- name: Checkout repository
Expand Down
Loading