micropython/qemu-arm/memory.h
Damien George b0a15aa735 qemu-arm: Enable lots of extmods and enable tests for them.
The qemu-arm port is used for testing of ARM Thumb architecture on a
desktop so should have many features enabled.
2016-10-14 00:08:19 +11:00

3 lines
76 B
C

// this is needed for extmod/crypto-algorithms/sha256.c
#include <string.h>