aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb
Commit message (Expand)AuthorAgeFilesLines
...
* usb.h: Mark API unstable.Marti Bolivar2011-10-211-0/+4
* Oops; actually remove usb_config.h.Marti Bolivar2011-10-181-45/+0
* usb_cdcacm.c: CleanupsMarti Bolivar2011-10-181-200/+202
* usb.h, usb.c: CleanupsMarti Bolivar2011-10-182-22/+18
* Remove usb_int.h, usb_int.h, usb_int.c.Marti Bolivar2011-10-183-234/+0
* usb: Clean up some globals with new struct usblib_dev.Marti Bolivar2011-10-184-79/+94
* Remove usb_config.h.Marti Bolivar2011-10-183-17/+28
* usb: Disentangle CDC ACM functionality.Marti Bolivar2011-10-1812-882/+880
* usb.c: Use usb_reg_map.h; replace most of CTR_LP().Marti Bolivar2011-10-181-90/+244
* usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar2011-10-183-31/+15
* usb: Prepare for moving some files to usb_reg_map.h.Marti Bolivar2011-10-184-21/+39
* Add usb_reg_map.h and usb_reg_map.c.Marti Bolivar2011-10-182-0/+512
* usb: Update README file.Marti Bolivar2011-10-181-20/+1
* Remove usb_hardware.c and usb_hardware.h.Marti Bolivar2011-10-184-220/+6
* usb: Replace duplicated code with nvic.h API.Marti Bolivar2011-10-185-58/+19
* usb: Cleanups and renames.Marti Bolivar2011-10-182-21/+4
* usb: Move some board-specific configuration to Wirish.Marti Bolivar2011-10-183-39/+18
* Add support for the Olimex STM32 H103 board.David Kiliani2011-09-271-0/+6
* Missed one hard-coded structure size.RJ Ryan2011-09-181-1/+1
* Fix memory alignment of USB descriptor structures.RJ Ryan2011-09-182-155/+88
* fixed a bug in usbreceivebytesAndrew J Meyer2011-07-011-1/+5
* libmaple: Fix warnings in libmaple source filesPerry Hung2011-05-123-8/+6
* Converting all files to UNIX newlines.Marti Bolivar2011-05-1013-3308/+3308
* SerialUSB fixups.Marti Bolivar2011-05-044-11/+9
* Resolving some FIXMEs.Marti Bolivar2011-04-112-23/+3
* Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC!Marti Bolivar2011-03-171-1/+1
* Maple RET6 edition supportMarti Bolivar2011-03-161-5/+5
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-115-80/+39
* Refactor linker scripts. Rename irq and exception handlers.Perry Hung2011-02-272-2/+2
* Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar2011-02-272-40/+109
* Merge branch 'debug-serialusb'Marti Bolivar2011-02-127-179/+180
|\
| * readme and coding standard updatesMarti Bolivar2010-12-211-38/+46
| * Merge branch 'master' into debug-serialusb.Marti Bolivar2010-12-211-196/+194
| |\
| * | added a usbBlockingSendByte(char ch)AJM2010-12-142-5/+11
| * | changed the serialusb to be simplest possible designAJM2010-12-143-51/+20
| * | enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM2010-12-135-20/+22
| * | candidate bugfix for serialusb receive bugAJM2010-12-134-26/+43
* | | Fixing usb.c countTx race; thanks, geoffreymbrown!Marti Bolivar2011-02-091-1/+1
| |/ |/|
* | Finished converting the Arduino docsMarti Bolivar2010-11-291-234/+234
|/
* more sphinx docsMarti Bolivar2010-10-114-174/+198
* docsMarti Bolivar2010-10-111-74/+83
* whitespace cleanupsMarti Bolivar2010-09-271-46/+70
* Portability fixesbnewbold2010-08-311-3/+0
* Merge maple-native changes into portablebnewbold2010-08-313-8/+1
|\
| * inital portability workbnewbold2010-08-253-8/+1
* | Some refactoringbnewbold2010-08-052-3/+4
|/
* added isConnected() to serialusbbnewbold2010-07-222-0/+10
* working serialUSB with timeoutbnewbold2010-07-192-0/+7
* new usb_serialbnewbold2010-07-192-50/+56
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-112-6/+26