commit | 63f31261d1b2e685d071785a449ffd88a13e7e36 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@st.com> | Thu Aug 29 10:57:03 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Mon Sep 02 11:50:54 2024 +0200 |
tree | c2417df12ba95ac073c2d011bef7789bd9dce97b | |
parent | 2f86faffbad3d349ad1139dc11aa0ae0c3b72b24 [diff] |
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 <erwan.gouriou@st.com>