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
875caca5
Commit
875caca5
authored
May 14, 2022
by
iabdalkader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable webrepl.
parent
a22d0bda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py
+1
-0
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
+4
-0
No files found.
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py
View file @
875caca5
include
(
"$(PORT_DIR)/boards/manifest.py"
)
include
(
"$(MPY_DIR)/extmod/webrepl/manifest.py"
)
freeze
(
"$(MPY_DIR)/drivers/lsm6dsox/"
,
"lsm6dsox.py"
)
include
(
"$(MPY_LIB_DIR)/micropython/bluetooth/aioble/manifest.py"
,
...
...
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
View file @
875caca5
...
...
@@ -7,6 +7,10 @@
// Enable networking and sockets.
#define MICROPY_PY_NETWORK (1)
#define MICROPY_PY_USOCKET (1)
#define MICROPY_PY_WEBREPL (1)
#define MICROPY_PY_UWEBSOCKET (1)
#define MICROPY_PY_UHASHLIB_SHA1 (1)
#define MICROPY_PY_OS_DUPTERM (1)
// Disable internal error numbers.
#define MICROPY_USE_INTERNAL_ERRNO (0)
...
...
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