CONFIG_PCD_BUF_SIZE
(No prompt – not directly user assignable.)
Type: int
Help
Must be <= the page size of the flash device.
Default
512
Kconfig definition
At <nRF>/subsys/pcd/Kconfig:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:18
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Peripheral CPU DFU (PCD)
config PCD_BUF_SIZE
int
default 512
depends on PCD_NET
help
Must be <= the page size of the flash device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)