From d56d8204e19fc779cf0240588f717ef453e2227e Mon Sep 17 00:00:00 2001 From: Wuchuyuan <1917507415@qq.com> Date: Thu, 3 Sep 2026 10:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9D=A1=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=88=90?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E9=85=8D=E7=BD=AEDP=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E5=A2=9E=E5=8A=A031=E5=A4=A9=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AC701N.cbp | 8 +- Doc/温湿度风扇_固件需求规格书.md | 317 ++++++++++------ Makefile | 3 +- apps/usr_app/app_arbiter.c | 127 +++---- apps/usr_app/app_arbiter.h | 83 ++-- apps/usr_app/app_cond.c | 460 ----------------------- apps/usr_app/app_cond.h | 49 --- apps/usr_app/app_disp.c | 126 ++++--- apps/usr_app/app_disp.h | 20 +- apps/usr_app/app_function.c | 38 +- apps/usr_app/app_function.h | 9 +- apps/usr_app/app_led.c | 42 ++- apps/usr_app/app_linkage.c | 284 ++++++++++++++ apps/usr_app/app_linkage.h | 84 +++++ apps/usr_app/app_nvm.c | 253 +++++++------ apps/usr_app/app_nvm.h | 35 +- apps/usr_app/app_runrec.c | 312 +++++++++++++++ apps/usr_app/app_runrec.h | 98 +++++ apps/usr_app/app_th.c | 5 +- apps/usr_app/app_th.h | 9 +- apps/usr_app/app_timer_task.c | 24 +- apps/usr_jb_proto/Protocol/jb_product.c | 107 +++--- apps/usr_jb_proto/Protocol/jb_product.h | 2 +- apps/usr_jb_proto/Protocol/jb_protocol.c | 269 ++++--------- apps/usr_jb_proto/Protocol/jb_protocol.h | 77 ++-- apps/usr_jb_proto/usr_jb_main.c | 39 +- apps/usr_periph/board_pin.h | 23 +- cpu/br28/sdk.ld | 1 + cpu/br28/sdk_used_list.used | 1 + cpu/br28/tools/download.bat | 1 + dp_definition.json | 133 +++---- 31 files changed, 1609 insertions(+), 1430 deletions(-) delete mode 100644 apps/usr_app/app_cond.c delete mode 100644 apps/usr_app/app_cond.h create mode 100644 apps/usr_app/app_linkage.c create mode 100644 apps/usr_app/app_linkage.h create mode 100644 apps/usr_app/app_runrec.c create mode 100644 apps/usr_app/app_runrec.h diff --git a/AC701N.cbp b/AC701N.cbp index 28ed40b..53fda4b 100644 --- a/AC701N.cbp +++ b/AC701N.cbp @@ -796,10 +796,14 @@