summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-23 13:34:35 +0100
committerDamien George <damien.p.george@gmail.com>2014-10-23 13:34:35 +0100
commitdd4f4530ab35c162252b003d2713b06eb65903e1 (patch)
tree6adec3bd3228d49b72e50507e916551a91b6b3be /unix
parent3aa09f5784bf06f2b23b0d0082cd244af53ca8a9 (diff)
downloadmicropython-dd4f4530ab35c162252b003d2713b06eb65903e1.tar.gz
micropython-dd4f4530ab35c162252b003d2713b06eb65903e1.zip
py: Add builtin memoryview object (mostly using array code).
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 13c0c93cfd..a1e03be119 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -45,6 +45,7 @@
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_OPT_COMPUTED_GOTO (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
+#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_PLATFORM "linux"