Lines Matching +full:block +full:- +full:size

6 # SPDX-License-Identifier: Apache-2.0
14 firmware-upgrade over the air (FUOTA).
21 module-str = lorawan_services
25 int "Services thread stack size"
28 Stack size of thread running LoRaWAN background services.
40 according to LoRa Alliance TS003-2.0.0.
58 bool "Fragmented Data Block Transport"
63 Enables the LoRaWAN Fragmented Data Block Transport service
64 according to TS004-1.0.0 as published by the LoRa Alliance.
69 bool "Fragmented Data Block Transport decoder implementation"
76 The default decoder implementation from LoRaMAC-node.
85 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
88 int "Total size of firmware image"
92 Size of the flash partition for the application firmware image
96 this value divided by the fragment size.
101 int "Maximum size of transported fragments"
106 Maximum size of one fragment transferred during the fragmented data
107 block transport session of the FUOTA process. It is chosen on the
114 For some MCUs like the STM32WL the fragment size has to be a multiple
118 fragment size is known, use that value for MIN and MAX config to
122 int "Minimum size of transported fragments"
127 Minimum size of one fragment transferred during the fragmented data
128 block transport session of the FUOTA process. It is chosen on the
135 For some MCUs like the STM32WL the fragment size has to be a multiple
139 fragment size is known, use that value for MIN and MAX config to
148 The built-in forward error correction (FEC) mechanism allows to
164 TS005-1.0.0 as published by the LoRa Alliance.
168 The exchanged keys are stored in the non-volatile memory.