feat:新增TFTP IAP升级功能
修改事项: 1、新增TFTP IAP升级功能,只是代码移植完毕,没有测试使用 2、代码空间编译优化,零等待区域空间已满,而应用层代码已全部挪移到非零等待区域中,但还是会增加零等待区的空间占用。 待优化
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#include "check_fun.h"
|
||||
#include "md5.h"
|
||||
#include "watchdog.h"
|
||||
#include "mcu_flash.h"
|
||||
|
||||
#include "blv_authorize.h"
|
||||
#include "blv_rs485_protocol.h"
|
||||
#include "blv_dev_action.h"
|
||||
@@ -35,6 +37,7 @@
|
||||
#include "eth_driver.h"
|
||||
#include "net_config.h"
|
||||
#include "net_function.h"
|
||||
#include "tftp_function.h"
|
||||
#include "blv_netcomm_function.h"
|
||||
|
||||
#include "pc_devicetest_fun.h"
|
||||
|
||||
Reference in New Issue
Block a user