This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit fb9a7dc1ce4763219e9dabc8c58f1c442d22e8e2 Author: Jukka Laitinen <[email protected]> AuthorDate: Fri Jun 12 14:18:59 2026 +0300 boards/nucleo-f302r8 : Set CONFIG_DISABLE_ALL_SIGNALS=y for ihm07m1_f32 This small board doesn't use the signals, so it is safe to disable them to save flash. Signed-off-by: Jukka Laitinen <[email protected]> --- boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig b/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig index c3c5fc1ce34..b54e49e9076 100644 --- a/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig +++ b/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig @@ -31,6 +31,7 @@ CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DEFAULT_SMALL=y CONFIG_DEFAULT_TASK_STACKSIZE=1024 +CONFIG_DISABLE_ALL_SIGNALS=y CONFIG_EXAMPLES_FOC=y CONFIG_EXAMPLES_FOC_ADC_MAX=4095 CONFIG_EXAMPLES_FOC_ADC_VREF=3300
