baggio63446333 opened a new pull request, #1278:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1278

   ## Summary
   When an application is used as a loadable ELF module like as 
`CONFIG_EXAMPLES_XXX=m`,
   the priority and stack size of that application task is always fixed at the 
default values.
   In other words, `CONFIG_EXAMPLES_XXX_PRIORITY` and 
`CONFIG_EXAMPLES_XXX_STACKSIZE`
   are not referenced at all.
   
   This commit changes to get the priority and stack size of the application 
from the bulitin list.
   
   If you change the name of the application offline, it will still work with 
the default values.
   If the application name is used as it was built, the priority and stack size 
set in Kconfig can be applied.
   
   ## Impact
   Loadable ELF application.
   
   ## Testing
   
   


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

Reply via email to