rcsim opened a new pull request, #11265: URL: https://github.com/apache/nuttx/pull/11265
## Summary Add support to sdcard on stm32f401rc-rs485 board. ## Impact Users will be able to use sdcard ## Testing - Build sdcard configuration ./tools/configure.sh -l stm32f401rc-rs485:sdcard - Flash the board - Access Nuttx Shell and mount the sdcard nsh> mount -t procfs /proc nsh> mount -t vfat /dev/mmcsd0 /mnt - Access the SDCard and create and read a file:  -- 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