From 3041468aa7b1cdb8b4d7e4be2c4b095696c80dc5 Mon Sep 17 00:00:00 2001 From: caocong Date: Tue, 10 Feb 2026 17:45:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BD=91=E7=BB=9C=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、局域网升级流程 - 初步测试OK 2、云端升级流程 - 初步测试OK 3、云端升级上报升级进度 - 初步测试OK --- .cproject | 4 +- BLV_485_Driver/blv_rs485_dev_tempctrl.c | 2 +- BLV_485_Driver/blv_rs485_dev_touchswitch.c | 2 +- Ld/Link.ld | 7 +- MCU_Driver/blv_dev_action.c | 4 +- MCU_Driver/blv_netcomm_function.c | 746 ++++++++++++++++++++- MCU_Driver/inc/blv_netcomm_function.h | 15 + MCU_Driver/inc/flash_mem_addr.h | 6 +- MCU_Driver/inc/mcu_flash.h | 12 +- MCU_Driver/inc/sram_mem_addr.h | 55 +- MCU_Driver/inc/watchdog.h | 3 + MCU_Driver/spi_flash.c | 15 +- MCU_Driver/timer.c | 3 +- MCU_Driver/uart.c | 6 +- MCU_Driver/watchdog.c | 15 +- NetLib/net_function.c | 17 +- NetLib/tftp_function.c | 128 +++- NetLib/tftp_function.h | 5 +- Peripheral/inc/ch564_rcc.h | 2 +- Readme.md | 136 ++-- User/includes.h | 3 +- User/main.c | 9 +- User/system_ch564.c | 325 ++++----- 23 files changed, 1184 insertions(+), 336 deletions(-) diff --git a/.cproject b/.cproject index e791d79..9706ede 100644 --- a/.cproject +++ b/.cproject @@ -14,7 +14,7 @@ - +