Damien George
|
3244123031
|
tools: pyboard.py now acts as a command-line program to run scripts.
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.
|
2014-05-03 18:14:34 +01:00 |
Damien George
|
e88814a274
|
Merge pull request #543 from lurch/patch-4
Make pyboard.enter_raw_repl more robust
|
2014-05-03 13:09:16 +01:00 |
Craig Barnes
|
71a1e35206
|
Fix pyboard.py tests.
|
2014-05-02 21:36:07 +01:00 |
Andrew Scheller
|
1f740bdaf4
|
Make pyboard.enter_raw_repl more robust
In case there's a program in the microcontroller's main.py running in an infinite loop
|
2014-05-01 20:42:23 +01:00 |
Damien George
|
ca045d97b9
|
tools: Update pyboard.py to work with latest changes to RTC.
|
2014-04-21 20:18:37 +01:00 |
Damien George
|
48a9b3fd11
|
tools: Improve timout/reading of pyboard.py.
|
2014-04-14 01:47:36 +01:00 |
Damien George
|
b636d024d2
|
Make pyboard.py have its own exception; update run-tests for pyboard.
|
2014-04-13 13:48:33 +01:00 |
Damien George
|
d71fc37af7
|
tools: Improve reading back from pyboard.
|
2014-04-03 22:44:37 +01:00 |
Damien George
|
0e49642965
|
tools: pyboard.py can now execute a file remotely!
|
2014-04-03 22:12:01 +01:00 |
Damien George
|
41ea651839
|
Add tools/pyboard.py, a simple module to communicate with the pyboard.
Using pyboard.py you can use Python running on your PC to execute
commands on the connected pyboard. See examples in that file.
|
2014-03-24 12:42:06 +00:00 |