index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
pyboard.py
Commit message (
Expand
)
Author
Age
*
tools: Allow pyboard constructor to take a baudrate parameter.
Dave Hylands
2015-05-27
*
tools: Add exec_raw_no_follow to pyboard.py.
Dave Hylands
2015-05-18
*
tools/pyboard.py: Add "--follow" option to wait for output indefinitely.
Damien George
2015-05-07
*
tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars.
Damien George
2015-04-19
*
tools, pyboard.py: Write data to pyboard in chunks of 256 bytes.
Damien George
2014-12-20
*
tools: Make pyboard.py have infinite timeout when running script.
Damien George
2014-11-30
*
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-26
*
tools, pyboard.py: Allow exec argument to be bytes or str.
Damien George
2014-10-19
*
Enable device keyword option when running pyboard.py --tests and run-tests --...
blmorris
2014-10-01
*
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-03
|
\
|
*
Make pyboard.enter_raw_repl more robust
Andrew Scheller
2014-05-01
*
|
Fix pyboard.py tests.
Craig Barnes
2014-05-02
|
/
*
tools: Update pyboard.py to work with latest changes to RTC.
Damien George
2014-04-21
*
tools: Improve timout/reading of pyboard.py.
Damien George
2014-04-14
*
Make pyboard.py have its own exception; update run-tests for pyboard.
Damien George
2014-04-13
*
tools: Improve reading back from pyboard.
Damien George
2014-04-03
*
tools: pyboard.py can now execute a file remotely!
Damien George
2014-04-03
*
Add tools/pyboard.py, a simple module to communicate with the pyboard.
Damien George
2014-03-24