We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f390451 commit 8c371d8Copy full SHA for 8c371d8
components/finsh/Kconfig
@@ -58,6 +58,17 @@ if RT_USING_MSH
58
bool "Enable insert/delete/home/end extend feature"
59
default n
60
61
+ # Deprecated alias for backward compatibility
62
+ # English: Deprecated. Use FINSH_USING_EXTEND_FEATURE instead.
63
+ # 中文:已弃用。请使用 FINSH_USING_EXTEND_FEATURE。
64
+ config FINSH_USING_FUNC_EXT
65
+ bool "DEPRECATED: Use FINSH_USING_EXTEND_FEATURE instead"
66
+ default n
67
+ select FINSH_USING_EXTEND_FEATURE
68
+ help
69
+ English: This option is deprecated and will be removed in future releases.
70
+ Please migrate to FINSH_USING_EXTEND_FEATURE.
71
+ 中文:此选项已弃用,未来版本将移除。请迁移到 FINSH_USING_EXTEND_FEATURE。
72
config FINSH_USING_SYMTAB
73
bool "Using symbol table for commands"
74
default y
0 commit comments