You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/22 18:41:15 UTC

[GitHub] [mynewt-core] brianwyld commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

brianwyld commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml
URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-568291728
 
 
   Ok, but I don't see how mynewt prevents an ISR happening during the idle task (and hence on its stack)?
   Mostly required to change it because on my STM32L151 (cortex-m3) I had stack overflow on the idle task (as checked by the mynewt stack overflow check) and the debugger showed my as being in the idle task with a stack containing ISR handlers? 
   Also, I see the idle task stack size is already different depending if you include SYSVIEW functionality... so it already needs tuning depending on syscfg...
   Is there an issue making it configurable?

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


With regards,
Apache Git Services