aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
Commit message (Expand)AuthorAgeFilesLines
* 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
* first approach at modding the reset schemeAJM2010-06-093-31/+47
* removed the callback for send functional descriptor.AJM2010-06-093-5/+0
* another fix for USB unheard print issuebnewbold2010-06-071-18/+9
* NEEDS REVIEW: fix for first usb write bugbnewbold2010-06-041-3/+5
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-043-26/+31
* libcs3 refactor mergePerry Hung2010-05-281-3/+4
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-2/+2
* changed the id for the serial port to 1eaf:0004, to match up with the windows...AJM2010-05-221-1/+1
* minor mods to adjust the driver number and the vendor product id's (serial po...AJM2010-05-211-2/+2
* modified the makefile to build the usb related files/removed all uintx_t to u...AJM2010-05-203-66/+63