Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
7ac326c4
Commit
7ac326c4
authored
Dec 20, 2019
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.
parent
7ce1e0b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
ports/stm32/boards/PYBD_SF2/manifest.py
ports/stm32/boards/PYBD_SF2/manifest.py
+2
-0
ports/stm32/boards/PYBD_SF2/mpconfigboard.mk
ports/stm32/boards/PYBD_SF2/mpconfigboard.mk
+3
-0
ports/stm32/boards/PYBD_SF3/mpconfigboard.mk
ports/stm32/boards/PYBD_SF3/mpconfigboard.mk
+3
-0
ports/stm32/boards/PYBD_SF6/mpconfigboard.mk
ports/stm32/boards/PYBD_SF6/mpconfigboard.mk
+3
-0
No files found.
ports/stm32/boards/PYBD_SF2/manifest.py
0 → 100644
View file @
7ac326c4
include
(
'$(PORT_DIR)/boards/manifest.py'
)
include
(
'$(MPY_DIR)/extmod/webrepl/manifest.py'
)
ports/stm32/boards/PYBD_SF2/mpconfigboard.mk
View file @
7ac326c4
...
...
@@ -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
ports/stm32/boards/PYBD_SF3/mpconfigboard.mk
View file @
7ac326c4
...
...
@@ -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
ports/stm32/boards/PYBD_SF6/mpconfigboard.mk
View file @
7ac326c4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment