准备驱动移植适配Rust

This commit is contained in:
冯佳
2026-01-29 15:08:30 +08:00
parent e879b18602
commit 1bdeca55ea
68 changed files with 4371 additions and 4392 deletions

2
.vscode/launch.json vendored
View File

@ -18,7 +18,7 @@
"svdFile": "${workspaceFolder}/cmake/stm32f4/STM32F407.svd",
"armToolchainPath": "D:/ARM_GCC/bin",
"gdbPath": "D:/ARM_GCC/bin/arm-none-eabi-gdb.exe",
"serverpath": "D:/SEGGER/JLink_V898/JLinkGDBServerCL.exe",
"serverpath": "D:/SEGGER/JLink/JLinkGDBServerCL.exe",
"serverArgs": [
"-device", "STM32F407VE",
"-if", "SWD",