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
+2
View File
@@ -11,6 +11,8 @@ menu "Applications"
default 85 if KTASK_PRIORITY_256
endmenu
source "$APP_DIR/Applications/ota/Kconfig"
source "$APP_DIR/Applications/app_test/Kconfig"
source "$APP_DIR/Applications/connection_app/Kconfig"
source "$APP_DIR/Applications/control_app/Kconfig"