canbus, modbus working, valve has to be implemented in real
This commit is contained in:
28
software/.vscode/launch.json
vendored
Normal file
28
software/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"device": "STM32F103RB",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "build/zephyr/zephyr.elf",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
//"runToEntryPoint": "main",
|
||||
"servertype": "jlink",
|
||||
"gdbPath": "${userHome}/zephyr-sdk-0.17.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb",
|
||||
"preLaunchTask": "West Build"
|
||||
},
|
||||
{
|
||||
"name": "Attach",
|
||||
"device": "nRF52840_xxAA",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "build/zephyr/zephyr.elf",
|
||||
"request": "attach",
|
||||
"type": "cortex-debug",
|
||||
// "runToEntryPoint": "main",
|
||||
"servertype": "jlink",
|
||||
"gdbPath": "${userHome}/zephyr-sdk-0.17.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user