aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic flash peripheral management api for board bringupPerry Hung2010-08-041-0/+6
|
* timers progressbnewbold2010-07-201-3/+3
| | | | examples code cleanup, more descriptive comments, more notes
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-3/+3
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* 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.