The qemu-arm port is used for testing of ARM Thumb architecture on a desktop so should have many features enabled.crypto-aes
parent
8298251215
commit
b0a15aa735
@ -0,0 +1,2 @@
|
||||
// this is needed for extmod/crypto-algorithms/sha256.c
|
||||
#include <string.h>
|
@ -1 +1,2 @@
|
||||
// empty file
|
||||
#define mp_hal_stdin_rx_chr() (0)
|
||||
#define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))
|
||||
|
Loading…
Reference in new issue