From b727d170c77c305dd90c5bca8f502b8d55c7d6be Mon Sep 17 00:00:00 2001 From: Skittles Date: Sat, 25 Apr 2026 17:19:41 -0700 Subject: [PATCH] Add support for UNO R4 WiFi --- west.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/west.yml b/west.yml index 6cb9bdd..f04fdef 100644 --- a/west.yml +++ b/west.yml @@ -18,4 +18,5 @@ manifest: # strictly needed by the application. name-allowlist: - cmsis_6 # required by the ARM port for Cortex-M + - hal_renesas # required by the Arduino UNO R4 WiFi - hal_stm32 # required by the nucleo_f446re board (STM32 based)