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 shell: modules: Add date commands to display or set date 2020-03-10 15:04:12 +02:00
date_service.c shell: modules: Add date commands to display or set date 2020-03-10 15:04:12 +02:00
device_service.c shell: fix declarations for external device arrays 2020-11-04 12:14:45 +01:00
Kconfig shell: kernel: select dependencies 2020-06-24 21:37:12 -04:00
kernel_service.c shell: kernel: fix interrupt stack size calculation on SMP 2020-11-13 07:13:07 -05:00