RTTHREAD_SEGGER_TOOL icon indicating copy to clipboard operation
RTTHREAD_SEGGER_TOOL copied to clipboard

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

Open wdfk-prog opened this issue 1 year ago • 1 comments

  • 自行在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

wdfk-prog avatar Oct 28 '24 05:10 wdfk-prog

欢迎PR一下。感兴趣的话

supperthomas avatar Mar 29 '25 09:03 supperthomas