tito97sp commented on code in PR #6944: URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956781727
########## boards/arm/stm32h7/nucleo-h743zi/Kconfig: ########## @@ -27,4 +27,6 @@ config STM32_ROMFS_IMAGEFILE depends on STM32_ROMFS default "../../../rom.img" + + Review Comment: solved ########## boards/arm/stm32h7/nucleo-h743zi/configs/netnsh/defconfig: ########## @@ -85,3 +86,4 @@ CONFIG_USART3_SERIAL_CONSOLE=y CONFIG_USBHOST=y CONFIG_USBHOST_MSC=y CONFIG_USBHOST_MSC_NOTIFIER=y +CONFIG_USER_ENTRYPOINT="nsh_main" Review Comment: solved ########## boards/arm/stm32h7/nucleo-h743zi/configs/netnsh/defconfig: ########## @@ -63,6 +63,7 @@ CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_SCHED_LPWORK=y CONFIG_SCHED_WAITPID=y +CONFIG_SDCLONE_DISABLE=y Review Comment: solved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org