添加普冉 PY32F040 OTA 双工程代码生成模板

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 18:59:56 +08:00
co-authored by Cursor
commit 331864dc64
496 changed files with 329040 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __APP_BOOT_H
#define __APP_BOOT_H
/**
* @brief APP 启动入口:Bootloader 交接 → HAL/时钟/IWDG → 应用初始化 → OTA 确认
*/
void app_startup(void);
#endif /* __APP_BOOT_H */