Skip to content

Commit d0e014a

Browse files
committed
mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options.
This change allows running the tests in tests/basics/ without any failures (but some tests are still skipped). Signed-off-by: Damien George <[email protected]>
1 parent fc6ea28 commit d0e014a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/mimxrt/mpconfigport.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@
4646
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
4747
#define MICROPY_ENABLE_SOURCE_LINE (1)
4848
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
49-
#define MICROPY_CPYTHON_COMPAT (0)
5049
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
5150

5251
// Control over Python builtins
53-
#define MICROPY_PY_ASYNC_AWAIT (0)
5452
#define MICROPY_PY_BUILTINS_STR_COUNT (0)
5553
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
5654
#define MICROPY_PY_BUILTINS_SET (1)
@@ -63,7 +61,6 @@
6361
#define MICROPY_PY___FILE__ (0)
6462
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
6563
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
66-
#define MICROPY_PY_ATTRTUPLE (0)
6764
#define MICROPY_PY_COLLECTIONS (0)
6865
#define MICROPY_PY_SYS_MAXSIZE (1)
6966

0 commit comments

Comments
 (0)