From f917f06384ca478730e85638eb6ebc806a5672a3 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 1 Jun 2014 13:49:54 +0100 Subject: [PATCH] bare-arm: Disable slice and set. --- bare-arm/mpconfigport.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h index 19830b454f..73b66802fe 100644 --- a/bare-arm/mpconfigport.h +++ b/bare-arm/mpconfigport.h @@ -12,6 +12,9 @@ #define MICROPY_HELPER_REPL (0) #define MICROPY_HELPER_LEXER_UNIX (0) #define MICROPY_ENABLE_SOURCE_LINE (0) +#define MICROPY_PY_BUILTINS_FROZENSET (0) +#define MICROPY_PY_BUILTINS_SET (0) +#define MICROPY_PY_BUILTINS_SLICE (0) #define MICROPY_PY_BUILTINS_PROPERTY (0) #define MICROPY_PY_COLLECTIONS (0) #define MICROPY_PY_MATH (0)