index
:
suspect-devices/libmaple
master
Working copy of Leaflabs libmaple
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
2010-03-31
Major hierarchy reorganization; see README.
bnewbold
2010-03-22
Merge branch 'master' of git@github.com:leaflabs/maple-library
Perry Hung
2010-03-22
Add a carriage return for println, remove it from the usart send
Perry Hung
2010-03-18
Configure port D correctly so that header pin 25 works; this may
bnewbold
2010-03-11
turn usb interrupts on after failed assert so bootloader still works
iperry
2010-03-11
turn usb interrupts on after failed assert so bootloader still works
iperry
2010-01-17
Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...
iperry
2010-01-13
added serial1 support
iperry
2010-01-10
forgot to turn on the interrupt for usar3
iperry
2010-01-10
enabled serial3
iperry
2010-01-07
Added a print class for USB, works identically to the Serial object. Bugs out...
ajmeyer@mit.edu
2009-12-25
Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...
iperry
2009-12-19
added a usb.h and usb.c to cover some of the low level access functions that ...
ajmeyer@mit.edu
2009-12-19
Added licensing. Moved lots of header files around. Added HardwareSerial read...
iperry
2009-12-19
fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional
ajmeyer@mit.edu
2009-12-19
added USB support (TX over virtual com port), the linker modifications to wor...
ajmeyer@mit.edu
2009-12-17
Initial commit of library code, moved from leaftest repo
iperry