zephyr/mpconfigport: Enable mpz big integers.
These are needed to be on par with other ports. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
#define MICROPY_PY_ZEPHYR (1)
|
||||
#define MICROPY_PY_ZSENSOR (1)
|
||||
#define MICROPY_PY_SYS_MODULES (0)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
|
||||
#define MICROPY_PY_BUILTINS_COMPLEX (0)
|
||||
#define MICROPY_ENABLE_SCHEDULER (1)
|
||||
|
||||
Reference in New Issue
Block a user