Sun_sensor: add debug config for vscode for Sun sensor module firmware
This commit is contained in:
19
modules/Sun_sensor/fw/.vscode/launch.json
vendored
Normal file
19
modules/Sun_sensor/fw/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "cortex-debug",
|
||||||
|
"request": "launch",
|
||||||
|
"servertype": "openocd",
|
||||||
|
"cwd": "${workspaceRoot}",
|
||||||
|
"executable": "${workspaceRoot}/build/Sun_sensor.elf",
|
||||||
|
"name": "GDB + OpenOCD",
|
||||||
|
"device": "STM32L432",
|
||||||
|
"configFiles": [
|
||||||
|
"interface/stlink.cfg",
|
||||||
|
"target/stm32l4x.cfg"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user