diff options
| author | Dominik Boehi <[email protected]> | 2023-01-09 22:57:40 +0100 |
|---|---|---|
| committer | Dominik Boehi <[email protected]> | 2023-01-09 22:57:40 +0100 |
| commit | 2baebabf4dd2abecfd08ca078ecf59060d5ad585 (patch) | |
| tree | 0ad516d336522f531514ac300e9c0adac1371250 /.vscode | |
| parent | 0a27b6cedb52453123190671f294bbd34918e09a (diff) | |
Reduce amount of samples for nrf5340
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 086f435da..402ed2417 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -13,7 +13,8 @@ | |||
| 13 | // Declare for the target you wish to develop | 13 | // Declare for the target you wish to develop |
| 14 | // "embassy-executor/Cargo.toml", | 14 | // "embassy-executor/Cargo.toml", |
| 15 | // "embassy-sync/Cargo.toml", | 15 | // "embassy-sync/Cargo.toml", |
| 16 | "examples/nrf/Cargo.toml", | 16 | "examples/nrf52840/Cargo.toml", |
| 17 | //"examples/nrf5340/Cargo.toml", | ||
| 17 | // "examples/nrf-rtos-trace/Cargo.toml", | 18 | // "examples/nrf-rtos-trace/Cargo.toml", |
| 18 | // "examples/rp/Cargo.toml", | 19 | // "examples/rp/Cargo.toml", |
| 19 | // "examples/std/Cargo.toml", | 20 | // "examples/std/Cargo.toml", |
