| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-enabled ADC1 without STM32 RCC library. | Perry Hung | 2010-03-30 | 3 | -22/+41 |
| * | Re-enabled clocks on GPIO ports, external timers, and USARTs. | Perry Hung | 2010-03-30 | 5 | -90/+126 |
| * | Silly indent issue. 4 space tabs to 3 space tabs. | Perry Hung | 2010-03-26 | 1 | -68/+68 |
| * | Removed stm32 rcc code. Briefly tested the basic set up procedure, | Perry Hung | 2010-03-26 | 3 | -12/+137 |
| * | Started removing STM32 STD RCC code. Compiles but doesn't run yet. | Perry Hung | 2010-03-25 | 6 | -20/+57 |
| * | Merge branch 'master' of git@github.com:leaflabs/maple-library | Perry Hung | 2010-03-22 | 1 | -0/+1 |
| |\ |
|
| | * | Configure port D correctly so that header pin 25 works; this may | bnewbold | 2010-03-18 | 1 | -0/+1 |
| * | | Add a carriage return for println, remove it from the usart send | Perry Hung | 2010-03-22 | 1 | -7/+7 |
| |/ |
|
| * | turn usb interrupts on after failed assert so bootloader still works | iperry | 2010-03-11 | 1 | -0/+18 |
| * | turn usb interrupts on after failed assert so bootloader still works | iperry | 2010-03-11 | 2 | -0/+9 |
| * | Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR... | iperry | 2010-01-17 | 1 | -0/+1 |
| * | added serial1 support | iperry | 2010-01-13 | 1 | -0/+7 |
| * | forgot to turn on the interrupt for usar3 | iperry | 2010-01-10 | 1 | -3/+3 |
| * | enabled serial3 | iperry | 2010-01-10 | 1 | -1/+7 |
| * | Added a print class for USB, works identically to the Serial object. Bugs out... | ajmeyer@mit.edu | 2010-01-07 | 3 | -26/+78 |
| * | Fixed delayMicroseconds, changed serial interface, added an (untested) runtim... | iperry | 2009-12-25 | 6 | -100/+51 |
| * | added a usb.h and usb.c to cover some of the low level access functions that ... | ajmeyer@mit.edu | 2009-12-19 | 3 | -8/+38 |
| * | Added licensing. Moved lots of header files around. Added HardwareSerial read... | iperry | 2009-12-19 | 20 | -195/+991 |
| * | fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional | ajmeyer@mit.edu | 2009-12-19 | 2 | -14/+10 |
| * | added USB support (TX over virtual com port), the linker modifications to wor... | ajmeyer@mit.edu | 2009-12-19 | 3 | -0/+644 |
| * | Initial commit of library code, moved from leaftest repo | iperry | 2009-12-17 | 17 | -0/+1760 |