From 3f1d6ad9ea467a87312ff2bb7787e04fba327a85 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 18 Jun 2026 14:10:08 +0200 Subject: [PATCH] ci(cmake): add missing series to the build Signed-off-by: Frederic Pillon --- .github/workflows/Cmake.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Cmake.yml b/.github/workflows/Cmake.yml index 05b92f5a83..84efe17fce 100644 --- a/.github/workflows/Cmake.yml +++ b/.github/workflows/Cmake.yml @@ -31,6 +31,7 @@ jobs: strategy: matrix: boardname: + - NUCLEO_C092RC - NUCLEO_F091RC - NUCLEO_F103RB - NUCLEO_F207ZG @@ -46,9 +47,12 @@ jobs: - NUCLEO_L476RG - NUCLEO_L552ZE_Q - NUCLEO_U083RC + - NUCLEO_U385RG_Q - NUCLEO_U575ZI_Q + - NUCLEO_WB09KE - P_NUCLEO_WB55RG - NUCLEO_WBA55CG + - NUCLEO_WL33CC1 - NUCLEO_WL55JC1 steps: