diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-11-27 17:54:37 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-11-27 17:54:37 +0000 |
| commit | 92f1ed8f4086dcd0eb6c39df695d0326252db7c4 (patch) | |
| tree | 76c90103994e7b06cc5ae7d0084a1202492b10f6 /stmhal/memory.h | |
| parent | df732bb01b5703eb1a7b643b98606358e6911aa5 (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.h | 2 |
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> |
