2023-01-25 22:18:32 +01:00
|
|
|
{
|
2024-03-28 23:47:07 +01:00
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"preLaunchTask": "${defaultBuildTask}",
|
|
|
|
"type": "probe-rs-debug",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "probe-rs Debugging ",
|
|
|
|
"flashingConfig": {
|
|
|
|
"flashingEnabled": true
|
|
|
|
},
|
|
|
|
"chip": "STM32F303VCTx",
|
|
|
|
"coreConfigs": [
|
2023-01-25 22:18:32 +01:00
|
|
|
{
|
2024-03-28 23:47:07 +01:00
|
|
|
"programBinary": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/satrs-example-stm32f3-disco",
|
|
|
|
"rttEnabled": true,
|
|
|
|
"svdFile": "STM32F303.svd"
|
2023-01-25 22:18:32 +01:00
|
|
|
}
|
2024-03-28 23:47:07 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|