summaryrefslogtreecommitdiff
path: root/stmhal/memory.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-11-27 17:54:37 +0000
committerDamien George <damien.p.george@gmail.com>2014-11-27 17:54:37 +0000
commit92f1ed8f4086dcd0eb6c39df695d0326252db7c4 (patch)
tree76c90103994e7b06cc5ae7d0084a1202492b10f6 /stmhal/memory.h
parentdf732bb01b5703eb1a7b643b98606358e6911aa5 (diff)
stmhal: Enable uhashlib module; add heapq, hashlib weak links.
hashlib test passes on pyboard.
Diffstat (limited to 'stmhal/memory.h')
-rw-r--r--stmhal/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/memory.h b/stmhal/memory.h
new file mode 100644
index 000000000..f3777b0e3
--- /dev/null
+++ b/stmhal/memory.h
@@ -0,0 +1,2 @@
+// this is needed for extmod/crypto-algorithms/sha256.c
+#include <string.h>