From 1b9b0824af381d96e4a227f8c0bd4ac282c776ab Mon Sep 17 00:00:00 2001 From: Obijuan Date: Wed, 20 Mar 2024 09:00:29 +0100 Subject: [PATCH] apio drivers: added as a debug config --- .vscode/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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