aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm.c
AgeCommit message (Collapse)Author
2011-11-12lisa-m/usb_cdcacm: Coding-style/whitespace fixes.Uwe Hermann
2011-10-31Fixed an application side buffer issue where resending the data failed. Now ↵Piotr Esden-Tempski
the example will retry to send the mirror data untill it succeeds. Also decreased the buffer back to 64 as it needs to be changed in more then one place.
2011-10-31Increased cdcacm serial buffer to 128.Piotr Esden-Tempski
2011-10-31Added cdcacm (usb serial) example for lisa-m with a small basic ↵Piotr Esden-Tempski
stresstesting python script.