diff options
| author | kbleeke <[email protected]> | 2023-03-27 18:04:48 +0200 |
|---|---|---|
| committer | kbleeke <[email protected]> | 2023-03-27 19:00:20 +0200 |
| commit | 20ea35fc9639487eaa21f1dcee6c32d8a66a0fbb (patch) | |
| tree | 20b44e30e4bce17d3c5c6cc342c0888bf60c3bbe /.vscode | |
| parent | d918919cb20a3b8139013638193c22b3744b0f1d (diff) | |
Move pio driver to separate crate
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index dd479929e..344307695 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | "rust-analyzer.check.noDefaultFeatures": true, | 9 | "rust-analyzer.check.noDefaultFeatures": true, |
| 10 | "rust-analyzer.linkedProjects": [ | 10 | "rust-analyzer.linkedProjects": [ |
| 11 | "examples/rpi-pico-w/Cargo.toml", | 11 | "examples/rpi-pico-w/Cargo.toml", |
| 12 | "cyw43-pio/Cargo.toml", | ||
| 12 | ], | 13 | ], |
| 13 | "rust-analyzer.server.extraEnv": { | 14 | "rust-analyzer.server.extraEnv": { |
| 14 | "WIFI_NETWORK": "foo", | 15 | "WIFI_NETWORK": "foo", |
