index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmaple
/
usb
/
stm32f1
/
usb_cdcacm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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_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
1
-1
/
+0
*
Prep usb_descriptors.h for removal.
Marti Bolivar
2012-08-04
1
-22
/
+22
*
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
*
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
1
-2
/
+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
1
-1
/
+1
*
Slightly improve and generify the USB infrastructure.
Marti Bolivar
2012-06-03
1
-0
/
+762