diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-06-25 21:02:40 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-06-28 14:14:20 +0200 |
| commit | 778413168b44ae606010b2439ae2f23c83df3935 (patch) | |
| tree | f3a0ef22953cbfdb4cbb9c33483f249299a3a929 | |
| parent | 0807139c1d32746c2f2352bcbd154fb6399face5 (diff) | |
cc3200: Enable more features to improve compatibility with stmhal.
| -rw-r--r-- | cc3200/mpconfigport.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index fd60f0432..aab28c9fd 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -48,7 +48,7 @@ #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) #define MICROPY_OPT_COMPUTED_GOTO (0) #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) -#define MICROPY_CPYTHON_COMPAT (0) +#define MICROPY_CPYTHON_COMPAT (1) /* Enable FatFS LFNs 0: Disable LFN feature. @@ -62,14 +62,14 @@ #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) #define MICROPY_PY_BUILTINS_STR_UNICODE (1) -#define MICROPY_PY_BUILTINS_STR_SPLITLINES (0) +#define MICROPY_PY_BUILTINS_STR_SPLITLINES (1) #define MICROPY_PY_BUILTINS_MEMORYVIEW (1) #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_EXECFILE (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (0) #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) -#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0) -#define MICROPY_PY_SYS_MAXSIZE (0) +#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1) +#define MICROPY_PY_SYS_MAXSIZE (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_STDFILES (1) #define MICROPY_PY_CMATH (0) |
