# stm32_moto **Repository Path**: codercmd/stm32_moto ## Basic Information - **Project Name**: stm32_moto - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-09 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## shell说明 #### 更改 - 只需引入shell_core.c shell_core.h shell_api.c shell_api.h四个文件 - shell_core.c 需要更改 USART1_IRQHandler 这个函数,这个跟mcu相关。还有USART_GetITStatus,USART_ReceiveData 这2个mcu相关的函数即可。 - shell_api.c 中shell_uart_write_char这个函数 #### 使用 - 1.需要注册shell_init - 2.然后在while里一直shell_task();