mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
qemu/mpconfigport: Enable time, select and stdio buffer.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
7ca70edae7
commit
0cf1a58c3d
@@ -54,9 +54,6 @@
|
|||||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
||||||
#define MICROPY_WARNINGS (1)
|
#define MICROPY_WARNINGS (1)
|
||||||
#define MICROPY_PY_SYS_PLATFORM "qemu"
|
#define MICROPY_PY_SYS_PLATFORM "qemu"
|
||||||
#define MICROPY_PY_SYS_STDIO_BUFFER (0)
|
|
||||||
#define MICROPY_PY_SELECT (0)
|
|
||||||
#define MICROPY_PY_TIME (0)
|
|
||||||
#define MICROPY_PY_ASYNCIO (0)
|
#define MICROPY_PY_ASYNCIO (0)
|
||||||
#define MICROPY_PY_MACHINE (1)
|
#define MICROPY_PY_MACHINE (1)
|
||||||
#define MICROPY_PY_MACHINE_INCLUDEFILE "ports/qemu/modmachine.c"
|
#define MICROPY_PY_MACHINE_INCLUDEFILE "ports/qemu/modmachine.c"
|
||||||
|
|||||||
Reference in New Issue
Block a user