summaryrefslogtreecommitdiff
path: root/tools/pyboard.py
AgeCommit message (Expand)Author
2017-07-22tools/pyboard: Add license header.Paul Sokolovsky
2017-05-29various: Spelling fixesVille Skyttä
2017-04-07tools/pyboard: Provide more details when expected reply not received.Paul Sokolovsky
2017-04-05tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.Paul Sokolovsky
2017-04-05tools/pyboard: execpty: Use shell=False to workaround some curdir issues.Paul Sokolovsky
2017-04-04tools/pyboard: Add "exec" and "execpty" pseudo-devices support.Paul Sokolovsky
2017-04-02tools/pyboard: Tighten up Pyboard object closure on errors.Paul Sokolovsky
2016-12-15tools/pyboard.py: Refactor so target is not reset between scripts/cmd.Damien George
2015-12-08tools: Fix pyboard.py to work under Python 3.Damien George
2015-12-08tools: Add option to pyboard.py to wait for serial device to be ready.Peter Hinch
2015-12-06tools: Allow pyboard.py to work when boot.py prints things.Dave Hylands
2015-11-07tools/pyboard.py: Don't add terminating \x04 character to stdout output.Paul Sokolovsky
2015-11-07tools/pyboard.py: Make -c (inline Python code) option compatible with python2.Paul Sokolovsky
2015-10-19tools/pyboard: Add -c argument to run a program passed as a string.Tom Soulanille
2015-08-08tools: Make pyboard.py Python2 compatible.Damien George
2015-07-29tools/pyboard.py: Fix read timeout calc to work with shorter sleep.Damien George
2015-07-26tools: Add telnet support to pyboard.py.Daniel Campora
2015-07-25tools/pyboard.py: Speed up reading of chars by decreasing sleep period.Damien George
2015-07-25tools/pyboard.py: Make enter_raw_repl stricter and more reliable.Damien George
2015-07-25tools/pyboard.py: Fix parsing of returned error so last chr is not lost.Damien George
2015-06-15tools/pyboard.py: Change logic for when raw ">" prompt is parsed.Damien George
2015-05-27tools: Allow pyboard constructor to take a baudrate parameter.Dave Hylands
2015-05-18tools: Add exec_raw_no_follow to pyboard.py.Dave Hylands
2015-05-07tools/pyboard.py: Add "--follow" option to wait for output indefinitely.Damien George
2015-04-19tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars.Damien George
2014-12-20tools, pyboard.py: Write data to pyboard in chunks of 256 bytes.Damien George
2014-11-30tools: Make pyboard.py have infinite timeout when running script.Damien George
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-19tools, pyboard.py: Allow exec argument to be bytes or str.Damien George
2014-10-01Enable device keyword option when running pyboard.py --tests and run-tests --...blmorris
2014-05-03tools: pyboard.py now acts as a command-line program to run scripts.Damien George
2014-05-03Merge pull request #543 from lurch/patch-4Damien George
2014-05-02Fix pyboard.py tests.Craig Barnes
2014-05-01Make pyboard.enter_raw_repl more robustAndrew Scheller
2014-04-21tools: Update pyboard.py to work with latest changes to RTC.Damien George
2014-04-14tools: Improve timout/reading of pyboard.py.Damien George
2014-04-13Make pyboard.py have its own exception; update run-tests for pyboard.Damien George
2014-04-03tools: Improve reading back from pyboard.Damien George
2014-04-03tools: pyboard.py can now execute a file remotely!Damien George
2014-03-24Add tools/pyboard.py, a simple module to communicate with the pyboard.Damien George