Merge develop into main (#323)

- Support larger ROM sizes
- Add storage status to SystemInfo app
- Made DisplayDevice more robust (drivers must specify LVGL/DisplayDriver support explicitly)
This commit is contained in:
Ken Van Hoeylandt
2025-09-07 10:17:44 +02:00
committed by GitHub
parent 63866fb371
commit 35a918c82b
30 changed files with 258 additions and 85 deletions
+14 -2
View File
@@ -43,29 +43,41 @@ releaseSdk release/TactilitySDK-esp32s3
build cyd-2432s024c
release cyd-2432s024c
build cyd-2432s028r
release cyd-2432s028r
build cyd-2432s032c
release cyd-2432s032c
build cyd-4848s040c
release cyd-4848s040c
build cyd-8048s043c
release cyd-8048s043c
build cyd-e32r28t
release cyd-e32r28t
build cyd-jc2432w328c
release cyd-jc2432w328c
build cyd-jc8048w550c
release cyd-jc8048w550c
releaseSdk release/TactilitySDK-esp32
build m5stack-core2
release m5stack-core2
releaseSdk release/TactilitySDK-esp32
build m5stack-cores3
release m5stack-cores3
build waveshare-s3-touch-43
release waveshare-s3-touch-43
build unphone
release unphone
duration=$SECONDS
echo "Finished in $((duration / 60)) minutes and $((duration % 60)) seconds."