-
CONFIG_IMG_BLOCK_BUF_SIZE
¶
Image writer buffer size
Type: int
Help¶
Size (in Bytes) of buffer for image writer. Must be a multiple of the access alignment required by used flash driver.
Defaults¶
- 512 if
MCUBOOT_IMG_MANAGER
Kconfig definition¶
At subsys/dfu/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:28
Menu path: (top menu) → DFU options
config IMG_BLOCK_BUF_SIZE int prompt "Image writer buffer size" ifMCUBOOT_IMG_MANAGER
default 512 ifMCUBOOT_IMG_MANAGER
depends onMCUBOOT_IMG_MANAGER
help Size (in Bytes) of buffer for image writer. Must be a multiple of the access alignment required by used flash driver.
(Definitions include propagated dependencies, including from if’s and menus.)