Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[nrfconnect] Moved 54L specific configs to defaults #534

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ config HEAP_MEM_POOL_IGNORE_MIN
default y if CHIP_WIFI

config CHIP_MALLOC_SYS_HEAP_SIZE
default 10240 if SOC_SERIES_NRF54LX # nRF54L requires more memory due to crypto backend
default 8192 if NET_L2_OPENTHREAD

config MPSL_WORK_STACK_SIZE
default 2048 if SOC_SERIES_NRF54LX # nRF54L requires more memory due to crypto backend

# We use sys_heap based allocators, so make sure we don't reserve unused libc heap anyway
config COMMON_LIBC_MALLOC_ARENA_SIZE
default -1
Expand Down
Loading