zephyr/subsys/shell/modules
Daniel Leung c7a0cdd1a5 shell: kernel: fix interrupt stack size calculation on SMP
When calculating the size of unused interrupt stacks on SMP,
the "unused" variable is not cleared between CPUs. So this
value keeps incrementing and does not reflect actual unused
size for CPUs other than the first one. So clear the "unused"
variable for each CPU.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-11-13 07:13:07 -05:00
..
CMakeLists.txt
date_service.c
device_service.c shell: fix declarations for external device arrays 2020-11-04 12:14:45 +01:00
Kconfig
kernel_service.c shell: kernel: fix interrupt stack size calculation on SMP 2020-11-13 07:13:07 -05:00