yamt commented on PR #15579: URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2599567225
> @yamt what's the benefit to generate the errno from a csv, but not modify errno.h direclty? i want to generate other things as well, which are difficult or impossible with C preprocessor. eg. ```c #if defined(EPERM) case EPERM: return NUTTX_EPERM; #endif ``` -- 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