aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-07-29 21:58:35 +0200
committerDario Nieuwenhuis <[email protected]>2022-07-29 23:40:36 +0200
commita0f1b0ee01d461607660d2d56b5b1bdc57e0d3fb (patch)
treee60fc8f8db8ec07e55d655c1a830b07f4db0b7d2 /.vscode
parent8745d646f0976791b7098456aa61adb983fb1c18 (diff)
Split embassy crate into embassy-executor, embassy-util.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5ce8e4e7d..1ac3fc513 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -12,10 +12,15 @@
12 //"embassy-net/medium-ethernet", 12 //"embassy-net/medium-ethernet",
13 //"embassy-net/tcp", 13 //"embassy-net/tcp",
14 //"embassy-net/pool-16", 14 //"embassy-net/pool-16",
15 //"time-tick-16mhz",
16 //"defmt-timestamp-uptime",
15 "nightly", 17 "nightly",
18 //"unstable-traits",
16 ], 19 ],
17 "rust-analyzer.linkedProjects": [ 20 "rust-analyzer.linkedProjects": [
18 // Declare for the target you wish to develop 21 // Declare for the target you wish to develop
22 //"embassy-executor/Cargo.toml",
23 //"embassy-util/Cargo.toml",
19 "examples/nrf/Cargo.toml", 24 "examples/nrf/Cargo.toml",
20 // "examples/rp/Cargo.toml", 25 // "examples/rp/Cargo.toml",
21 // "examples/std/Cargo.toml", 26 // "examples/std/Cargo.toml",