add application bin ota function by 4G adapter,this function need save the app bin to sdcard and startup the app from sdcrad

This commit is contained in:
Wang_Weigen
2021-11-05 17:30:00 +08:00
parent dfdc29b1d8
commit 224201ba55
8 changed files with 567 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
SRC_FILES := ota.c
include $(KERNEL_ROOT)/compiler.mk