26 lines
842 B
JSON
26 lines
842 B
JSON
|
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "probe-rs-debug",
|
||
|
"request": "launch",
|
||
|
"name": "probe-rs Test",
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"connectUnderReset": true,
|
||
|
"chip": "ESP32S3",
|
||
|
"flashingConfig": {
|
||
|
"flashingEnabled": true,
|
||
|
"haltAfterReset": true
|
||
|
},
|
||
|
"coreConfigs": [
|
||
|
{
|
||
|
"coreIndex": 0,
|
||
|
"programBinary": "./target/xtensa-esp32s3-espidf/debug/${workspaceFolderBasename}"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|