mirror of
https://github.com/m5stack/CardputerZero-AppBuilder.git
synced 2026-05-20 11:51:57 -07:00
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>
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
[submodule "emulator"]
|
|
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
|