30#ifndef MP_RIOT_HEAPSIZE 
   32#define MP_RIOT_HEAPSIZE (16U*1024) 
   35#ifndef MP_STACK_SAFEAREA 
   36#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.