docs: V3.03 文档同步 (devlog+product-manual+technical-spec)
This commit is contained in:
@@ -4,6 +4,26 @@
|
||||
|
||||
---
|
||||
|
||||
## 2026-07-31 — 发布 V3.03
|
||||
|
||||
### 变更摘要
|
||||
|
||||
| 变更 | 说明 |
|
||||
|------|------|
|
||||
| 硬件看门狗 (WWDG) | 使能窗口看门狗,TMR1 ISR 5ms tick 驱动 `g_wdg_counter`,主循环 `poll_wdg()` 每 500ms 喂狗,超时 ~558ms 自动复位 |
|
||||
| OTA 安全 | 跳转 OTA 前 `WWDG_ResetCfg(DISABLE)` 关闭看门狗,防止 OTA 期间超时复位 |
|
||||
| 固件版本 | V3.02 → V3.03 |
|
||||
|
||||
### 涉及文件
|
||||
|
||||
| 文件 | 变更 |
|
||||
|------|------|
|
||||
| `peripheral_main.c` | +`poll_wdg()` + `g_wdg_counter`;移除 `u32CountWdt`;`main()` 中 `WWDG_ResetCfg(ENABLE)` |
|
||||
| `peripheral.c` | OTA 跳转前 `WWDG_ResetCfg(DISABLE)` |
|
||||
| `cmcng.h` | `FIRMWARE_VER` 3.02→3.03 |
|
||||
|
||||
---
|
||||
|
||||
## 2026-07-31 — 发布 V3.02
|
||||
|
||||
### 变更摘要
|
||||
|
||||
Reference in New Issue
Block a user