From 92f1ed8f4086dcd0eb6c39df695d0326252db7c4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 27 Nov 2014 17:54:37 +0000 Subject: stmhal: Enable uhashlib module; add heapq, hashlib weak links. hashlib test passes on pyboard. --- stmhal/memory.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 stmhal/memory.h (limited to 'stmhal/memory.h') 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 -- cgit v1.2.3