-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[clean] Remove deprecated FINSH_FUNCTION_EXPORT_ALIAS macro #10940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
|
👋 感谢您对 RT-Thread 的贡献!Thank you for your contribution to RT-Thread! 为确保代码符合 RT-Thread 的编码规范,请在你的仓库中执行以下步骤运行代码格式化工作流(如果格式化CI运行失败)。 🛠 操作步骤 | Steps
完成后,提交将自动更新至 如有问题欢迎联系我们,再次感谢您的贡献!💐 |
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
你好,请签署一下协议 |
📌 Code Review Assignment🏷️ Tag: componentsReviewers: @Maihuanyi Changed Files (Click to expand)
🏷️ Tag: components_driver_pmReviewers: @wdfk-prog Changed Files (Click to expand)
📊 Current Review Status (Last Updated: 2025-11-17 15:44 CST)
📝 Review Instructions
|
The
FINSH_FUNCTION_EXPORT_ALIASmacro has been deprecated but 28 call sites remained across the codebase. This PR removes all references.Changes
components/finsh/finsh.handinclude/rtdef.h#ifdefblocks left after removal (e.g.,bsp/simulator/drivers/module_win32.c)Impact
No functional changes. The macro was already defined as empty:
All MSH command exports remain intact and functional.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.