esp-hal/esp-hal.code-workspace
Jesse Braham 455965d471 Create the esp32c2-hal package and add it to the workspace
Add a feature for the ESP32-C2 to`esp-hal-common` and update some `cfg`s


Organize the `esp-hal-common` imports and exports and update to include the ESP32-C2
2022-10-11 08:03:43 -07:00

35 lines
684 B
Plaintext

{
"folders": [
{
"path": "esp-hal-common"
},
{
"path": "esp-hal-procmacros"
},
{
"path": "esp32-hal"
},
{
"path": "esp32c2-hal"
},
{
"path": "esp32c3-hal"
},
{
"path": "esp32s2-hal"
},
{
"path": "esp32s3-hal"
}
],
"settings": {
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.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
}
}