stm32: Enable and freeze uasyncio.
This commit is contained in:
parent
3b68f36175
commit
35e2dd0979
|
@ -1,3 +1,4 @@
|
|||
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|
||||
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
|
||||
freeze("$(MPY_DIR)/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
|
||||
freeze("$(MPY_DIR)/drivers/onewire", "onewire.py")
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
#endif
|
||||
|
||||
// extended modules
|
||||
#define MICROPY_PY_UASYNCIO (1)
|
||||
#define MICROPY_PY_UCTYPES (1)
|
||||
#define MICROPY_PY_UZLIB (1)
|
||||
#define MICROPY_PY_UJSON (1)
|
||||
|
|
Loading…
Reference in New Issue