stm32g474_template/.vscode/settings.json

8 lines
261 B
JSON
Raw Normal View History

2025-01-13 18:00:01 +03:00
{
// 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
}