File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
5
5
6
6
MICROPY_PY_USSL = 1
7
7
MICROPY_SSL_AXTLS = 1
8
+ MICROPY_PY_BTREE = 1
8
9
9
10
# include py core make definitions
10
11
include ../py/py.mk
@@ -88,6 +89,7 @@ SRC_C = \
88
89
$(BUILD ) /frozen.c \
89
90
fatfs_port.c \
90
91
axtls_helpers.c \
92
+ $(SRC_MOD )
91
93
92
94
STM_SRC_C = $(addprefix stmhal/,\
93
95
pybstdio.c \
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ SECTIONS
121
121
122
122
*lib/fatfs/*.o *(.literal*, .text*)
123
123
*/libaxtls.a :(.literal*, .text*)
124
+ *lib/berkeley-db-1.xx/*.o (.literal*, .text*)
124
125
*lib/libm/*.o *(.literal*, .text*)
125
126
*lib/mp-readline/*.o (.literal*, .text*)
126
127
*lib/netutils/*.o *(.literal*, .text*)
You can’t perform that action at this time.
0 commit comments