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

pull/1/head
Damien George 2019-12-20 13:20:20 +11:00
parent 7ce1e0b1dc
commit 7ac326c424
4 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,2 @@
include('$(PORT_DIR)/boards/manifest.py')
include('$(MPY_DIR)/extmod/webrepl/manifest.py')

View File

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

View File

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

View File

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