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
Owner

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.

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.
matthias self-assigned this 2025-08-12 16:40:14 +00:00
matthias added 1 commit 2025-08-12 16:40:15 +00:00
Integrate btree extmod in rp2 CMakeLists so it can be enabeled with
MICROPY_PY_BTREE=On.

Default values for DEFPSIZE and MINCACHE copied from esp3288 board.

Note: To be able to use the btree module, you must set the
MICROPY_C_HEAP_SIZE CMake option to at least 8192.
matthias requested review from stefank 2025-08-12 16:40:15 +00:00
matthias force-pushed v1.25-tonberry-enable-btree from 5ab9dda89c to ccdecf255d 2025-08-19 17:57:17 +00:00 Compare
stefank approved these changes 2025-08-19 18:05:05 +00:00
matthias merged commit ccdecf255d into v1.25-tonberry 2025-08-19 18:05:44 +00:00
matthias deleted branch v1.25-tonberry-enable-btree 2025-08-19 18:05:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Reference: TonBERRY/micropython#1