aboutsummaryrefslogtreecommitdiff
path: root/libmaple/usb
AgeCommit message (Expand)Author
2011-10-21usb.h: Mark API unstable.Marti Bolivar
2011-10-18Oops; actually remove usb_config.h.Marti Bolivar
2011-10-18usb_cdcacm.c: CleanupsMarti Bolivar
2011-10-18usb.h, usb.c: CleanupsMarti Bolivar
2011-10-18Remove usb_int.h, usb_int.h, usb_int.c.Marti Bolivar
2011-10-18usb: Clean up some globals with new struct usblib_dev.Marti Bolivar
2011-10-18Remove usb_config.h.Marti Bolivar
2011-10-18usb: Disentangle CDC ACM functionality.Marti Bolivar
2011-10-18usb.c: Use usb_reg_map.h; replace most of CTR_LP().Marti Bolivar
2011-10-18usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar
2011-10-18usb: Prepare for moving some files to usb_reg_map.h.Marti Bolivar
2011-10-18Add usb_reg_map.h and usb_reg_map.c.Marti Bolivar
2011-10-18usb: Update README file.Marti Bolivar
2011-10-18Remove usb_hardware.c and usb_hardware.h.Marti Bolivar
2011-10-18usb: Replace duplicated code with nvic.h API.Marti Bolivar
2011-10-18usb: Cleanups and renames.Marti Bolivar
2011-10-18usb: Move some board-specific configuration to Wirish.Marti Bolivar
2011-09-27Add support for the Olimex STM32 H103 board.David Kiliani
2011-09-18Missed one hard-coded structure size.RJ Ryan
2011-09-18Fix memory alignment of USB descriptor structures.RJ Ryan
2011-07-01fixed a bug in usbreceivebytesAndrew J Meyer
2011-05-12libmaple: Fix warnings in libmaple source filesPerry Hung
2011-05-10Converting all files to UNIX newlines.Marti Bolivar
2011-05-04SerialUSB fixups.Marti Bolivar
2011-04-11Resolving some FIXMEs.Marti Bolivar
2011-03-17Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC!Marti Bolivar
2011-03-16Maple RET6 edition supportMarti Bolivar
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2011-02-27Refactor linker scripts. Rename irq and exception handlers.Perry Hung
2011-02-27Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar
2011-02-12Merge branch 'debug-serialusb'Marti Bolivar
2011-02-09Fixing usb.c countTx race; thanks, geoffreymbrown!Marti Bolivar
2010-12-21readme and coding standard updatesMarti Bolivar
2010-12-21Merge branch 'master' into debug-serialusb.Marti Bolivar
2010-12-14added a usbBlockingSendByte(char ch)AJM
2010-12-14changed the serialusb to be simplest possible designAJM
2010-12-13enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM
2010-12-13candidate bugfix for serialusb receive bugAJM
2010-11-29Finished converting the Arduino docsMarti Bolivar
2010-10-11more sphinx docsMarti Bolivar
2010-10-11docsMarti Bolivar
2010-09-27whitespace cleanupsMarti Bolivar
2010-08-31Portability fixesbnewbold
2010-08-31Merge maple-native changes into portablebnewbold
2010-08-25inital portability workbnewbold
2010-08-05Some refactoringbnewbold
2010-07-22added isConnected() to serialusbbnewbold
2010-07-19working serialUSB with timeoutbnewbold
2010-07-19new usb_serialbnewbold
2010-06-11added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM