Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2026-03-12 13:49:07 +01:00
commit 2301274850
17 changed files with 1834 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "probe-rs-debug",
"request": "launch",
"name": "Debug ESP32-C6",
"chip": "esp32c6",
"flashingConfig": { "flashingEnabled": true },
"coreConfigs": [{
"programBinary": "target/riscv32imac-unknown-none-elf/debug/esp32c6-display"
}]
}
]
}