aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed main.cpp and updated example_main.cpp and added a blinkyPerry Hung2010-03-234-136/+112
* Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung2010-03-236-125/+85
* Added open-drain output and analog-input modesPerry Hung2010-03-222-16/+7
* 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-223-9/+8
|/
* 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
* modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu2010-02-123-14/+14
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-174-32/+32
* added serial1 supportiperry2010-01-132-0/+9
* forgot to turn on the interrupt for usar3iperry2010-01-102-10/+16
* enabled serial3iperry2010-01-102-6/+24
* Tweaked makefile to get rid of silly make flags. Added a udev rule in support...iperry2010-01-101-8/+5
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-083-8/+13
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-077-47/+309
* added a simpler main.cpp and moved the complicated stuff into a separate fileajmeyer@mit.edu2009-12-272-46/+81
* Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry2009-12-2511-128/+81
* added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu2009-12-191-3/+23
* added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu2009-12-194-8/+40
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-1940-398/+1549
* fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu2009-12-194-16/+18
* added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu2009-12-197-1/+693
* removed extraneous files, stm32lib examplesiperry2009-12-17583-171657/+0
* Initial commit of library code, moved from leaftest repoiperry2009-12-17672-0/+198540