rp2: Allow using btree module with rp2 port #1
2 Participants
Notifications
Due Date
No due date set.
Blocks
#34 micropython: Enable btree module for RPI_PICO_W
TonBERRY/tonberry-pico
Reference: TonBERRY/micropython#1
Reference in New Issue
Block a user
Delete Branch "v1.25-tonberry-enable-btree"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
5ab9dda89ctoccdecf255d