8000 esp8266: Enable btree module. · sparkfun/circuitpython@4d22ade · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d22ade

Browse files
committed
esp8266: Enable btree module.
1 parent 64ad838 commit 4d22ade

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

esp8266/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ QSTR_DEFS = qstrdefsport.h #$(BUILD)/pins_qstr.h
55

66
MICROPY_PY_USSL = 1
77
MICROPY_SSL_AXTLS = 1
8+
MICROPY_PY_BTREE = 1
89

910
# include py core make definitions
1011
include ../py/py.mk
@@ -88,6 +89,7 @@ SRC_C = \
8889
$(BUILD)/frozen.c \
8990
fatfs_port.c \
9091
axtls_helpers.c \
92+
$(SRC_MOD)
9193

9294
STM_SRC_C = $(addprefix stmhal/,\
9395
pybstdio.c \

esp8266/esp8266.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ SECTIONS
121121

122122
*lib/fatfs/*.o*(.literal*, .text*)
123123
*/libaxtls.a:(.literal*, .text*)
124+
*lib/berkeley-db-1.xx/*.o(.literal*, .text*)
124125
*lib/libm/*.o*(.literal*, .text*)
125126
*lib/mp-readline/*.o(.literal*, .text*)
126127
*lib/netutils/*.o*(.literal*, .text*)

0 commit comments

Comments
 (0)
0