Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-02-08 08:48:24 +01:00
commit 18e9f86c36
28 changed files with 669 additions and 0 deletions

12
workspace.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"folders": [
{
"path": ".",
"name": "ESP32"
},
// { "path": "/usr/src/libperiCORE", "name":"libperiCORE" },
// { "path": "/usr/src/seve", "name":"sève" },
// { "path": "/usr/src/periCORE-buildsystem", "name":"periCORE-buildsystem" },
// { "path": "/usr/src/", "name": "/usr/src" }
]
}