CONFIG_PCD_BUF_SIZE

(No prompt – not directly user assignable.)

Type: int

Help

Must be <= the page size of the flash device.

Direct dependencies

PCD

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <nRF>/subsys/pcd/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Peripheral CPU DFU (PCD) → Peripheral CPU DFU Support

config PCD_BUF_SIZE
    int
    default 512
    depends on PCD
    help
      Must be <= the page size of the flash device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)