stm32f334_template/.vscode/settings.json
2025-01-13 17:26:00 +03:00

7 lines
261 B
JSON

{
// The "target" line is optional, can be skipped if you have this in the .cargo/config.toml file:
// [build]
// target = "thumbv6m-none-eabi"
// "rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.cargo.allTargets": false
}