| Commit message (Expand) | Author | Age | Files | Lines |
* | cscope: Find .S instead of .s files | Perry Hung | 2011-03-02 | 1 | -1/+1 |
* | Cleaned out libmaple.h; this had wide-ranging implications. | Marti Bolivar | 2011-02-27 | 1 | -7/+30 |
* | Increase debug symbol output for gdb. | Perry Hung | 2011-02-27 | 1 | -1/+1 |
* | adding missing libraries from maple-ide repo | Marti Bolivar | 2010-12-27 | 1 | -0/+3 |
* | Servo library tested and debugged. | Marti Bolivar | 2010-12-08 | 1 | -0/+1 |
* | maple mini runs blinky now. | Marti Bolivar | 2010-10-22 | 1 | -0/+4 |
* | Enable USB auto-reset in a hard fault. | Perry Hung | 2010-09-17 | 1 | -4/+5 |
* | exposed build-targets.mk | Marti Bolivar | 2010-09-13 | 1 | -1/+1 |
* | added 'unused' attribs and reset default target | bnewbold | 2010-09-02 | 1 | -1/+1 |
* | board-specifc linker scripts | bnewbold | 2010-09-02 | 1 | -4/+4 |
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 1 | -16/+28 |
|\ |
|
| * | Portability fixes | bnewbold | 2010-08-31 | 1 | -1/+1 |
| * | Further wirish portability progress | bnewbold | 2010-08-31 | 1 | -1/+2 |
| * | MCU-specific, not BOARD-specific | bnewbold | 2010-08-31 | 1 | -6/+16 |
| * | inital portability work | bnewbold | 2010-08-25 | 1 | -2/+3 |
| * | MEMORY_TARGET not MAPLE_TARGET | bnewbold | 2010-08-25 | 1 | -10/+10 |
* | | 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 |