board: Increase C heap to 12k

Loading a btree database with actual data in it needs more than 8k. 12k
seems to work for now.

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
2025-08-20 19:52:18 +02:00
parent 3bd81f01e2
commit e72cfa8d3b

View File

@@ -21,4 +21,4 @@ set(GEN_PINS_CSV_ARG --board-csv "${GEN_PINS_BOARD_CSV}")
add_link_options("-Wl,--print-memory-usage")
set(PICO_USE_FASTEST_SUPPORTED_CLOCK 1)
set(MICROPY_C_HEAP_SIZE 8192)
set(MICROPY_C_HEAP_SIZE 12288)