配置按键输入成功

This commit is contained in:
2026-07-05 18:07:31 +08:00
parent 9687338dab
commit a0aa2654c9
6 changed files with 106 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"version": "0.2.0",
"configurations": [
{
"cwd": "${workspaceRoot}",
"type": "cortex-debug",
"request": "launch",
"name": "Debug: JLINK",
"servertype": "jlink",
"interface": "swd",
"executable": "Output/Debug/Stm32F10xTmp.elf",
"runToEntryPoint": "main",
"device": "STM32F103ZE",
"toolchainPrefix": "arm-none-eabi"
}
]
}