aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nzmichaelh's pull request mods compile and upload.Marti Bolivar2010-12-2811-19/+256
* Wait until the transmit buffer is empty before send to save timeMichael Hope2010-10-201-3/+3
* Added DMA1 and DMA2 to the RCCMichael Hope2010-10-202-0/+4
* Added basic DMA supportMichael Hope2010-10-202-0/+175
* Added independent watchdog supportMichael Hope2010-10-142-0/+107
* Reduced the use of volatiles to speed up rb_insert() and rb_remove().Michael Hope2010-10-101-15/+15
* Changed the ring_buffer indexes to uint16 to cut memory usage and increase ca...Michael Hope2010-10-101-5/+5
* Mark head and tail as volatile as a ring buffer works accross threads/interru...Michael Hope2010-10-101-3/+17
* Make rcc.h C++ safeMichael Hope2010-10-101-0/+7
* Change the systick handler to the CMSIS compliant SysTick_HandlerMichael Hope2010-10-101-1/+1
* Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ...Michael Hope2010-10-103-8/+8
* Merge remote branch 'upstream/master'Michael Hope2010-09-2967-1831/+2063
|\
| * Fix HardwareSPI to pass SPI modes for CPOL and CPHAPerry Hung2010-09-281-1/+1
| * added notes/coding_standard.txt, more cleanupsMarti Bolivar2010-09-273-1/+171
| * cleanupsMarti Bolivar2010-09-274-100/+100
| * whitespace cleanupsMarti Bolivar2010-09-2732-900/+914
| * wirish reformatted and code-styledMarti Bolivar2010-09-2623-567/+685
| * Enable external interrupts on all Maple GPIOs.Perry Hung2010-09-227-264/+173
| * Fix improper interrupt clearingPerry Hung2010-09-221-14/+4
| * Add PWM_OPEN_DRAIN option to pinMode()Perry Hung2010-09-212-1/+5
| * minor bugfix to BIT definitionMarti Bolivar2010-09-211-2/+2
| * Add MIT license on exc.SPerry Hung2010-09-171-1/+24
| * Forgot to add exc.SPerry Hung2010-09-171-0/+38
| * Enable USB auto-reset in a hard fault.Perry Hung2010-09-176-93/+49
| * Improve reset reliability on OS X.Perry Hung2010-09-171-0/+7
| * Fix maple linker memory map for jtag targetPerry Hung2010-09-161-2/+2
| * Check different set of flags for SPI master transmitPerry Hung2010-09-141-7/+10
| * Fix enable/disable global irqPerry Hung2010-09-141-2/+2
* | Fixed up the build due to a missing header file.Michael Hope2010-09-292-8/+9
* | Added automake scripts that can be used to build the libraries instead of cus...Michael Hope2010-09-292-0/+123
* | Added support for programming ELF files without converting first.Michael Hope2010-09-291-3/+34
* | Do basic validation on the boot version and chip IDs.Michael Hope2010-09-291-1/+11
* | Make the initial chip detection much more robust.Michael Hope2010-09-291-7/+21
* | Changed the exception handling so that Ctrl-C passes through and isn't treate...Michael Hope2010-09-291-15/+16
* | Added auto detection of the USB to serial port under Linux and MacOS.Michael Hope2010-09-291-2/+17
|/
* exposed build-targets.mkMarti Bolivar2010-09-132-1/+1
* bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar2010-09-134-14/+13
* systick testing and simplificationbnewbold2010-09-057-85/+68
* timer fixes for maple nativebnewbold2010-09-052-2/+18
* improved timer test programbnewbold2010-09-051-0/+6
* debug verbosity levelsbnewbold2010-09-053-10/+31
* timer refactor (c, not c++)bnewbold2010-09-057-429/+206
* fixed Serial crash bugbnewbold2010-09-051-1/+5
* Off-by-one in timer setPeriod() functionbnewbold2010-09-021-2/+2
* changes to copy-to-ide for portable branchbnewbold2010-09-021-5/+4
* added 'unused' attribs and reset default targetbnewbold2010-09-023-7/+9
* board-specifc linker scriptsbnewbold2010-09-027-16/+621
* Various fixes, working with Maplebnewbold2010-09-0152-326/+1462
|\
| * Portability fixesbnewbold2010-08-3112-35/+48
| * Merge maple-native changes into portablebnewbold2010-08-3154-938/+1703
| |\