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 f5fabaa commit 08fb006Copy full SHA for 08fb006
.github/workflows/compile-examples.yml
@@ -38,12 +38,10 @@ jobs:
38
39
matrix:
40
board:
41
- # TODO: Add list of boards to compile for here:
42
- fqbn: arduino:mbed_portenta:envie_m7
43
- # TODO: Define the board's platform dependencies here.
44
- # See: https://github.com/arduino/compile-sketches#platforms
45
platforms: |
46
- name: arduino:mbed_portenta
+ - fqbn: arduino:renesas_portenta
47
48
steps:
49
- name: Checkout repository
0 commit comments