Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools: pyboard.py now acts as a command-line program to run scripts. | Damien George | 2014-05-03 |
| | | | | | | | | You can run a local script on the pyboard using: python pyboard.py test.py where test.py is the local script you want to run. | ||
* | Merge pull request #543 from lurch/patch-4 | Damien George | 2014-05-03 |
|\ | | | | | Make pyboard.enter_raw_repl more robust | ||
| * | Make pyboard.enter_raw_repl more robust | Andrew Scheller | 2014-05-01 |
| | | | | | | In case there's a program in the microcontroller's main.py running in an infinite loop | ||
* | | 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 |
Using pyboard.py you can use Python running on your PC to execute commands on the connected pyboard. See examples in that file. |