QUERY · ISSUE
Pyboard D build does not include btree
port-stm32
The MICROPY_PY_BTREE option is specified for ESP8266 and ESP32, but not for the Pyboard D. Is this intentional?
CANDIDATE · PULL REQUEST
esp8266: Allow to configure btree, vfat and lfs2 support with make
port-esp8266
With MicroPython v1.12 it was possible to disable btree support on build. This patch allows to configure btree support on make again and also the two new introduced options for vfat and lfs2.