mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Restore vscode settings
This commit is contained in:
parent
fc260fbb01
commit
fd5113eeb0
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -10,24 +10,24 @@
|
|||||||
"rust-analyzer.cargo.noDefaultFeatures": true,
|
"rust-analyzer.cargo.noDefaultFeatures": true,
|
||||||
"rust-analyzer.showUnlinkedFileNotification": false,
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
||||||
// uncomment the target of your chip.
|
// uncomment the target of your chip.
|
||||||
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
//"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
||||||
//"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
|
//"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
|
||||||
//"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
|
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
|
||||||
//"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
//"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
||||||
/* "rust-analyzer.cargo.features": [
|
"rust-analyzer.cargo.features": [
|
||||||
"stm32f103c8",
|
"stm32f103c8",
|
||||||
"time-driver-any",
|
"time-driver-any",
|
||||||
"unstable-pac",
|
"unstable-pac",
|
||||||
"exti",
|
"exti",
|
||||||
], */
|
],
|
||||||
"rust-analyzer.linkedProjects": [
|
"rust-analyzer.linkedProjects": [
|
||||||
// Uncomment ONE line for the chip you want to work on.
|
// Uncomment ONE line for the chip you want to work on.
|
||||||
// This makes rust-analyzer work on the example crate and all its dependencies.
|
// This makes rust-analyzer work on the example crate and all its dependencies.
|
||||||
// "embassy-stm32/Cargo.toml",
|
"embassy-stm32/Cargo.toml",
|
||||||
// "examples/nrf52840-rtic/Cargo.toml",
|
// "examples/nrf52840-rtic/Cargo.toml",
|
||||||
// "examples/nrf5340/Cargo.toml",
|
// "examples/nrf5340/Cargo.toml",
|
||||||
// "examples/nrf-rtos-trace/Cargo.toml",
|
// "examples/nrf-rtos-trace/Cargo.toml",
|
||||||
"examples/rp/Cargo.toml",
|
// "examples/rp/Cargo.toml",
|
||||||
// "examples/std/Cargo.toml",
|
// "examples/std/Cargo.toml",
|
||||||
// "examples/stm32c0/Cargo.toml",
|
// "examples/stm32c0/Cargo.toml",
|
||||||
// "examples/stm32f0/Cargo.toml",
|
// "examples/stm32f0/Cargo.toml",
|
||||||
|
Loading…
Reference in New Issue
Block a user