STM32 command line baby steps with GCC

[2012-04-29]
A couple of minimal STM32 project examples (with minimal documentation). Refer to the README.txt in each zip file

file description
stm32f103_MD-blinky.zip Minimal example
stm32f103_MD-libtest.zip adds a couple of libm and libc calls
to help verify your configuration

The Makefiles are not as simple as they could be; there was a half-hearted effort to make them work for both command-line and as part of an IDE. For a good example of that style, have a look at the demo programs included with Giovanni Di Sirio’sChibios