introduce app "hub"

This commit is contained in:
Martin Preuss
2025-08-18 18:06:35 +02:00
parent 7c01aa255f
commit 3592a745d3
6 changed files with 787 additions and 67 deletions

View File

@@ -33,6 +33,10 @@ initApps:
bigcall AppRouter_Init
#endif
#ifdef APPS_HUB
bigcall AppHub_Init
#endif
#ifdef APPS_MOTION
bigcall AppMotion_Init
#endif
@@ -74,6 +78,10 @@ runApps:
sbci r16, 0 ; decrease r16 only if CFLAG set
#endif
#ifdef APPS_HUB
bigcall AppHub_Run
#endif
; add more modules here
tst r16