8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ad838 commit 4d22adeCopy full SHA for 4d22ade
esp8266/Makefile
@@ -5,6 +5,7 @@ QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
5
6
MICROPY_PY_USSL = 1
7
MICROPY_SSL_AXTLS = 1
8
+MICROPY_PY_BTREE = 1
9
10
# include py core make definitions
11
include ../py/py.mk
@@ -88,6 +89,7 @@ SRC_C = \
88
89
$(BUILD)/frozen.c \
90
fatfs_port.c \
91
axtls_helpers.c \
92
+ $(SRC_MOD)
93
94
STM_SRC_C = $(addprefix stmhal/,\
95
pybstdio.c \
esp8266/esp8266.ld
@@ -121,6 +121,7 @@ SECTIONS
121
122
*lib/fatfs/*.o*(.literal*, .text*)
123
*/libaxtls.a:(.literal*, .text*)
124
+ *lib/berkeley-db-1.xx/*.o(.literal*, .text*)
125
*lib/libm/*.o*(.literal*, .text*)
126
*lib/mp-readline/*.o(.literal*, .text*)
127
*lib/netutils/*.o*(.literal*, .text*)
0 commit comments