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

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 700a51f4af5b43cee2f6f9265f6dd41f97d3ba71
Author: Xiang Xiao <[email protected]>
AuthorDate: Tue Aug 3 10:44:04 2021 +0800

    board/sim: Enable locale related setting in nsh
    
    to extend the daily build cover the locale code
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 boards/sim/sim/sim/configs/nsh/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/sim/sim/sim/configs/nsh/defconfig 
b/boards/sim/sim/sim/configs/nsh/defconfig
index 2741806..e9ad2fa 100644
--- a/boards/sim/sim/sim/configs/nsh/defconfig
+++ b/boards/sim/sim/sim/configs/nsh/defconfig
@@ -31,6 +31,9 @@ CONFIG_FS_RAMMAP=y
 CONFIG_FS_ROMFS=y
 CONFIG_IDLETHREAD_STACKSIZE=4096
 CONFIG_LIBC_EXECFUNCS=y
+CONFIG_LIBC_LOCALE=y
+CONFIG_LIBC_LOCALE_CATALOG=y
+CONFIG_LIBC_LOCALE_GETTEXT=y
 CONFIG_LIB_ENVPATH=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_ARCHROMFS=y

Reply via email to