| Commit message (Expand) | Author | Age | Files | Lines |
* | libmaple/usb/stm32f1/usb.c: cosmetics. | Marti Bolivar | 2013-04-30 | 1 | -99/+99 |
* | libmaple/usb/stm32f1/usb.c: fix build error. | Marti Bolivar | 2013-04-29 | 1 | -1/+1 |
* | Merge remote-tracking branch 'wesen/bug/usb-resume' | Marti Bolivar | 2013-04-26 | 1 | -7/+13 |
|\ |
|
| * | Preserve previous usb state when suspending / restore on resume | Manuel Odendahl | 2013-04-26 | 1 | -7/+13 |
* | | usb_cdcacm: Reset transmitting flag in usbReset(). | Marti Bolivar | 2013-04-15 | 1 | -0/+1 |
* | | usb_cdcacm: Make USB lib globals weak symbols. | Marti Bolivar | 2013-01-18 | 1 | -3/+6 |
* | | Merge branch 'bug/usb-full-ep' | Marti Bolivar | 2013-01-18 | 1 | -31/+16 |
|\ \ |
|
| * | | usb_cdcacm.c: Fixups for usb_cdcacm_tx(). | Marti Bolivar | 2013-01-17 | 1 | -11/+8 |
| * | | Handle sending 0 byte packets. | Manuel Odendahl | 2013-01-17 | 1 | -6/+15 |
| * | | Move endpoint definitions to include files (they are now needed outside in us... | Manuel Odendahl | 2013-01-17 | 1 | -21/+0 |
| |/ |
|
* | | usb_reg_map.c: Fix incorrect function name call. | Marti Bolivar | 2013-01-17 | 1 | -1/+1 |
* | | usb_reg_map.h: Fix incorrect register bit definitions. | Marti Bolivar | 2013-01-17 | 1 | -5/+5 |
* | | Rename misleading ptr function | Manuel Odendahl | 2013-01-17 | 1 | -1/+1 |
* | | Refactor setting a USB EP rx count | Manuel Odendahl | 2013-01-17 | 1 | -18/+7 |
* | | Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUF | Manuel Odendahl | 2013-01-17 | 1 | -5/+5 |
* | | Add double buffering routines | Manuel Odendahl | 2013-01-17 | 2 | -24/+226 |
|/ |
|
* | usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received. | Manuel Odendahl | 2012-11-08 | 1 | -0/+7 |
* | usb_cdcacm.c: Fix up descriptor definitions. | Marti Bolivar | 2012-08-04 | 1 | -39/+25 |
* | Move contents of usb_descriptors.h to <libmaple/usb.h>. | Marti Bolivar | 2012-08-04 | 2 | -138/+0 |
* | Prep usb_descriptors.h for removal. | Marti Bolivar | 2012-08-04 | 2 | -63/+65 |
* | usb_cdcacm: Remove unused/redundant variables. | Marti Bolivar | 2012-08-04 | 1 | -11/+3 |
* | usb_cdcacm: Expose line coding state. | Marti Bolivar | 2012-08-04 | 1 | -22/+28 |
* | usb_cdcacm: Set endpoint to NAK before checking byte count. | Marti Bolivar | 2012-08-04 | 1 | -4/+4 |
* | Add FIXME for usb_get_ep_tx_count(). | Marti Bolivar | 2012-08-04 | 1 | -1/+3 |
* | usb_cdcacm: various fixups. | Marti Bolivar | 2012-08-04 | 1 | -39/+60 |
* | usb_cdcacm: Improve write speed. | Marti Bolivar | 2012-08-03 | 1 | -4/+3 |
* | usb_cdcacm: Cosmetics | Marti Bolivar | 2012-08-03 | 1 | -1/+1 |
* | usb_cdcacm: minor fixups. | Marti Bolivar | 2012-08-03 | 1 | -17/+41 |
* | usb_cdcacm: Rename "notification" -> "management". | Marti Bolivar | 2012-08-01 | 1 | -7/+7 |
* | Move CDC ACM config. descriptor into usb_cdcacm.c. | Marti Bolivar | 2012-07-31 | 2 | -15/+15 |
* | Move bootloader reset signal detection to Wirish. | Marti Bolivar | 2012-07-31 | 1 | -126/+24 |
* | usb_cdcacm: Add usb_cdcacm_peek(). | Marti Bolivar | 2012-07-31 | 1 | -27/+38 |
* | usb_cdacm: Use config instead of magic numbers. | Marti Bolivar | 2012-07-31 | 1 | -2/+2 |
* | usb_cdcacm: Add hook system. | Marti Bolivar | 2012-07-31 | 1 | -0/+31 |
* | usb_cdcacm: Expose some internal configuration and values. | Marti Bolivar | 2012-07-31 | 1 | -84/+51 |
* | usb_cdcacm.c: Add another verification TODO. | Marti Bolivar | 2012-07-31 | 1 | -0/+2 |
* | usb_cdcacm.c: Resolve TODO and improve comments. | Marti Bolivar | 2012-07-31 | 1 | -5/+7 |
* | Doxygen hacks and fixups. | Marti Bolivar | 2012-06-28 | 2 | -2/+2 |
* | Slightly improve and generify the USB infrastructure. | Marti Bolivar | 2012-06-03 | 6 | -0/+1858 |