Skip to content

Commit

Permalink
Reduce heap size to avoid SRAM overflow (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrua authored Nov 28, 2023
1 parent 4b54b5e commit 3896dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zephyr/nRF52840/prj.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kernel options
CONFIG_MAIN_STACK_SIZE=5120
CONFIG_HEAP_MEM_POOL_SIZE=150000
CONFIG_HEAP_MEM_POOL_SIZE=120000
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_INIT_STACKS=y
Expand Down

0 comments on commit 3896dfb

Please sign in to comment.