initial commit
This commit is contained in:
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"cwd": "${workspaceRoot}",
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "openocd",
|
||||
"servertype": "openocd",
|
||||
"executable": "build\\Debug\\BC4D.elf",
|
||||
"runToEntryPoint": "main",
|
||||
"configFiles": [
|
||||
"interface/cmsis-dap.cfg",
|
||||
"target/at32f415xx.cfg"
|
||||
],
|
||||
"toolchainPrefix": "arm-none-eabi",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user