Skip to content

Commit 8c371d8

Browse files
youzuweiCopilot
andauthored
Update components/finsh/Kconfig
Co-authored-by: Copilot <[email protected]>
1 parent f390451 commit 8c371d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/finsh/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ if RT_USING_MSH
5858
bool "Enable insert/delete/home/end extend feature"
5959
default n
6060

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。
6172
config FINSH_USING_SYMTAB
6273
bool "Using symbol table for commands"
6374
default y

0 commit comments

Comments
 (0)