rp2: Allow using btree module with rp2 port #1

Merged
matthias merged 1 commits from v1.25-tonberry-enable-btree into v1.25-tonberry 2025-08-19 18:05:44 +00:00

1 Commits

Author SHA1 Message Date
ccdecf255d rp2: Allow using btree module with rp2 port
Integrate btree extmod in rp2 CMakeLists so it can be enabeled with
MICROPY_PY_BTREE=On.

Default values for DEFPSIZE and MINCACHE copied from esp8266 board.

Note: To be able to use the btree module, you must set the
MICROPY_C_HEAP_SIZE CMake option to at least 8192.
2025-08-19 19:57:04 +02:00