This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 1f61c58 boards: raspberrypi-pico: Normalize nsh/defconfig 1f61c58 is described below commit 1f61c58e4383375303b86957d967dd330b534381 Author: Masayuki Ishikawa <masayuki.ishik...@gmail.com> AuthorDate: Mon Feb 22 19:22:32 2021 +0900 boards: raspberrypi-pico: Normalize nsh/defconfig Summary: - This commit normalizes nsh/defconfig Impact: - None Testing: - None --- boards/arm/rp2040/raspberrypi-pico/configs/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/rp2040/raspberrypi-pico/configs/nsh/defconfig b/boards/arm/rp2040/raspberrypi-pico/configs/nsh/defconfig index 884aec2..4156d2a 100644 --- a/boards/arm/rp2040/raspberrypi-pico/configs/nsh/defconfig +++ b/boards/arm/rp2040/raspberrypi-pico/configs/nsh/defconfig @@ -32,6 +32,7 @@ CONFIG_FS_PROCFS=y CONFIG_FS_PROCFS_REGISTER=y CONFIG_MAX_TASKS=8 CONFIG_NFILE_DESCRIPTORS=6 +CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_READLINE=y CONFIG_RAM_SIZE=270336 @@ -48,4 +49,3 @@ CONFIG_SYSTEM_NSH=y CONFIG_TESTING_OSTEST=y CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_USER_ENTRYPOINT="nsh_main" -CONFIG_NSH_ARCHINIT=y