-
CONFIG_PELION_UPDATE_PAGE_SIZE
¶
Page size for the candidate firmware image’s storage medium
Type: int
Help¶
Smallest write granularity supported by the underlying storage medium.
This value is used at compile time to ensure buffers are correctly aligned.
Direct dependencies¶
PELION_UPDATE
&& PELION_SOURCES
&& PELION_CLIENT
(Includes any dependencies from ifs and menus.)
Default¶
8
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:26
→ /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30
Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Enable firmware update
config PELION_UPDATE_PAGE_SIZE
int "Page size for the candidate firmware image's storage medium"
default 8
depends on PELION_UPDATE && PELION_SOURCES && PELION_CLIENT
help
Smallest write granularity supported by the underlying storage medium.
This value is used at compile time to ensure buffers are correctly aligned.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)