diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1833db6..e5e23b1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,5 +13,17 @@ "cwd": "rust/pico" } }, + { + "type": "cargo", + "command": "build", + "problemMatcher": [ + "$rustc" + ], + "group": "build", + "label": "Pico: cargo build", + "options": { + "cwd": "rust/pico" + } + }, ] } \ No newline at end of file diff --git a/memory.x b/memory.x new file mode 120000 index 0000000..0904982 --- /dev/null +++ b/memory.x @@ -0,0 +1 @@ +/home/michael/Dokumente/Workspace/Arduino-Pedal-Effects/rust/pico/memory.x \ No newline at end of file