stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.
This commit is contained in:
parent
7ce1e0b1dc
commit
7ac326c424
2
ports/stm32/boards/PYBD_SF2/manifest.py
Normal file
2
ports/stm32/boards/PYBD_SF2/manifest.py
Normal file
@ -0,0 +1,2 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user