Files
libopencm3-examples/examples/stm32/f1/stm32-h107/usb_simple
Karl Palsson 393fe8e449 stm32: usb: register control handlers in config callback
As found in 6f2b39c1be6a8b9531264d92138dc2629d51cfa0, you can't just register a
control callback by itself, you can only register them in the set config
callback, (or, at least, _after_ set config has been done.

This has been compile tested only for the extra examples that were found to
have this failing pattern.
2015-08-23 15:02:34 +00:00
..
2013-04-19 17:19:32 -07:00
2013-04-19 17:19:32 -07:00

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. The usbtest.py script in this directory maybe used to control the LED.