index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
pyboard.py
Age
Commit message (
Expand
)
Author
2014-12-20
tools, pyboard.py: Write data to pyboard in chunks of 256 bytes.
Damien George
2014-11-30
tools: Make pyboard.py have infinite timeout when running script.
Damien George
2014-10-26
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-19
tools, pyboard.py: Allow exec argument to be bytes or str.
Damien George
2014-10-01
Enable device keyword option when running pyboard.py --tests and run-tests --...
blmorris
2014-05-03
tools: pyboard.py now acts as a command-line program to run scripts.
Damien George
2014-05-03
Merge pull request #543 from lurch/patch-4
Damien George
2014-05-02
Fix pyboard.py tests.
Craig Barnes
2014-05-01
Make pyboard.enter_raw_repl more robust
Andrew Scheller
2014-04-21
tools: Update pyboard.py to work with latest changes to RTC.
Damien George
2014-04-14
tools: Improve timout/reading of pyboard.py.
Damien George
2014-04-13
Make pyboard.py have its own exception; update run-tests for pyboard.
Damien George
2014-04-03
tools: Improve reading back from pyboard.
Damien George
2014-04-03
tools: pyboard.py can now execute a file remotely!
Damien George
2014-03-24
Add tools/pyboard.py, a simple module to communicate with the pyboard.
Damien George