aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Major hierarchy reorganization; see README.bnewbold2010-03-3125-3271/+0
* Merge branch 'master' of git@github.com:leaflabs/maple-libraryPerry Hung2010-03-221-0/+1
|\
| * Configure port D correctly so that header pin 25 works; this maybnewbold2010-03-181-0/+1
* | Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-221-7/+7
|/
* turn usb interrupts on after failed assert so bootloader still worksiperry2010-03-111-0/+18
* turn usb interrupts on after failed assert so bootloader still worksiperry2010-03-112-0/+9
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-171-0/+1
* added serial1 supportiperry2010-01-131-0/+7
* forgot to turn on the interrupt for usar3iperry2010-01-101-3/+3
* enabled serial3iperry2010-01-101-1/+7
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-073-26/+78
* Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry2009-12-256-100/+51
* added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu2009-12-193-8/+38
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-1920-195/+991
* fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu2009-12-192-14/+10
* added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu2009-12-193-0/+644
* Initial commit of library code, moved from leaftest repoiperry2009-12-1717-0/+1760