Compare commits
2 Commits
8fa6085d73
...
c2d489fff4
| Author | SHA1 | Date | |
|---|---|---|---|
| c2d489fff4 | |||
| 4728cb84be |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.cache
|
||||
.debug
|
||||
.vscode
|
||||
.venv
|
||||
build
|
||||
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "build/zephyr/zephyr.elf",
|
||||
"name": "Debug with PyOCD",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"showDevDebugOutput": "none",
|
||||
"servertype": "external",
|
||||
"gdbTarget": "localhost:3333",
|
||||
"targetId": "nrf54l",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user