rust-raspberrypi-OS-tutorials/14_exceptions_part2_peripheral_IRQs/.vscode/settings.json

14 lines
303 B
JSON
Raw Normal View History

2020-04-06 21:17:09 +00:00
{
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"rust-analyzer.cargoFeatures.features": [
"bsp_rpi3"
],
"rust-analyzer.cargo-watch.allTargets": false,
"rust-analyzer.cargo-watch.arguments": [
"--target=aarch64-unknown-none-softfloat"
]
}