gustavonihei opened a new pull request #3071: URL: https://github.com/apache/incubator-nuttx/pull/3071
## Summary This PR intends to add the functionality of mounting a TMPFS directory on board bring up when CONFIG_FS_TMPFS is enabled. ## Impact New feature, will only take effect when CONFIG_FS_TMPFS is enabled. ## Testing `esp32-wrover-kit:nsh` with `CONFIG_FS_TMPFS=y` ``` NuttShell (NSH) NuttX-10.0.1 nsh> mount /proc type procfs /tmp type tmpfs nsh> ``` ---------------------------------------------------------------- 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