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
+6 -2
View File
@@ -1,6 +1,10 @@
SRC_DIR := general_functions
SRC_DIR := general_functions app_test
SRC_FILES := main.c framework_init.c
SRC_FILES := main.c framework_init.c
ifeq ($(CONFIG_APPLICATION_OTA),y)
SRC_DIR += ota
endif
ifeq ($(CONFIG_APPLICATION_SENSOR),y)
SRC_DIR += sensor_app