Commit 7ac326c4 authored by Damien George's avatar Damien George

stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.

parent 7ce1e0b1
include('$(PORT_DIR)/boards/manifest.py')
include('$(MPY_DIR)/extmod/webrepl/manifest.py')
......@@ -17,3 +17,6 @@ MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
MICROPY_VFS_LFS2 = 1
# PYBD-specific frozen modules
FROZEN_MANIFEST = $(BOARD_DIR)/manifest.py
......@@ -16,3 +16,6 @@ MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
# PYBD-specific frozen modules
FROZEN_MANIFEST = boards/PYBD_SF2/manifest.py
......@@ -13,3 +13,6 @@ MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
# PYBD-specific frozen modules
FROZEN_MANIFEST = boards/PYBD_SF2/manifest.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment