aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.c
Commit message (Collapse)AuthorAgeFilesLines
* Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM2010-05-211-0/+2
| | | | | | 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.
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-2/+0
| | | | out of main to cxxabi-compat.cpp.
* Refactoring:Perry Hung2010-04-251-0/+47
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.