Skip to content
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

串口V2框架下可以选择是否提供自动初始化选项 #33

Open
wdfk-prog opened this issue Oct 28, 2024 · 0 comments
Open

串口V2框架下可以选择是否提供自动初始化选项 #33

wdfk-prog opened this issue Oct 28, 2024 · 0 comments

Comments

@wdfk-prog
Copy link
Contributor

  • 自行在rt_hw_board_init中添加是可以打印初始化信息的
#if defined(RT_USING_CONSOLE) && defined(RT_USING_DEVICE)
    /* Set the shell console output device */
    rt_console_set_device(RT_CONSOLE_DEVICE_NAME);
#endif
    extern int rt_hw_jlink_console_init(void);
    rt_hw_jlink_console_init();

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant