Initial commit: Base Project for Kode Dot (ESP32-S3)

This commit is contained in:
Lago
2026-04-03 13:21:23 +02:00
commit a3d9840a92
30 changed files with 59419 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "KodeDotBSP",
"version": "0.1.0",
"license": "MIT",
"description": "Board Support Package for Kode Dot: display, LVGL and touch bring-up.",
"authors": [
{
"name": "Kode Project",
"maintainer": true
}
],
"build": {
"includeDir": "include",
"srcDir": "src"
},
"frameworks": ["arduino"],
"platforms": ["espressif32"],
"headers": [
"kodedot/display_manager.h",
"kodedot/pin_config.h"
]
}