Skip to content

Commit

Permalink
bare-arm: Disable enumerate and reversed builtins to make port more b…
Browse files Browse the repository at this point in the history
…are.
  • Loading branch information
dpgeorge committed Aug 2, 2015
1 parent 7a26e4f commit 1934dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bare-arm/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
#define MICROPY_PY_BUILTINS_BYTEARRAY (0)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (0)
#define MICROPY_PY_BUILTINS_ENUMERATE (0)
#define MICROPY_PY_BUILTINS_FROZENSET (0)
#define MICROPY_PY_BUILTINS_REVERSED (0)
#define MICROPY_PY_BUILTINS_SET (0)
#define MICROPY_PY_BUILTINS_SLICE (0)
#define MICROPY_PY_BUILTINS_PROPERTY (0)
Expand Down

0 comments on commit 1934dca

Please sign in to comment.