From fbe8dfe66a8c0a351f759811850a445e270420c5 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Wed, 22 May 2024 18:12:05 +0200 Subject: [PATCH] ci: add Nicla Sense ME to compilation checks --- .github/workflows/compile-examples.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index b184f9d..2475517 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -175,6 +175,12 @@ jobs: tone: true # WiFiNINA library is required to use pins A4-A7. a5: false + - fqbn: arduino:mbed_nicla:nicla_sense + usb: false + serial1: true + starter-kit: false + tone: true + a5: true - fqbn: arduino:mbed_portenta:envie_m7 usb: false serial1: true