Files
Embedded-Hacking/drivers/0x01_uart_rust/.vscode/settings.json
T
2026-03-23 13:11:16 -04:00

8 lines
184 B
JSON

{
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"files.exclude": {
".pico-rs": true
}
}