rt-thread/components/finsh
Cheng Mingming 6c5378a1b0 [finsh][cmd] Merge duplicate RT_USING_CPU_USAGE_TRACER blocks in list_thread
The RT_USING_CPU_USAGE_TRACER print block was duplicated identically in
both the ARCH_CPU_STACK_GROWS_UPWARD and the normal branch of
list_thread(). Both branches only differ in the stack usage line (which
has no trailing newline), so move the single shared block after the
#endif of the stack-growth conditional. No functional change.
2026-07-14 09:33:50 +08:00
..
Kconfig fix(Kconfig): Update the default value of FINSH_THREAD_PRIORITY to support different thread priorities 2026-01-19 09:47:48 +08:00
SConscript [msh][ci]only GCC use strict checking 2024-03-16 10:21:38 -04:00
cmd.c [finsh][cmd] Merge duplicate RT_USING_CPU_USAGE_TRACER blocks in list_thread 2026-07-14 09:33:50 +08:00
finsh.h fix: 在没有定义FINSH_USING_SYMTAB时编译报错以及IPC及finsh启用时自动选择必要的功能 2025-09-04 21:42:10 +08:00
msh.c components: finsh: check token bounds before access 2026-07-08 13:37:21 +08:00
msh.h 【msh】新增msh自动补全子选项特性 (#8086) 2023-09-27 12:34:05 +08:00
msh_file.c components: finsh: check token bounds before access 2026-07-08 13:37:21 +08:00
msh_parse.c [finsh]更正注释 2023-04-10 22:13:03 -04:00
msh_parse.h [componnets][pin]add pin operate command in MSH (#5892) 2022-05-30 18:00:26 +08:00
shell.c fix(finsh): reset line state on overflow 2026-05-07 18:18:08 +08:00
shell.h [Feature][Shell] 增加对 Home、Insert、Delete 和 End 键的支持,改进输入模式处理 (#10595) 2025-09-28 16:27:20 +08:00