Re: [PR] littlefs: fix EINVAL on path operations with littlefs 2.10.0 [nuttx]

2024-12-29 Thread via GitHub
acassis merged PR #15334: URL: https://github.com/apache/nuttx/pull/15334 -- 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.apac

Re: [PR] littlefs: fix EINVAL on path operations with littlefs 2.10.0 [nuttx]

2024-12-24 Thread via GitHub
nuttxpr commented on PR #15334: URL: https://github.com/apache/nuttx/pull/15334#issuecomment-2561571367 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] littlefs: fix EINVAL on path operations with littlefs 2.10.0 [nuttx]

2024-12-24 Thread via GitHub
yamt opened a new pull request, #15334: URL: https://github.com/apache/nuttx/pull/15334 ## Summary littlefs 2.10.0 and later rejects empty paths. use "/" instead. ## Impact ## Testing tested with esp32s3-devkit:toywasm. -- This is an automated m