stm32f3: cdcacm example added and tested.

This commit is contained in:
Federico Ruiz Ugalde
2013-06-30 22:15:42 -06:00
committed by Piotr Esden-Tempski
parent d0d2730db8
commit 87db268c8e
3 changed files with 297 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.