From 8215847b4d3bbbf859893db44f6de8a9fdea9f35 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 28 Jun 2014 03:03:47 +0300 Subject: moductypes: Foreign data interface module, roughly based on ctype ideas. But much smaller and memory-efficient. Uses Python builtin data structures (dict, tuple, int) to describe structure layout. --- py/mpconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'py/mpconfig.h') diff --git a/py/mpconfig.h b/py/mpconfig.h index c04c69c63..99d697f9a 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -351,6 +351,12 @@ typedef double mp_float_t; #define MICROPY_PY_SYS_STDFILES (0) #endif + +// Extended modules +#ifndef MICROPY_PY_UCTYPES +#define MICROPY_PY_UCTYPES (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ -- cgit v1.2.3