aboutsummaryrefslogtreecommitdiff
path: root/libmaple/usb/stm32f1/usb_cdcacm.c
AgeCommit message (Expand)Author
2013-01-18usb_cdcacm: Make USB lib globals weak symbols.Marti Bolivar
2013-01-17usb_cdcacm.c: Fixups for usb_cdcacm_tx().Marti Bolivar
2013-01-17Handle sending 0 byte packets.Manuel Odendahl
2013-01-17Move endpoint definitions to include files (they are now needed outside in us...Manuel Odendahl
2012-11-08usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.Manuel Odendahl
2012-08-04usb_cdcacm.c: Fix up descriptor definitions.Marti Bolivar
2012-08-04Move contents of usb_descriptors.h to <libmaple/usb.h>.Marti Bolivar
2012-08-04Prep usb_descriptors.h for removal.Marti Bolivar
2012-08-04usb_cdcacm: Remove unused/redundant variables.Marti Bolivar
2012-08-04usb_cdcacm: Expose line coding state.Marti Bolivar
2012-08-04usb_cdcacm: Set endpoint to NAK before checking byte count.Marti Bolivar
2012-08-04usb_cdcacm: various fixups.Marti Bolivar
2012-08-03usb_cdcacm: Improve write speed.Marti Bolivar
2012-08-03usb_cdcacm: CosmeticsMarti Bolivar
2012-08-03usb_cdcacm: minor fixups.Marti Bolivar
2012-08-01usb_cdcacm: Rename "notification" -> "management".Marti Bolivar
2012-07-31Move CDC ACM config. descriptor into usb_cdcacm.c.Marti Bolivar
2012-07-31Move bootloader reset signal detection to Wirish.Marti Bolivar
2012-07-31usb_cdcacm: Add usb_cdcacm_peek().Marti Bolivar
2012-07-31usb_cdacm: Use config instead of magic numbers.Marti Bolivar
2012-07-31usb_cdcacm: Add hook system.Marti Bolivar
2012-07-31usb_cdcacm: Expose some internal configuration and values.Marti Bolivar
2012-07-31usb_cdcacm.c: Add another verification TODO.Marti Bolivar
2012-07-31usb_cdcacm.c: Resolve TODO and improve comments.Marti Bolivar
2012-06-28Doxygen hacks and fixups.Marti Bolivar
2012-06-03Slightly improve and generify the USB infrastructure.Marti Bolivar