We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ae32d commit 60a7d64Copy full SHA for 60a7d64
.github/workflows/compile-examples.yml
@@ -57,6 +57,8 @@ jobs:
57
id: git_minima
58
- fqbn: arduino-git:renesas:unor4wifi
59
id: git_wifi
60
+ - fqbn: arduino-git:renesas:nanor4
61
+ id: git_nanor4
62
63
64
# make board type-specific customizations to the matrix jobs
@@ -112,6 +114,10 @@ jobs:
112
114
fqbn: "arduino-git:renesas:minima"
113
115
additional-sketch-paths: |
116
- libraries/OPAMP
117
+ - board:
118
+ fqbn: "arduino-git:renesas:nanor4"
119
+ additional-sketch-paths: |
120
+ - libraries/OPAMP
121
122
steps:
123
- name: Checkout repository
0 commit comments