mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 10:07:28 +08:00
Parse application attributes (stacksize, priority, and uid/gid/mode under CONFIG_SCHED_USER_IDENTITY) from absolute symbols (nx_stacksize, nx_priority, nx_uid, nx_gid, nx_mode) embedded in the ELF at link time, falling back to defaults when the symbols are absent. Signed-off-by: anjiahao <anjiahao@xiaomi.com>