acassis commented on a change in pull request #2736: URL: https://github.com/apache/incubator-nuttx/pull/2736#discussion_r563698983
########## File path: drivers/Kconfig ########## @@ -24,6 +24,22 @@ config DRVR_MKRD the selecting this option will also enable the BOARDIOC_MKRD command that will support creation of RAM disks from applications. +# ARCH needs to support memory access while CPU is running to be able to use +# the LWL CONSOLE + +config ARCH_HAVE_RDWR_MEM_CPU_RUN Review comment: Yes, it is a separated commit, I don't want to mix the generic driver with arch specific code/modifications. Let's focus in the generic LWL driver, the next commit will remove the arch driver, enable the ARCH_HAVE_RDWR_MEM_CPU_RUN and replace CONFIG_ARM_LWL_CONSOLE with CONFIG_LWL_CONSOLE. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org