| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-enabled clocks on GPIO ports, external timers, and USARTs. | Perry Hung | 2010-03-30 | 1 | -5/+0 |
* | Silly indent issue. 4 space tabs to 3 space tabs. | Perry Hung | 2010-03-26 | 1 | -4/+4 |
* | Removed stm32 rcc code. Briefly tested the basic set up procedure, | Perry Hung | 2010-03-26 | 1 | -54/+2 |
* | Started removing STM32 STD RCC code. Compiles but doesn't run yet. | Perry Hung | 2010-03-25 | 1 | -7/+8 |
* | Unified analog, digital, and timer pin mappings to implement the mapping | Perry Hung | 2010-03-23 | 5 | -120/+80 |
* | Added open-drain output and analog-input modes | Perry Hung | 2010-03-22 | 2 | -16/+7 |
* | Add a carriage return for println, remove it from the usart send | Perry Hung | 2010-03-22 | 1 | -1/+1 |
* | modded the library makefile to work with patched dfu-util, also added the USE... | ajmeyer@mit.edu | 2010-02-12 | 1 | -13/+3 |
* | Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR... | iperry | 2010-01-17 | 2 | -11/+28 |
* | added serial1 support | iperry | 2010-01-13 | 1 | -0/+2 |
* | changed math.h to wiring_math.h to avoid collision with newlib's math library | iperry | 2010-01-08 | 2 | -2/+4 |
* | Added a print class for USB, works identically to the Serial object. Bugs out... | ajmeyer@mit.edu | 2010-01-07 | 2 | -0/+144 |
* | Fixed delayMicroseconds, changed serial interface, added an (untested) runtim... | iperry | 2009-12-25 | 4 | -23/+26 |
* | added a usb.h and usb.c to cover some of the low level access functions that ... | ajmeyer@mit.edu | 2009-12-19 | 1 | -0/+2 |
* | Added licensing. Moved lots of header files around. Added HardwareSerial read... | iperry | 2009-12-19 | 18 | -159/+533 |
* | fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional | ajmeyer@mit.edu | 2009-12-19 | 1 | -1/+1 |
* | added USB support (TX over virtual com port), the linker modifications to wor... | ajmeyer@mit.edu | 2009-12-19 | 3 | -1/+28 |
* | Initial commit of library code, moved from leaftest repo | iperry | 2009-12-17 | 20 | -0/+1603 |