| Commit message (Expand) | Author | Age | Files | Lines |
* | FreeRTOS: Added FreeRTOS 7.0.1, including hook in libmaple/systick.c and exam... | Nis Sarup | 2011-06-21 | 1 | -0/+3 |
* | Remove reST documentation, attendant updates. | Marti Bolivar | 2011-06-11 | 1 | -0/+3 |
* | Adding $(SRCROOT)/ in front of build-targets.mk to allow building in any dire... | Victor G Estevez | 2011-06-02 | 1 | -1/+1 |
* | openocd: Detect openocd version | Perry Hung | 2011-05-26 | 1 | -2/+2 |
* | NVIC and SCB refactor | Marti Bolivar | 2011-04-05 | 1 | -28/+21 |
* | Redid Servo in terms of new timer.h. | Marti Bolivar | 2011-04-01 | 1 | -1/+1 |
* | Initial timer refactor. | Marti Bolivar | 2011-03-24 | 1 | -1/+1 |
* | Maple RET6 edition support | Marti Bolivar | 2011-03-16 | 1 | -0/+7 |
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 1 | -4/+4 |
* | 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 |