Rebase private OTA libs on 2.7
This commit is contained in:
libs
ota-common
LICENSE
include
mos.ymlmos_stm32.ymlsrc
ota-http-client
ota-http-server
rpc-service-ota
34
libs/ota-common/mos.yml
Normal file
34
libs/ota-common/mos.yml
Normal file
@ -0,0 +1,34 @@
|
||||
author: mongoose-os
|
||||
description: OTA common bits
|
||||
type: lib
|
||||
version: 1.0
|
||||
|
||||
platforms: [ cc3200, esp32, esp8266, stm32 ]
|
||||
|
||||
sources:
|
||||
- src
|
||||
- src/${platform}
|
||||
|
||||
includes:
|
||||
- include
|
||||
- include/${platform}
|
||||
|
||||
libs:
|
||||
- origin: https://github.com/mongoose-os-libs/mongoose
|
||||
|
||||
no_implicit_init_deps: true
|
||||
init_deps:
|
||||
- mongoose
|
||||
|
||||
config_schema:
|
||||
- ["update", "o", {title: "Firmware updater"}]
|
||||
- ["update.timeout", "i", 600, {title : "Update will be aborted if it does not finish within this time"}]
|
||||
- ["update.commit_timeout", "i", {title : "After applying update, wait for commit up to this long"}]
|
||||
|
||||
tags:
|
||||
- c
|
||||
- core
|
||||
- ota
|
||||
- docs:net:OTA
|
||||
|
||||
manifest_version: 2018-06-20
|
Reference in New Issue
Block a user