* Separate TIMG into timer0, (timer1), wdt * Apply suggestions from code review * Remove left-over code * Ignore settings.json
23 lines
604 B
JSON
23 lines
604 B
JSON
{
|
|
"rust-analyzer.cargo.features": [
|
|
"esp32c3"
|
|
],
|
|
"rust-analyzer.cargo.allFeatures": false,
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.checkOnSave.allTargets": true,
|
|
"rust-analyzer.checkOnSave.allFeatures": false,
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
"cargo",
|
|
"check",
|
|
"--features",
|
|
"esp32c3",
|
|
"--message-format=json",
|
|
"-Z",
|
|
"build-std=core",
|
|
"--target",
|
|
"riscv32imc-unknown-none-elf",
|
|
"--examples",
|
|
"--lib",
|
|
],
|
|
"rust-analyzer.cargo.buildScripts.enable": false
|
|
} |