summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDelio Brignoli <brignoli.delio@gmail.com>2015-06-06 18:34:59 +0200
committerDamien George <damien.p.george@gmail.com>2015-07-20 15:53:22 +0100
commitcceff157ddaf42e6c6390209ea14b7f4997b32c0 (patch)
treef1bc1fafe3375fc21d5f1586663182a9a681ca4d
parent32aba40830320867bdddcf4e0a6658b9df49ac9a (diff)
downloadmicropython-cceff157ddaf42e6c6390209ea14b7f4997b32c0.tar.gz
micropython-cceff157ddaf42e6c6390209ea14b7f4997b32c0.zip
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
-rw-r--r--qemu-arm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h
index 38ea2f7c3e..3a5a76a451 100644
--- a/qemu-arm/mpconfigport.h
+++ b/qemu-arm/mpconfigport.h
@@ -15,6 +15,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
+#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_IO (0)