You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/17 16:18:23 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1597: sched: Support config the argument passed to init

xiaoxiang781216 edited a comment on pull request #1597:
URL: https://github.com/apache/incubator-nuttx/pull/1597#issuecomment-674975396


   > An alternative to define each argument individually is to have a string config which is defined as "arg1", "arg2", "arg3" and simply define argv as `argv[] = { ARGUMENTS }`. You can build `argc` from `sizeof(argv)` then.
   
   I never know Kconfig support this syntax, do you try it before? I can't find this description from:
   https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org