aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2010-03-31Major hierarchy reorganization; see README.bnewbold
2010-03-22Merge branch 'master' of git@github.com:leaflabs/maple-libraryPerry Hung
2010-03-22Add a carriage return for println, remove it from the usart sendPerry Hung
2010-03-18Configure port D correctly so that header pin 25 works; this maybnewbold
2010-03-11turn usb interrupts on after failed assert so bootloader still worksiperry
2010-03-11turn usb interrupts on after failed assert so bootloader still worksiperry
2010-01-17Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry
2010-01-13added serial1 supportiperry
2010-01-10forgot to turn on the interrupt for usar3iperry
2010-01-10enabled serial3iperry
2010-01-07Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu
2009-12-25Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry
2009-12-19added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu
2009-12-19Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry
2009-12-19fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu
2009-12-19added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu
2009-12-17Initial commit of library code, moved from leaftest repoiperry