配置按键输入成功
This commit is contained in:
Vendored
+17
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user