summaryrefslogtreecommitdiff
path: root/host/proto
AgeCommit message (Collapse)Author
2013-03-20host/proto: accept \n as command terminatorNicolas Schodet
2012-05-11host/proto, digital/ai/tools: stop simulation when a program crashesNicolas Schodet
2009-05-22 * tools/trace:Nicolas Schodet
- stop dump at end of trace.
2009-04-25 * all python:Nicolas Schodet
- fixed comment.
2009-04-03 * host/proto, host/inter, digital/asserv, digital/io:Nicolas Schodet
- reverted r693. - no longer count on implicit float to interger conversion.
2009-03-30 * host/proto:Nicolas Schodet
- convert to int before sending.
2009-03-03 * all python:Nicolas Schodet
- fixed missing file headers.
2009-03-03 * all python:Nicolas Schodet
- no longer use sys.path, user should set PYTHONPATH.
2009-02-27 * host/proto:Nicolas Schodet
- fixed r639, bad wait method behaviour, closes #63.
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2008-12-17 * host/proto:Nicolas Schodet
- added documentation. - fixed small discordance between documentation and behaviour.
2008-06-09 * host/proto:Nicolas Schodet
- fixed popen_io buffering. If there is buffering, data is read and placed in the file buffer, but the select call does not see it.
2008-06-03 * host, digital/asserv/tools, digital/avr/modules:Nicolas Schodet
- cleaned up python scripts hierarchy.
2008-04-10 * host/proto:Nicolas Schodet
- added program io utility. - added Proto.wait.
2008-04-02 * host/proto:Nicolas Schodet
- added proto interface.