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 <zhangshoukui@xiaomi.com>
This commit is contained in:
zhangshoukui 2024-09-05 14:25:47 +08:00 committed by Xiang Xiao
parent 13dd7bbfb3
commit 756faf3cc9
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# You can then do "make savedefconfig" to generate a new defconfig file that includes your # You can then do "make savedefconfig" to generate a new defconfig file that includes your
# modifications. # modifications.
# #
# CONFIG_FS_REFCOUNT is not set
CONFIG_ARCH="arm" CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="olimex-stm32-p407" CONFIG_ARCH_BOARD="olimex-stm32-p407"
CONFIG_ARCH_BOARD_OLIMEX_STM32P407=y CONFIG_ARCH_BOARD_OLIMEX_STM32P407=y

View File

@ -6,6 +6,7 @@
# modifications. # modifications.
# #
# CONFIG_ARCH_FPU is not set # CONFIG_ARCH_FPU is not set
# CONFIG_FS_REFCOUNT is not set
# CONFIG_NXFONTS_DISABLE_16BPP is not set # CONFIG_NXFONTS_DISABLE_16BPP is not set
# CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set # CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set
# CONFIG_NXWM_NXTERM is not set # CONFIG_NXWM_NXTERM is not set