This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 8eb8472eed37bd7c70906938d0aaf4b7f8fc79ee
Author: zhangyuan29 <[email protected]>
AuthorDate: Tue Dec 10 10:31:31 2024 +0800

    arm/lpc17xx: disable mqueue sysv
    
    mqueue sysv not used, remove to reduce sram usage
    
    Signed-off-by: zhangyuan29 <[email protected]>
---
 boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig 
b/boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig
index 9b73fe9e04..5f7bf6f095 100644
--- a/boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig
+++ b/boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig
@@ -19,6 +19,7 @@ CONFIG_BOARD_LATE_INITIALIZE=y
 CONFIG_BOARD_LOOPSPERMSEC=11934
 CONFIG_BUILD_PROTECTED=y
 CONFIG_DEV_LOOP=y
+CONFIG_DISABLE_MQUEUE_SYSV=y
 CONFIG_EXAMPLES_NXTERM=y
 CONFIG_EXAMPLES_NXTERM_FONTID=1
 CONFIG_FAT_LCNAMES=y

Reply via email to