docs: 重构系统层级为自下而上,剥离独立事件管理模块,全量校正GPIO引脚映射为原理图线标

This commit is contained in:
2026-07-10 10:04:40 +08:00
parent fdda10aadc
commit a04ea5fb51
28 changed files with 291 additions and 120 deletions

View File

@@ -1532,3 +1532,5 @@ void GPIO_Init(void)
P3M0 &= ~(1 << 0);
P3M0 |= ((1 << 1) | (1 << 4));
}
// Touched to align with doc updates