Skip to content

Add Portenta C33 to compile examples workflow #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
platform-name: arduino:mbed_opta
- fqbn: arduino:mbed_giga:giga
platform-name: arduino:mbed_giga
- fqbn: arduino:renesas_portenta:portenta_c33
platform-name: arduino:renesas_portenta

# Make board type-specific customizations to the matrix jobs
include:
Expand All @@ -84,6 +86,11 @@ jobs:
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the default branch (located in local path because of the need to first install ArduinoCore-API)
- source-path: extras/ArduinoCore-mbed
name: arduino:mbed
- board:
platform-name: arduino:renesas_portenta
platforms: |
# Install Arduino Renesas portenta Boards via Boards Manager
- name: arduino:renesas_portenta
- board:
platform-name: esp8266:esp8266
platforms: |
Expand Down