Piotr Esden-Tempski
ca48da8dd4
Changed the lisa/m dfu example to run on stm32f105.
2011-10-29 04:18:22 -07:00
Piotr Esden-Tempski
f9a28a3d5e
Changed clock on lisa-m hid example to 72MHz and removed disconnect pin control as the stm32f105 has built in pullups.
2011-10-05 13:55:17 -07:00
Piotr Esden-Tempski
9e4522ad21
Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it to work...
2011-10-04 23:53:16 -07:00
Uwe Bonnes
32c276a708
Move enabling the USB Clock into stm32f10x_usbd_init
2011-07-13 10:04:03 +02:00
Uwe Hermann
089bb73018
Merge remote-tracking branch 'gsmcmullin/master'.
2011-04-28 19:42:35 +02:00
Gareth McMullin
95286a22f0
More build improvements and fixed broken examples.
2011-03-13 14:50:53 +13:00
Piotr Esden-Tempski
7073637430
Added 12MHz external clock rcc setup routine.
2011-03-09 14:06:58 -08:00
Piotr Esden-Tempski
7d3608f746
Added fanciblink for Lisa/M.
2011-02-14 19:59:24 -08:00
Uwe Hermann
447c333cec
Minor cosmetics, whitespace.
2011-02-09 01:06:43 +01:00
Gareth McMullin
aac65d8560
Abstracted USB driver interface to to allow driver selection.
2011-01-30 17:04:56 +13:00
Uwe Hermann
8f251e8a9d
Some more file/path restructuring.
...
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-31 18:18:39 +01:00
Uwe Hermann
bc9d45556a
Cosmetics: Fix build output paths.
2010-12-30 14:18:04 +01:00
Uwe Hermann
a97dd10a95
More libopenstm32 renames.
2010-12-30 13:22:56 +01:00
Uwe Hermann
18790a2454
More renames for libopenstm32 -> libopencm3.
2010-12-30 13:19:25 +01:00
Uwe Hermann
48b514d3ef
s/libopenstm32/libopencm3/ is some Makefiles.
2010-12-30 03:45:00 +01:00
Uwe Hermann
8e5acecc6e
More path and name changes.
2010-12-30 02:57:44 +01:00
Uwe Hermann
be2ac142d9
Rename include/libopenstm32 to include/stm32.
2010-12-30 02:23:51 +01:00
Uwe Hermann
bcce98da54
Move STM32 examples to examples/stm32 subdir.
2010-12-30 01:52:44 +01:00