* make esp32c3 examples run from flash / flashable * use gpio3 for blinky * direct boot in Cargo.toml * have a shared gpio impl * use PACs from their original locations again
7 lines
149 B
JSON
7 lines
149 B
JSON
{
|
|
"rust-analyzer.cargo.features": [
|
|
"esp32c3"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.checkOnSave.allTargets": false
|
|
} |