From 23e9b52ecde6088205931557bf97f6e566260389 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 25 Jul 2023 10:27:01 +0200 Subject: [PATCH] CI: Add new boards to compile examples workflow --- .github/workflows/compile-examples.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 32ef392..0023a34 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -71,6 +71,30 @@ jobs: platforms: | - name: arduino:mbed_nano softwareserial: false + - fqbn: arduino:mbed_nicla:nicla_vision + platforms: | + - name: arduino:mbed_nicla + softwareserial: false + - fqbn: arduino:mbed_opta:opta + platforms: | + - name: arduino:mbed_opta + softwareserial: false + - fqbn: arduino:mbed_giga:giga + platforms: | + - name: arduino:mbed_giga + softwareserial: false + - fqbn: arduino:renesas_portenta:portenta_c33 + platforms: | + - name: arduino:renesas_portenta + softwareserial: false + - fqbn: arduino:renesas_uno:unor4wifi + platforms: | + - name: arduino:renesas_uno + softwareserial: false + - fqbn: arduino:esp32:nano_nora + platforms: | + - name: arduino:esp32 + softwareserial: false # Make board type-specific customizations to the matrix jobs include: