Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
be427961
Commit
be427961
authored
Dec 01, 2020
by
Juan David González Cobas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use python3 by default in usb-bootloader
parent
05b4a4fd
Pipeline
#684
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
usb-bootloader.py
tools/uart-bootloader/usb-bootloader.py
+5
-4
No files found.
tools/uart-bootloader/usb-bootloader.py
View file @
be427961
#!/usr/bin/
python
#!/usr/bin/
env python3
#
# DSI Shield
...
...
@@ -328,6 +328,7 @@ def run_terminal(ser):
a
=
ser
.
recv_nonblock
()
if
(
a
!=
None
):
sys
.
stderr
.
write
(
chr
(
a
))
# sys.stderr.write(a).decode('utf-8'))
# flush is needed FIXME:
# sys.stderr.flush()
...
...
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