aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/lisa-m/usb_hid/usbhid.c
AgeCommit message (Collapse)Author
2011-10-12Rename F1 examples folder.Fergus Noble
2011-10-05Changed clock on lisa-m hid example to 72MHz and removed disconnect pin ↵Piotr Esden-Tempski
control as the stm32f105 has built in pullups.
2011-10-04Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get ↵Piotr Esden-Tempski
it to work...
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2010-12-31Some more file/path restructuring.Uwe Hermann
All #includes now explicitly use the "<libopencm3/stm32/rcc.h>" format. If you want to get rid of the "libopencm3" prefix in your local project you can add a respective -I entry in your Makefile (not recommended though). All .ld files and .a libs are installed in $(TOOLCHAIN_DIR)/lib directly (as before), but are now renamed to avoid potential conflicts now or in the future. Examples: libopencm3_lpc13xx.a libopencm3_lpc13xx.ld libopencm3_stm32.a libopencm3_stm32.ld
2010-12-30More renames for libopenstm32 -> libopencm3.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Move STM32 examples to examples/stm32 subdir.Uwe Hermann