CONFIG_PM_PARTITION_SIZE_MEMFAULT_STORAGE

Memory reserved for MEMFAULT_STORAGE

Type: hex

Help

Memory set aside for the $(partition) partition.

Direct dependencies

MEMFAULT_NCS_INTERNAL_FLASH_BACKED_COREDUMP && MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • 0x10000

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig.template.partition_size:2

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:55<nRF>/modules/Kconfig:10<nRF>/modules/memfault/Kconfig:159

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Save coredump to internal flash instead of RAM

config PM_PARTITION_SIZE_MEMFAULT_STORAGE
    hex "Memory reserved for MEMFAULT_STORAGE"
    default 0x10000
    depends on MEMFAULT_NCS_INTERNAL_FLASH_BACKED_COREDUMP && MEMFAULT
    help
      Memory set aside for the $(partition) partition.

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