Skip to content

Add Compile examples workflow for Arduino NANO ESP23 #98

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
Oct 23, 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 @@ -72,6 +72,8 @@ jobs:
platform-name: arduino:renesas_portenta
- fqbn: arduino:renesas_uno:unor4wifi
platform-name: arduino:renesas_uno
- fqbn: arduino:esp32:nano_nora
platform-name: arduino:esp32

# Make board type-specific customizations to the matrix jobs
include:
Expand All @@ -98,6 +100,11 @@ jobs:
platforms: |
# Install Arduino Renesas uno Boards via Boards Manager
- name: arduino:renesas_uno
- board:
platform-name: arduino:esp32
platforms: |
# Install Arduino ESP32 Boards via Boards Manager
- name: arduino:esp32
- board:
platform-name: esp8266:esp8266
platforms: |
Expand Down