mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user