From b4ffdc19cc6e2d2fd9aa315a0d9a90542f046486 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 27 Dec 2022 14:54:32 +0100 Subject: [PATCH] Add link to memory.x --- .vscode/tasks.json | 12 ++++++++++++ memory.x | 1 + 2 files changed, 13 insertions(+) create mode 120000 memory.x 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