This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.0 by this push: new a74e041 arch/sim: Update defconfig for NXWM and disable CONFIG_NSH_ARCHINIT a74e041 is described below commit a74e041f0a1bf6fb7365c6639c7672949e0568ad Author: Sebastian Ene <s...@apache.org> AuthorDate: Sat Oct 31 14:08:17 2020 +0200 arch/sim: Update defconfig for NXWM and disable CONFIG_NSH_ARCHINIT ## Summary of changes Disable CONFIG_NSH_ARCHINIT to prevent the boardctl() logic to call multiple times the oneshot_register() function. The boardctl logic is already called from nxwm_main. Signed-off-by: Sebastian Ene <s...@apache.org> --- boards/sim/sim/sim/configs/nxwm/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/nxwm/defconfig b/boards/sim/sim/sim/configs/nxwm/defconfig index 6175043..4967e28 100644 --- a/boards/sim/sim/sim/configs/nxwm/defconfig +++ b/boards/sim/sim/sim/configs/nxwm/defconfig @@ -24,7 +24,6 @@ CONFIG_HAVE_CXX=y CONFIG_IDLETHREAD_STACKSIZE=8192 CONFIG_MAX_TASKS=16 CONFIG_MQ_MAXMSGSIZE=64 -CONFIG_NSH_ARCHINIT=y CONFIG_NSH_FATDEVNO=2 CONFIG_NSH_LIBRARY=y CONFIG_NSH_READLINE=y