Skip to content

Commit c940685

Browse files
committed
Add Portenta C33 to CI build.
1 parent 9cdcf01 commit c940685

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile-examples.yml

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
platforms: |
5252
- name: arduino:mbed_portenta
5353
sketch-paths:
54+
- fqbn: arduino:renesas:portenta_h33
55+
platforms: |
56+
- name: arduino:renesas
57+
source-url: https://downloads.arduino.cc/packages/package_renesas_index.json
58+
sketch-paths: |
59+
- examples/C33-Low-Power
5460
5561
steps:
5662
- name: Checkout repository

0 commit comments

Comments
 (0)