| Commit message (Expand) | Author | Age | Files | Lines |
* | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 102 | -29019/+0 |
* | Removed main.cpp and updated example_main.cpp and added a blinky | Perry Hung | 2010-03-23 | 4 | -136/+112 |
* | Unified analog, digital, and timer pin mappings to implement the mapping | Perry Hung | 2010-03-23 | 6 | -125/+85 |
* | Added open-drain output and analog-input modes | Perry Hung | 2010-03-22 | 2 | -16/+7 |
* | 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 | 3 | -9/+8 |
|/ |
|
* | 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 |
* | modded the library makefile to work with patched dfu-util, also added the USE... | ajmeyer@mit.edu | 2010-02-12 | 3 | -14/+14 |
* | Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR... | iperry | 2010-01-17 | 4 | -32/+32 |
* | added serial1 support | iperry | 2010-01-13 | 2 | -0/+9 |
* | forgot to turn on the interrupt for usar3 | iperry | 2010-01-10 | 2 | -10/+16 |
* | enabled serial3 | iperry | 2010-01-10 | 2 | -6/+24 |
* | Tweaked makefile to get rid of silly make flags. Added a udev rule in support... | iperry | 2010-01-10 | 1 | -8/+5 |
* | changed math.h to wiring_math.h to avoid collision with newlib's math library | iperry | 2010-01-08 | 3 | -8/+13 |
* | Added a print class for USB, works identically to the Serial object. Bugs out... | ajmeyer@mit.edu | 2010-01-07 | 7 | -47/+309 |
* | added a simpler main.cpp and moved the complicated stuff into a separate file | ajmeyer@mit.edu | 2009-12-27 | 2 | -46/+81 |
* | Fixed delayMicroseconds, changed serial interface, added an (untested) runtim... | iperry | 2009-12-25 | 11 | -128/+81 |
* | added demo code on main.cpp to build a simple two way channel over the virtua... | ajmeyer@mit.edu | 2009-12-19 | 1 | -3/+23 |
* | added a usb.h and usb.c to cover some of the low level access functions that ... | ajmeyer@mit.edu | 2009-12-19 | 4 | -8/+40 |
* | Added licensing. Moved lots of header files around. Added HardwareSerial read... | iperry | 2009-12-19 | 40 | -398/+1549 |
* | fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional | ajmeyer@mit.edu | 2009-12-19 | 4 | -16/+18 |
* | added USB support (TX over virtual com port), the linker modifications to wor... | ajmeyer@mit.edu | 2009-12-19 | 7 | -1/+693 |
* | removed extraneous files, stm32lib examples | iperry | 2009-12-17 | 583 | -171657/+0 |
* | Initial commit of library code, moved from leaftest repo | iperry | 2009-12-17 | 672 | -0/+198540 |