tmedicci opened a new pull request, #11417: URL: https://github.com/apache/nuttx/pull/11417
## Summary * esp32<|s2|s3>_board_spiflash: Substitute fs messages to syslog Once these messages are thrown during the system's bring-up, it is advisable them to be output by the syslog considering the file system initialization. * esp32<|s2|s3>_board_spiflash: Fix error message about SmartFS init The SmartFS partition needs to be formatted before being mounted. Otherwise, it would throw an error message. The error message now contains a suggestion to format the partition when such an error is detected. ## Impact Avoid any confusion regarding the usage of the SmartFS file system on NuttX. This PR is intended to solve the reported error message in https://github.com/apache/nuttx/issues/11337 ## Testing Internal CI testing + ESP32-S3-DevKitC-1 v1.6 -- 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