Skip to content

[Bug] LWP_DEBUG should not be enabled by default #9878

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

Closed
unicornx opened this issue Jan 7, 2025 · 0 comments · Fixed by #9921
Closed

[Bug] LWP_DEBUG should not be enabled by default #9878

unicornx opened this issue Jan 7, 2025 · 0 comments · Fixed by #9921
Assignees
Labels
RT-Smart RT-Thread Smart related PR or issues

Comments

@unicornx
Copy link
Contributor

unicornx commented Jan 7, 2025

RT-Thread Version

master

Hardware Type/Architectures

Develop Toolchain

Other

Describe the bug

LWP_DEBUG 默认是 y,但我觉得默认情况下调试开关应该是关掉为好。否则在默认配置下会引入一些调式相关的代码。

譬如 LWP_DEBUG 打开后会导致 LWP_DEBUG_INIT 也打开,运行的现象就是会在启动过程中引入如下逻辑和打印。

Press any key to stop init process startup ... 3
Press any key to stop init process startup ... 2
Press any key to stop init process startup ... 1

建议改为默认 n

Other additional context

No response

@unicornx unicornx self-assigned this Jan 7, 2025
@unicornx unicornx changed the title [Bug] bsp: cvitek: LWP_DEBUG should not be required for aarm64 [Bug] LWP_DEBUG should not be enabled by default Jan 7, 2025
@unicornx unicornx added the RT-Smart RT-Thread Smart related PR or issues label Jan 7, 2025
@unicornx unicornx removed their assignment Jan 7, 2025
@unicornx unicornx self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RT-Smart RT-Thread Smart related PR or issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant