esp-hal/esp-hal.code-workspace
Jesse Braham 2badf86705
Bump the MSRV to 1.67, check the defmt feature in MSRV check (#798)
* Bump MSRV to 1.67, check with `defmt` feature enabled in MSRV checks where applicable

* Add `esp32c6-lp-hal-procmacros` package to VS Code workspace

* Update `CHANGELOG.md`
2023-09-19 05:19:55 -07:00

59 lines
1008 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": "esp32c6-lp-hal"
},
{
"path": "esp32c6-lp-hal-procmacros"
},
{
"path": "esp32h2-hal"
},
{
"path": "esp32s2-hal"
},
{
"path": "esp32s3-hal"
}
],
"settings": {
"editor.formatOnSave": true,
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.check.allTargets": false,
"rust-analyzer.imports.granularity.enforce": true,
"rust-analyzer.imports.granularity.group": "crate",
"rust-analyzer.procMacro.attributes.enable": true,
"rust-analyzer.procMacro.enable": true,
"[toml]": {
"editor.formatOnSave": false
}
}
}