dbc6f6a882
When CONFIG_INIT_STACKS is enabled all stacks should be filled with 0xaa so that the thread analyzer can measure stack utilization, but the IRQ stack was not filled and so `kernel stacks` on the shell would show that the stack had been fully used and inferring an IRQ stack overflow regardless of the IRQ stack size. Fill the IRQ stack before it gets used so that we can have precise usage reports. Signed-off-by: Jamie Iles <quic_jiles@quicinc.com> Signed-off-by: Dave Aldridge <quic_daldridg@quicinc.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
arm64 | ||
common | ||
mips | ||
nios2 | ||
posix | ||
riscv | ||
sparc | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |