summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pyboard.py
Commit message (Expand)AuthorAge
* tools/pyboard.py: Refactor so target is not reset between scripts/cmd.Damien George2016-12-15
* tools: Fix pyboard.py to work under Python 3.Damien George2015-12-08
* tools: Add option to pyboard.py to wait for serial device to be ready.Peter Hinch2015-12-08
* tools: Allow pyboard.py to work when boot.py prints things.Dave Hylands2015-12-06
* tools/pyboard.py: Don't add terminating \x04 character to stdout output.Paul Sokolovsky2015-11-07
* tools/pyboard.py: Make -c (inline Python code) option compatible with python2.Paul Sokolovsky2015-11-07
* tools/pyboard: Add -c argument to run a program passed as a string.Tom Soulanille2015-10-19
* tools: Make pyboard.py Python2 compatible.Damien George2015-08-08
* tools/pyboard.py: Fix read timeout calc to work with shorter sleep.Damien George2015-07-29
* tools: Add telnet support to pyboard.py.Daniel Campora2015-07-26
* tools/pyboard.py: Speed up reading of chars by decreasing sleep period.Damien George2015-07-25
* tools/pyboard.py: Make enter_raw_repl stricter and more reliable.Damien George2015-07-25
* tools/pyboard.py: Fix parsing of returned error so last chr is not lost.Damien George2015-07-25
* tools/pyboard.py: Change logic for when raw ">" prompt is parsed.Damien George2015-06-15
* tools: Allow pyboard constructor to take a baudrate parameter.Dave Hylands2015-05-27
* tools: Add exec_raw_no_follow to pyboard.py.Dave Hylands2015-05-18
* tools/pyboard.py: Add "--follow" option to wait for output indefinitely.Damien George2015-05-07
* tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars.Damien George2015-04-19
* tools, pyboard.py: Write data to pyboard in chunks of 256 bytes.Damien George2014-12-20
* tools: Make pyboard.py have infinite timeout when running script.Damien George2014-11-30
* stmhal: Improve REPL control codes; improve pyboard.py script.Damien George2014-10-26
* tools, pyboard.py: Allow exec argument to be bytes or str.Damien George2014-10-19
* Enable device keyword option when running pyboard.py --tests and run-tests --...blmorris2014-10-01
* tools: pyboard.py now acts as a command-line program to run scripts.Damien George2014-05-03
* Merge pull request #543 from lurch/patch-4Damien George2014-05-03
|\
| * Make pyboard.enter_raw_repl more robustAndrew Scheller2014-05-01
* | Fix pyboard.py tests.Craig Barnes2014-05-02
|/
* tools: Update pyboard.py to work with latest changes to RTC.Damien George2014-04-21
* tools: Improve timout/reading of pyboard.py.Damien George2014-04-14
* Make pyboard.py have its own exception; update run-tests for pyboard.Damien George2014-04-13
* tools: Improve reading back from pyboard.Damien George2014-04-03
* tools: pyboard.py can now execute a file remotely!Damien George2014-04-03
* Add tools/pyboard.py, a simple module to communicate with the pyboard.Damien George2014-03-24