mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
stm32: Enable and freeze uasyncio.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user