Added simple USB example for STM32F107.

This commit is contained in:
Gareth McMullin
2011-03-15 07:12:46 +13:00
parent bf0d1a7b41
commit 67e3452855
4 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This is small USB controlled LED blinking example program using libopencm3.
It's intended for the ST STM32-based Olimex STM32-H107 eval board (see
http://olimex.com/dev/stm32-h107.html for details). The usbtest.py
script in this directory maybe used to control the LED.