Update submodules: pin emulator to ci-cd (lvgl_demos force-load) + add apps/nc2000

emulator submodule bumped to ci-cd branch head which enables LVGL's
built-in demos (widgets, music, keypad_encoder) as host-resolved
symbols. Apps can now declare `extern void lv_demo_widgets(void);`
and call it from app_main without vendoring demo sources.

apps/nc2000 is a new submodule pointing at CardputerZero-NC2000's
ci-cd branch, which adds the port_lvgl/ frontend producing
libnc2000.dylib/.so via cz_app.h. port_fb on the device is unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
LiHaohua
2026-05-06 14:30:34 +08:00
committed by eggfly
co-authored by Claude Opus 4.7
parent 10c32fb1d5
commit dd46c57179
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -2,3 +2,7 @@
path = emulator
url = git@github.com:eggfly/M5CardputerZero-Emulator.git
branch = main
[submodule "apps/nc2000"]
path = apps/nc2000
url = git@github.com:eggfly/CardputerZero-NC2000.git
branch = ci-cd