Skip to content
Closed
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
1 change: 1 addition & 0 deletions boards/espressif/esp32c3_devkitm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if BT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BT and WiFi should be using the runtime heap, so increasing the system heap doesn't make sense now.

default 4096
Loading