unix: Enable uasyncio on dev variant.
This commit is contained in:
parent
27abac95d8
commit
4050281311
3
ports/unix/variants/dev/manifest.py
Normal file
3
ports/unix/variants/dev/manifest.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include("$(PORT_DIR)/variants/manifest.py")
|
||||||
|
|
||||||
|
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|
@ -30,3 +30,7 @@
|
|||||||
|
|
||||||
#define MICROPY_PY_SYS_SETTRACE (1)
|
#define MICROPY_PY_SYS_SETTRACE (1)
|
||||||
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
|
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
|
||||||
|
|
||||||
|
#ifndef MICROPY_PY_UASYNCIO
|
||||||
|
#define MICROPY_PY_UASYNCIO (1)
|
||||||
|
#endif
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
PROG ?= micropython-dev
|
PROG ?= micropython-dev
|
||||||
|
|
||||||
|
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
|
||||||
|
|
||||||
MICROPY_ROM_TEXT_COMPRESSION = 1
|
MICROPY_ROM_TEXT_COMPRESSION = 1
|
||||||
|
|
||||||
MICROPY_PY_BLUETOOTH = 1
|
MICROPY_PY_BLUETOOTH = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user