| Commit message (Expand) | Author | Age | Files | Lines |
* | libmaple: Fix warnings in libmaple source files | Perry Hung | 2011-05-12 | 3 | -8/+6 |
* | Converting all files to UNIX newlines. | Marti Bolivar | 2011-05-10 | 13 | -3308/+3308 |
* | SerialUSB fixups. | Marti Bolivar | 2011-05-04 | 4 | -11/+9 |
* | Resolving some FIXMEs. | Marti Bolivar | 2011-04-11 | 2 | -23/+3 |
* | Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC! | Marti Bolivar | 2011-03-17 | 1 | -1/+1 |
* | Maple RET6 edition support | Marti Bolivar | 2011-03-16 | 1 | -5/+5 |
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 5 | -80/+39 |
* | Refactor linker scripts. Rename irq and exception handlers. | Perry Hung | 2011-02-27 | 2 | -2/+2 |
* | Cleaned out libmaple.h; this had wide-ranging implications. | Marti Bolivar | 2011-02-27 | 2 | -40/+109 |
* | Merge branch 'debug-serialusb' | Marti Bolivar | 2011-02-12 | 7 | -179/+180 |
|\ |
|
| * | readme and coding standard updates | Marti Bolivar | 2010-12-21 | 1 | -38/+46 |
| * | Merge branch 'master' into debug-serialusb. | Marti Bolivar | 2010-12-21 | 1 | -196/+194 |
| |\ |
|
| * | | added a usbBlockingSendByte(char ch) | AJM | 2010-12-14 | 2 | -5/+11 |
| * | | changed the serialusb to be simplest possible design | AJM | 2010-12-14 | 3 | -51/+20 |
| * | | enlarged rx buffer and nak when less than 64 bytes is left in packet buf | AJM | 2010-12-13 | 5 | -20/+22 |
| * | | candidate bugfix for serialusb receive bug | AJM | 2010-12-13 | 4 | -26/+43 |
* | | | Fixing usb.c countTx race; thanks, geoffreymbrown! | Marti Bolivar | 2011-02-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | Finished converting the Arduino docs | Marti Bolivar | 2010-11-29 | 1 | -234/+234 |
|/ |
|
* | more sphinx docs | Marti Bolivar | 2010-10-11 | 4 | -174/+198 |
* | docs | Marti Bolivar | 2010-10-11 | 1 | -74/+83 |
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -46/+70 |
* | Portability fixes | bnewbold | 2010-08-31 | 1 | -3/+0 |
* | Merge maple-native changes into portable | bnewbold | 2010-08-31 | 3 | -8/+1 |
|\ |
|
| * | inital portability work | bnewbold | 2010-08-25 | 3 | -8/+1 |
* | | Some refactoring | bnewbold | 2010-08-05 | 2 | -3/+4 |
|/ |
|
* | added isConnected() to serialusb | bnewbold | 2010-07-22 | 2 | -0/+10 |
* | working serialUSB with timeout | bnewbold | 2010-07-19 | 2 | -0/+7 |
* | new usb_serial | bnewbold | 2010-07-19 | 2 | -50/+56 |
* | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn... | AJM | 2010-06-11 | 2 | -6/+26 |
* | cosmetic change on usbsendbytes | AJM | 2010-06-10 | 1 | -1/+1 |
* | new reset scheme now works | AJM | 2010-06-09 | 1 | -1/+1 |
* | added a somewhat broken version of the reset magic number scheme. | AJM | 2010-06-09 | 4 | -76/+89 |
* | first approach at modding the reset scheme | AJM | 2010-06-09 | 3 | -31/+47 |
* | removed the callback for send functional descriptor. | AJM | 2010-06-09 | 3 | -5/+0 |
* | another fix for USB unheard print issue | bnewbold | 2010-06-07 | 1 | -18/+9 |
* | NEEDS REVIEW: fix for first usb write bug | bnewbold | 2010-06-04 | 1 | -3/+5 |
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 3 | -26/+31 |
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 1 | -2/+2 |
* | changed the id for the serial port to 1eaf:0004, to match up with the windows... | AJM | 2010-05-22 | 1 | -1/+1 |
* | minor mods to adjust the driver number and the vendor product id's (serial po... | AJM | 2010-05-21 | 1 | -2/+2 |
* | modified the makefile to build the usb related files/removed all uintx_t to u... | AJM | 2010-05-20 | 3 | -66/+63 |
* | moved the usb directory to its proper home in ./libmaple | AJM | 2010-05-20 | 23 | -0/+4993 |
* | removed usb files from the libmaple into the application level core lib. | AJM | 2010-05-20 | 1 | -37/+0 |
* | added the skeleton dir for the usb application lib, since were still dependen... | AJM | 2010-05-20 | 1 | -0/+37 |