Added cdcacm (usb serial) example for lisa-m with a small basic stresstesting python script.

This commit is contained in:
Piotr Esden-Tempski
2011-10-30 18:40:26 -07:00
parent e0fe43357d
commit 30d1aa957e
5 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This example implements a USB CDC-ACM device (aka Virtual Serial Port)
to demonstrate the use of the USB device stack.