From 756faf3cc9acb2820855a45d28fcbb0cefacbf4f Mon Sep 17 00:00:00 2001 From: zhangshoukui Date: Thu, 5 Sep 2024 14:25:47 +0800 Subject: [PATCH] stm3240g-eval:knxwm and olimex-stm32-p407:kmodule remove FS_REFCOUNT arm-none-eabi-ld: /github/workspace/sources/nuttx/nuttx section `.bss' will not fit in region `ksram' arm-none-eabi-ld: region `ksram' overflowed by 16 bytes Signed-off-by: zhangshoukui --- boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig | 1 + boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig b/boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig index 759b3f903b..5ac29e02b4 100644 --- a/boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig +++ b/boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig @@ -5,6 +5,7 @@ # You can then do "make savedefconfig" to generate a new defconfig file that includes your # modifications. # +# CONFIG_FS_REFCOUNT is not set CONFIG_ARCH="arm" CONFIG_ARCH_BOARD="olimex-stm32-p407" CONFIG_ARCH_BOARD_OLIMEX_STM32P407=y diff --git a/boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig b/boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig index dc2de40c87..1ca39a69d4 100644 --- a/boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig +++ b/boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig @@ -6,6 +6,7 @@ # modifications. # # CONFIG_ARCH_FPU is not set +# CONFIG_FS_REFCOUNT is not set # CONFIG_NXFONTS_DISABLE_16BPP is not set # CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set # CONFIG_NXWM_NXTERM is not set