# stm32f1xx_template_project **Repository Path**: Canrad/stm32f1xx_template_project ## Basic Information - **Project Name**: stm32f1xx_template_project - **Description**: stm32f1系列的mylib模板项目 - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-08-02 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stm32f1xx_template_project 获取完整项目 打开shell ```shell git clone https://gitee.com/Canrad/stm32f1xx_template_project.git --recursive -submodules ``` 获取子模块的更新 ```shell git submodule update --remote ```