Lines Matching +full:data +full:- +full:valid +full:- +full:time
1 # Copyright (c) 2018-2023 O.S.Systems
2 # SPDX-License-Identifier: Apache-2.0
5 bool "UpdateHub Firmware Over-the-Air support"
23 UpdateHub is an enterprise-grade solution which makes simple to
25 handles all aspects related to sending Firmware Over-the-Air
31 int "Time to poll interval (in minutes)"
36 This time interval is zero and 43200 minutes(30 days).
56 Server (updatehub-ce) as alternative to the
60 string "User address for the updatehub-ce-server"
103 Configure the max size of a data payload were value:
104 0 - COAP_BLOCK_16
105 1 - COAP_BLOCK_32
106 2 - COAP_BLOCK_64
107 3 - COAP_BLOCK_128
108 4 - COAP_BLOCK_256
109 5 - COAP_BLOCK_512
110 6 - COAP_BLOCK_1024
119 bool "SHA-256 on download"
121 Enables SHA-256 verification of data stream while downloading.
123 storage is still valid, it only confirms that what has been
126 To check if the data written to permanent storage matches the SHA
131 bool "SHA-256 from flash"
133 Enables SHA-256 verification of stored data stream. When this
134 option is enabled, the data stream will be read back from the
138 To check if the download data stream matches the SHA simultaneously,
142 bool "SHA-256 from both download and flash"
144 Enables SHA-256 verification on both data stream while downloading
145 and stored data stream on flash.
152 module-str = Log level for UpdateHub
153 module-help = Enables logging for UpdateHub code.