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

@@ -42,4 +42,4 @@ typedef struct {
#endif
// Touched to align with doc updates
// Touched to align with doc updates V3

View File

@@ -1533,4 +1533,4 @@ void GPIO_Init(void)
P3M0 |= ((1 << 1) | (1 << 4));
}
// Touched to align with doc updates
// Touched to align with doc updates V3