docs: restructure framework, extract app execution module, group event collection & align GPIOs

This commit is contained in:
2026-07-10 10:47:00 +08:00
parent a04ea5fb51
commit b640fa25ae
24 changed files with 428 additions and 213 deletions

View File

@@ -78,6 +78,13 @@
],
"lock": null
},
"Docs/50_module-breakdown/mod-app.md": {
"depends_on": [
"Docs/30_architecture/main.md",
"Docs/40_ui-design/main.md"
],
"lock": null
},
"Docs/60_coding/mod-sys.md": {
"depends_on": [
"Docs/50_module-breakdown/mod-sys.md"
@@ -126,6 +133,12 @@
],
"lock": null
},
"Docs/60_coding/mod-app.md": {
"depends_on": [
"Docs/50_module-breakdown/mod-app.md"
],
"lock": null
},
"App/main.c": {
"depends_on": [
"Docs/60_coding/mod-sys.md",
@@ -133,7 +146,8 @@
"Docs/60_coding/mod-power.md",
"Docs/60_coding/mod-led.md",
"Docs/60_coding/mod-motor.md",
"Docs/60_coding/mod-event.md"
"Docs/60_coding/mod-event.md",
"Docs/60_coding/mod-app.md"
],
"lock": null
},