aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* exuberant ctags targetbnewbold2010-06-091-0/+4
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-1/+1
* Moved reset script to support directoryPerry Hung2010-05-281-2/+2
* libcs3 refactor mergePerry Hung2010-05-281-35/+32
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-0/+1
* cleaned up commit processbnewbold2010-05-261-2/+2
* minor mods to adjust the driver number and the vendor product id's (serial po...AJM2010-05-211-1/+1
* Finalized the libmaple changes required by newboot. Added setupUSB() to wiris...AJM2010-05-211-2/+7
* removed another depricated reference to old usb shitAJM2010-05-201-3/+1
* Adjusted the makefile and example mainAJM2010-05-201-1/+1
* modified the makefile to build the usb related files/removed all uintx_t to u...AJM2010-05-201-16/+14
* added a delay to the resrt slide to allow enough time for graceul closures of...AJM2010-05-201-0/+2
* c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM2010-05-201-3/+15
* removed usb files from the libmaple into the application level core lib.AJM2010-05-201-0/+4
* trivial: new cscope rule and warning fixPerry Hung2010-04-301-1/+1
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-2/+3
* Refactoring:Perry Hung2010-04-251-31/+31
* Initial SPI implementation.Perry Hung2010-04-241-0/+2
* Makefile fix: removed extra line from outdirsPerry Hung2010-04-011-1/+0
* Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung2010-04-011-1/+1
* Merge branch 'master' of git@github.com:leaflabs/libmaplePerry Hung2010-03-301-1/+1
|\
| * Major hierarchy reorganization; see README.bnewbold2010-03-301-47/+45
* | Removed remaining STM32 types and #defines.Perry Hung2010-03-301-5/+1
* | Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-301-26/+23
* | Merge branch 'master' into rcc-devPerry Hung2010-03-301-48/+46
|\ \
| * | Major hierarchy reorganization; see README.bnewbold2010-03-311-47/+45
| |/
* / Started removing STM32 STD RCC code. Compiles but doesn't run yet.Perry Hung2010-03-251-2/+2
|/
* building instructions and added OS forking to Makefilebnewbold2010-03-161-2/+9
* modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu2010-02-121-2/+5
* forgot to turn on the interrupt for usar3iperry2010-01-101-1/+1
* enabled serial3iperry2010-01-101-7/+4
* 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-101-20/+37
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-081-1/+1
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-071-1/+2
* added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu2009-12-191-0/+5
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-191-3/+4
* added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu2009-12-191-3/+6
* Initial commit of library code, moved from leaftest repoiperry2009-12-171-0/+169