mirror of
https://github.com/m5stack/CardputerZero-AppBuilder.git
synced 2026-05-20 11:51:57 -07:00
Three files (src/hello_cz.c + CMakeLists.txt + app-builder.json) exercise the full SDK: implement app_main/app_event, include sdk/cmake/CZApp.cmake, and declare runtime=lvgl-dlopen. Serves as the canonical template for new apps and the fixture for CI smoke. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"package_name": "hello_cz",
|
|
"version": "0.1",
|
|
"app_name": "Hello CZ",
|
|
"bin_name": "hello_cz",
|
|
"description": "Desktop dev hello app using the cz_app.h ABI",
|
|
"runtime": "lvgl-dlopen",
|
|
"lvgl_version": "9.5",
|
|
"caps": ["keyboard"]
|
|
}
|