summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-12-31 16:09:00 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-03 20:14:50 +0200
commit7480ee5892b4f4a3ea3748f8cb2c110b5075a08f (patch)
tree4e3ff9ff307eeb93d9ede25f8785de0c2914001c /esp8266/mpconfigport.h
parent70fb9ee99b5238c5f2163d93256226013442fa01 (diff)
downloadmicropython-7480ee5892b4f4a3ea3748f8cb2c110b5075a08f.tar.gz
micropython-7480ee5892b4f4a3ea3748f8cb2c110b5075a08f.zip
esp8266: Enable uhashlib module.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index aa79363fd1..9138ef6dba 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -37,6 +37,8 @@
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UCTYPES (1)
+#define MICROPY_PY_UHASHLIB (1)
+#define MICROPY_PY_UHASHLIB_SHA1 (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_CPYTHON_COMPAT (0)