This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a21c8aaa0b444c1c2527fe58442231932d714f12 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 4a8b23fe7b9..e51931b5d9e 100644 --- a/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig +++ b/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_f32/defconfig @@ -32,6 +32,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
