mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* Include the `esp-riscv-rt` package in VS Code workspace * Fix a couple warnings * Update dependencies * Top-level README improvements
47 lines
848 B
Plaintext
47 lines
848 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "esp-hal-common"
|
|
},
|
|
{
|
|
"path": "esp-hal-procmacros"
|
|
},
|
|
{
|
|
"path": "esp-hal-smartled"
|
|
},
|
|
{
|
|
"path": "esp-riscv-rt"
|
|
},
|
|
{
|
|
"path": "esp32-hal"
|
|
},
|
|
{
|
|
"path": "esp32c2-hal"
|
|
},
|
|
{
|
|
"path": "esp32c3-hal"
|
|
},
|
|
{
|
|
"path": "esp32c6-hal"
|
|
},
|
|
{
|
|
"path": "esp32h2-hal"
|
|
},
|
|
{
|
|
"path": "esp32s2-hal"
|
|
},
|
|
{
|
|
"path": "esp32s3-hal"
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.check.allTargets": false,
|
|
"rust-analyzer.imports.granularity.enforce": true,
|
|
"rust-analyzer.imports.granularity.group": "crate",
|
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
|
"rust-analyzer.procMacro.attributes.enable": true,
|
|
"rust-analyzer.procMacro.enable": true
|
|
}
|
|
}
|