This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new fc89dfdc3c8 boards/weact-stm32h750: Don't disable compilation
optimization
fc89dfdc3c8 is described below
commit fc89dfdc3c8c5ff061f6748e317faed6aab8b668
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Mon May 4 16:03:59 2026 -0300
boards/weact-stm32h750: Don't disable compilation optimization
This board was failing because the CONFIG_DEBUG_NOOPT was enabled.
Signed-off-by: Alan C. Assis <[email protected]>
---
boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig
b/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig
index 2ef9f58b910..70ab99d673a 100644
--- a/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig
+++ b/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig
@@ -22,7 +22,6 @@ CONFIG_ARMV7M_DTCM=y
CONFIG_ARMV7M_ICACHE=y
CONFIG_BOARD_LOOPSPERMSEC=43103
CONFIG_BUILTIN=y
-CONFIG_DEBUG_SYMBOLS=y
CONFIG_EXPERIMENTAL=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y