| Commit message (Expand) | Author | Age | Files | Lines |
* | Toolchain improvements | Marti Bolivar | 2010-08-29 | 1 | -9/+14 |
* | makefile: fix install target | Perry Hung | 2010-07-08 | 1 | -22/+24 |
* | Fix ram, flash, jtag targets | Perry Hung | 2010-07-08 | 1 | -16/+16 |
* | added helper targets, more verbose, codeblocks fix | bnewbold | 2010-07-07 | 1 | -1/+13 |
* | make: Modularize makefiles, add dependency tracking, build-type tracking | Perry Hung | 2010-06-25 | 1 | -208/+95 |
* | info cleanup | bnewbold | 2010-06-18 | 1 | -5/+2 |
* | exuberant ctags target | bnewbold | 2010-06-09 | 1 | -0/+4 |
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 1 | -1/+1 |
* | Moved reset script to support directory | Perry Hung | 2010-05-28 | 1 | -2/+2 |
* | libcs3 refactor merge | Perry Hung | 2010-05-28 | 1 | -35/+32 |
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 1 | -0/+1 |
* | cleaned up commit process | bnewbold | 2010-05-26 | 1 | -2/+2 |
* | minor mods to adjust the driver number and the vendor product id's (serial po... | AJM | 2010-05-21 | 1 | -1/+1 |
* | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris... | AJM | 2010-05-21 | 1 | -2/+7 |
* | removed another depricated reference to old usb shit | AJM | 2010-05-20 | 1 | -3/+1 |
* | Adjusted the makefile and example main | AJM | 2010-05-20 | 1 | -1/+1 |
* | modified the makefile to build the usb related files/removed all uintx_t to u... | AJM | 2010-05-20 | 1 | -16/+14 |
* | added a delay to the resrt slide to allow enough time for graceul closures of... | AJM | 2010-05-20 | 1 | -0/+2 |
* | c++ ified all of the usb_core files, added the auto-reset feature to the virt... | AJM | 2010-05-20 | 1 | -3/+15 |
* | removed usb files from the libmaple into the application level core lib. | AJM | 2010-05-20 | 1 | -0/+4 |
* | trivial: new cscope rule and warning fix | Perry Hung | 2010-04-30 | 1 | -1/+1 |
* | Fixed examples, added spi example, moved pure virtual function handler | Perry Hung | 2010-04-29 | 1 | -2/+3 |
* | Refactoring: | Perry Hung | 2010-04-25 | 1 | -31/+31 |
* | Initial SPI implementation. | Perry Hung | 2010-04-24 | 1 | -0/+2 |
* | Makefile fix: removed extra line from outdirs | Perry Hung | 2010-04-01 | 1 | -1/+0 |
* | Cleanup: trivial rename for exception handlers, removed unnecessary | Perry Hung | 2010-04-01 | 1 | -1/+1 |
* | Merge branch 'master' of git@github.com:leaflabs/libmaple | Perry Hung | 2010-03-30 | 1 | -1/+1 |
|\ |
|
| * | Major hierarchy reorganization; see README. | bnewbold | 2010-03-30 | 1 | -47/+45 |
* | | Removed remaining STM32 types and #defines. | Perry Hung | 2010-03-30 | 1 | -5/+1 |
* | | Removed STM32 flash code, replaced with barebones hacks for now. | Perry Hung | 2010-03-30 | 1 | -26/+23 |
* | | Merge branch 'master' into rcc-dev | Perry Hung | 2010-03-30 | 1 | -48/+46 |
|\ \ |
|
| * | | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 1 | -47/+45 |
| |/ |
|
* / | Started removing STM32 STD RCC code. Compiles but doesn't run yet. | Perry Hung | 2010-03-25 | 1 | -2/+2 |
|/ |
|
* | building instructions and added OS forking to Makefile | bnewbold | 2010-03-16 | 1 | -2/+9 |
* | modded the library makefile to work with patched dfu-util, also added the USE... | ajmeyer@mit.edu | 2010-02-12 | 1 | -2/+5 |
* | forgot to turn on the interrupt for usar3 | iperry | 2010-01-10 | 1 | -1/+1 |
* | enabled serial3 | iperry | 2010-01-10 | 1 | -7/+4 |
* | typo | iperry | 2010-01-10 | 1 | -1/+1 |
* | git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@107 749a229e-a6... | iperry | 2010-01-10 | 1 | -2/+4 |
* | moved jtag target and fixed flash target | iperry | 2010-01-10 | 1 | -10/+17 |
* | Tweaked makefile to get rid of silly make flags. Added a udev rule in support... | iperry | 2010-01-10 | 1 | -20/+37 |
* | changed math.h to wiring_math.h to avoid collision with newlib's math library | iperry | 2010-01-08 | 1 | -1/+1 |
* | Added a print class for USB, works identically to the Serial object. Bugs out... | ajmeyer@mit.edu | 2010-01-07 | 1 | -1/+2 |
* | added demo code on main.cpp to build a simple two way channel over the virtua... | ajmeyer@mit.edu | 2009-12-19 | 1 | -0/+5 |
* | Added licensing. Moved lots of header files around. Added HardwareSerial read... | iperry | 2009-12-19 | 1 | -3/+4 |
* | added USB support (TX over virtual com port), the linker modifications to wor... | ajmeyer@mit.edu | 2009-12-19 | 1 | -3/+6 |
* | Initial commit of library code, moved from leaftest repo | iperry | 2009-12-17 | 1 | -0/+169 |