Files
ece-475-tm4c123gxl-rust/.vscode/settings.json

5 lines
194 B
JSON

{
// https://github.com/rust-lang/vscode-rust/issues/729#issuecomment-635977755
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false
}