aboutsummaryrefslogtreecommitdiff
path: root/reset.py
AgeCommit message (Collapse)Author
2010-05-28Moved reset script to support directoryPerry Hung
For kicks.
2010-05-28Reset with /dev/maple instead of guessing ttysPerry Hung
Change reset to rely on udev to create a /dev/maple device node and use that instead of guessing which tty it is.
2010-05-26cleaned up commit processbnewbold
2010-05-21minor mods to adjust the driver number and the vendor product id's (serial ↵AJM
port now 1eaf:0004) and fixed a bug in reset.py, added a no-delay usb serial loop to main.cpp as an example. has no problem at 115200 in minicom!
2010-05-21Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM
wirish init this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly.
2010-05-20added reset.py to the makefile and the build dirAJM