From 63f31261d1b2e685d071785a449ffd88a13e7e36 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 29 Aug 2024 10:57:03 +0200 Subject: [PATCH] boards: st: Fix arduino_gpio support On stm32h735g_disco, `arduino_gpio` is declared while the connector is not actually described. On stm32h750b_dk, connector description was simply not included. All these are blocking tests trying to make profit of arduino gpio connectors. Fix these. Signed-off-by: Erwan Gouriou --- boards/st/stm32h735g_disco/stm32h735g_disco.yaml | 1 - boards/st/stm32h750b_dk/stm32h750b_dk.dts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/st/stm32h735g_disco/stm32h735g_disco.yaml b/boards/st/stm32h735g_disco/stm32h735g_disco.yaml index f0932280371..cf0bbb425ba 100644 --- a/boards/st/stm32h735g_disco/stm32h735g_disco.yaml +++ b/boards/st/stm32h735g_disco/stm32h735g_disco.yaml @@ -9,7 +9,6 @@ toolchain: ram: 368 flash: 1024 supported: - - arduino_gpio - gpio - netif:eth - memc diff --git a/boards/st/stm32h750b_dk/stm32h750b_dk.dts b/boards/st/stm32h750b_dk/stm32h750b_dk.dts index 88d1be68810..6a0654a885b 100644 --- a/boards/st/stm32h750b_dk/stm32h750b_dk.dts +++ b/boards/st/stm32h750b_dk/stm32h750b_dk.dts @@ -7,6 +7,7 @@ /dts-v1/; #include #include +#include "arduino_r3_connector.dtsi" #include / {