aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-31Major hierarchy reorganization; see README.bnewbold
2010-03-23Removed main.cpp and updated example_main.cpp and added a blinkyPerry Hung
2010-03-23Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung
2010-03-22Added open-drain output and analog-input modesPerry Hung
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-02-12modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu
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-10Tweaked makefile to get rid of silly make flags. Added a udev rule in support...iperry
2010-01-08changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry
2010-01-07Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu
2009-12-27added a simpler main.cpp and moved the complicated stuff into a separate fileajmeyer@mit.edu
2009-12-25Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry
2009-12-19added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu
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-17removed extraneous files, stm32lib examplesiperry
2009-12-17Initial commit of library code, moved from leaftest repoiperry