aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/WProgram.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk
* wirish reformatted and code-styledMarti Bolivar2010-09-261-2/+2
|
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-3/+0
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-0/+1
|
* Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM2010-05-211-2/+0
| | | | | | 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.
* update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-281-1/+1
|
* Refactoring:Perry Hung2010-04-251-0/+32
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.