aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-308-43/+80
* Merge branch 'master' into rcc-devPerry Hung2010-03-30109-132/+212
|\
| * Major hierarchy reorganization; see README.bnewbold2010-03-31107-131/+211
* | Re-enabled ADC1 without STM32 RCC library.Perry Hung2010-03-303-22/+41
* | Re-enabled clocks on GPIO ports, external timers, and USARTs.Perry Hung2010-03-306-95/+126
* | Silly indent issue. 4 space tabs to 3 space tabs.Perry Hung2010-03-262-72/+72
* | Removed stm32 rcc code. Briefly tested the basic set up procedure,Perry Hung2010-03-265-67/+140
* | Started removing STM32 STD RCC code. Compiles but doesn't run yet.Perry Hung2010-03-258-29/+67
|/
* 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-223-2/+34
|\
| * Configure port D correctly so that header pin 25 works; this maybnewbold2010-03-181-0/+1
| * building instructions and added OS forking to Makefilebnewbold2010-03-162-2/+33
* | Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-223-9/+8
|/
* actual files needed for IDE get copiedbnewbold2010-03-131-0/+38
* script to copy src files to IDE; renamed READMEbnewbold2010-03-122-0/+70
* new pin mappingiperry2010-03-111-86/+62
* 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-125-16/+27
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-175-32/+42
* added serial1 supportiperry2010-01-132-0/+9
* forgot to turn on the interrupt for usar3iperry2010-01-103-11/+17
* enabled serial3iperry2010-01-103-13/+28
* typoiperry2010-01-101-1/+1
* git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@107 749a229e-a6...iperry2010-01-101-2/+4
* moved jtag target and fixed flash targetiperry2010-01-101-10/+17
* Tweaked makefile to get rid of silly make flags. Added a udev rule in support...iperry2010-01-102-28/+42
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-084-9/+14
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-078-48/+311
* 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-2512-141/+82
* added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu2009-12-192-3/+28
* 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-1941-401/+1553
* 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-1914-8/+1148
* removed extraneous files, stm32lib examplesiperry2009-12-17583-171657/+0
* Initial commit of library code, moved from leaftest repoiperry2009-12-17710-0/+200978