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
d265df58
Commit
d265df58
authored
Sep 09, 2015
by
Daniel Campora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/wipy: Disable the REPL on UART before running the UART test.
parent
7c87747d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/wipy/uart.py
tests/wipy/uart.py
+3
-0
No files found.
tests/wipy/uart.py
View file @
d265df58
...
...
@@ -18,6 +18,9 @@ elif 'WiPy' in machine:
else
:
raise
Exception
(
'Board not supported!'
)
# just in case we have stdio duplicated on any of the uarts
pyb
.
repl_uart
(
None
)
for
uart_id
in
uart_id_range
:
uart
=
UART
(
uart_id
,
38400
)
print
(
uart
)
...
...
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