[PR] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-10 Thread via GitHub
jerpelea opened a new pull request, #15117: URL: https://github.com/apache/nuttx/pull/15117 ## Summary replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency ## Impact RELEASE ## Testing CI -- This is an automated message from the Apache Git Servic

Re: [PR] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15103: URL: https://github.com/apache/nuttx/pull/15103 -- 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...@nu

Re: [PR] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15103: URL: https://github.com/apache/nuttx/pull/15103#issuecomment-2530346447 [**\[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] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
anchao opened a new pull request, #15103: URL: https://github.com/apache/nuttx/pull/15103 ## Summary limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency Signed-off-by: chao an ## Impa