JianyuWang0623 commented on PR #3192: URL: https://github.com/apache/nuttx-apps/pull/3192#issuecomment-3420558772
> Thank you @JianyuWang0623 looks really nice :-) I am a bit afraid that "system" and "init" are too broad terms and may cause confusion.. maybe it would be better to call them "Android System Init" and name config variables something like `CONFIG_GOOGLE_ANDROID_SYSTEM_INIT` or `CONFIG_ANDROID_SYSTEM_INIT` or `CONFIG_GOOGLE_SYSTEM_INIT` in place of `CONFIG_SYSTEM_INIT` whis is not really self explanatory? :-P First comers would then know this functionality covers Google Android System Init.. unless it is forbidden to use Google and Android names as trademarked? :-P @cederom The configuration is named `SYSTEM_INIT` to align with the source code directory structure. To enhance usability and reduce the learning barrier, we’ve ensured its syntax is highly compatible with [Android Init Language](https://android.googlesource.com/platform/system/core/+/master/init/README.md). Though we gained valuable insights from Android during design and implementation, we opted for a tailored, simplified version rather than direct porting. This decision focused on optimizing code size, RAM usage, and symbol storage locations; detailed metrics will be included in the NuttX kernel repository’s documentation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
