aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
Commit message (Expand)AuthorAgeFilesLines
* added notes/coding_standard.txt, more cleanupsMarti Bolivar2010-09-271-1/+1
* whitespace cleanupsMarti Bolivar2010-09-2731-892/+905
* Enable external interrupts on all Maple GPIOs.Perry Hung2010-09-224-177/+111
* Fix improper interrupt clearingPerry Hung2010-09-221-14/+4
* 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-174-87/+39
* Check different set of flags for SPI master transmitPerry Hung2010-09-141-7/+10
* Fix enable/disable global irqPerry Hung2010-09-141-2/+2
* bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar2010-09-131-7/+3
* systick testing and simplificationbnewbold2010-09-052-0/+8
* timer fixes for maple nativebnewbold2010-09-052-2/+18
* debug verbosity levelsbnewbold2010-09-053-10/+31
* timer refactor (c, not c++)bnewbold2010-09-052-371/+187
* added 'unused' attribs and reset default targetbnewbold2010-09-021-3/+4
* Various fixes, working with Maplebnewbold2010-09-0126-139/+742
|\
| * Portability fixesbnewbold2010-08-315-27/+23
| * Merge maple-native changes into portablebnewbold2010-08-3128-559/+704
| |\
| | * Further wirish portability progressbnewbold2010-08-314-10/+55
| | * Partial progress on wirish portabilitybnewbold2010-08-311-3/+6
| | * MCU-specific, not BOARD-specificbnewbold2010-08-312-91/+49
| | * inital portability workbnewbold2010-08-2521-115/+311
| * | FSMC tweaksbnewbold2010-08-071-0/+3
| * | basic working dac implementationbnewbold2010-08-074-0/+179
| * | Partially working!bnewbold2010-08-052-11/+15
| * | partial progress on FSMC for SRAMbnewbold2010-08-059-14/+246
| * | Some refactoringbnewbold2010-08-056-144/+183
* | | added support to enable/disable systick in wirishMarti Bolivar2010-08-312-0/+7
| |/ |/|
* | Switch spi to use new rcc interfacePerry Hung2010-08-043-2/+6
* | Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-047-61/+42
* | Turn off MAPLE_DEBUG by default.Perry Hung2010-08-041-1/+1
* | New usart implementation:Perry Hung2010-08-045-252/+186
* | New reset and clock control apiPerry Hung2010-08-046-199/+259
* | Basic flash peripheral management api for board bringupPerry Hung2010-08-043-28/+46
|/
* rename clock selection registerbnewbold2010-07-242-4/+4
* added isConnected() to serialusbbnewbold2010-07-222-0/+10
* sigh, simple typobnewbold2010-07-201-1/+1
* bug fix with interrupts not getting clearedbnewbold2010-07-202-5/+55
* timers progressbnewbold2010-07-201-12/+45
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-203-34/+404
* working serialUSB with timeoutbnewbold2010-07-192-0/+7
* new usb_serialbnewbold2010-07-192-50/+56
* added Serial.flush()bnewbold2010-07-192-0/+24
* nvic_disable_interruptbnewbold2010-07-182-0/+17
* make: Modularize makefiles, add dependency tracking, build-type trackingPerry Hung2010-06-251-0/+50
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-112-6/+26
* cosmetic change on usbsendbytesAJM2010-06-101-1/+1
* new reset scheme now worksAJM2010-06-091-1/+1
* added a somewhat broken version of the reset magic number scheme.AJM2010-06-094-76/+89