create project

This commit is contained in:
2025-09-05 13:44:56 +08:00
commit bc214934d3
86 changed files with 105884 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
### 此工程依赖的VS Code插件
- C/C++ for Visual Studio Code
- Cortex-Debug
- MemoryView
- debug-tracker-vscode
- Peripheral Viewer
### 注意事项
1. 修改cmake/gcc-arm-none-eabi.cmake中的编译器路径
2. 检查task.json中的各文件路径
3. launch.json中的各文件路径
4. 配置合适的ocd.cfg以适用于你的调试器和设备。