acassis commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r957764831


##########
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:
   It seems you are using old config, this option was removed:
   ```
   $ git grep SDCLONE_DISABLE
   ReleaseNotes:* [#5392](https://github.com/apache/incubator-nuttx/pull/#5392) 
sched: Remove SDCLONE_DISABLE option and configĀ 
   ```



##########
boards/arm/stm32h7/nucleo-h743zi/Kconfig:
##########
@@ -27,4 +27,6 @@ config STM32_ROMFS_IMAGEFILE
        depends on STM32_ROMFS
        default "../../../rom.img"
 
+
+

Review Comment:
   Please remove these extra lines



-- 
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

Reply via email to