Browse Source

stm32: Enable and freeze uasyncio.

pull/5332/head
Damien George 5 years ago
parent
commit
35e2dd0979
  1. 1
      ports/stm32/boards/manifest.py
  2. 1
      ports/stm32/mpconfigport.h

1
ports/stm32/boards/manifest.py

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

1
ports/stm32/mpconfigport.h

@ -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…
Cancel
Save