diff --git a/.vscode/launch.json b/.vscode/launch.json index 63ed0eb6..a3845026 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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, + }, ] } \ No newline at end of file