31#ifndef MP_RIOT_HEAPSIZE
33#define MP_RIOT_HEAPSIZE (16U*1024)
36#ifndef MP_STACK_SAFEAREA
37#define MP_STACK_SAFEAREA (128U)
void mp_do_str(const char *src, int len)
Execute a string as MicroPython code.
void mp_riot_init(char *heap, size_t heap_size)
Initialize RIOT MicroPython port.