ec (npcx): Reconsider default stack size for tasks |
|
Issue descriptionWhen we use npcx as an EC, we usually enable CONFIG_FPU, which means that each task may require up to 224 bytes of stack to save its context. Current values (down to 512 bytes), clearly do not account for that, as shown when running stack_analyzer on recent boards. We should also reconsider task size on other chips. |
|
►
Sign in to add a comment |
|
Comment 1 by drinkcat@chromium.org
, Jun 1 2018Status: Fixed (was: Untriaged)