zephyr/subsys/shell
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
..
modules shell: kernel: fix interrupt stack size calculation on SMP 2020-11-13 07:13:07 -05:00
CMakeLists.txt
Kconfig shell: increase stack size for OpenThread 2020-10-09 11:51:41 +02:00
Kconfig.backends shell: Fix typo in a comment 2020-09-15 09:44:42 -05:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: fix compilation error 2020-10-09 11:48:44 +02:00
shell_dummy.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_fprintf.c shell: switch to cbprintf as basis for printf functionality 2020-11-13 06:38:01 -05:00
shell_help.c shell: help functions update 2020-10-02 12:05:49 -04:00
shell_help.h shell: help functions update 2020-10-02 12:05:49 -04:00
shell_history.c
shell_log_backend.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
shell_ops.c
shell_ops.h shell_ops: simplify flag_xxx_get functions 2020-08-18 10:44:35 -04:00
shell_rtt.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_telnet_protocol.h
shell_telnet.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_uart.c mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig 2020-10-07 14:51:06 +02:00
shell_utils.c shell: improve function shell_cmd_get 2020-10-02 12:05:49 -04:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: help functions update 2020-10-02 12:05:49 -04:00