Skip to content

Commit

Permalink
apio drivers: added as a debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 20, 2024
1 parent 8f98415 commit 1b9b082
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,14 @@
//-- Change to the folder with the example to test
"cwd": "${workspaceFolder}/test-examples/Alhambra-II/temp-ledon"
},
{
"name": "Apio drivers",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": ["drivers", "--ftdi-enable"],
"console": "internalConsole",
"justMyCode": true,
},
]
}

0 comments on commit 1b9b082

Please sign in to comment.