stm32: Enable and freeze uasyncio.

This commit is contained in:
Damien George 2020-03-21 22:26:02 +11:00
parent 3b68f36175
commit 35e2dd0979
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

@ -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)