Code Template
While the firmware provided by STMicroelectronics provides a solid
foundation for software development with the STM32 family, it can be difficult
to get started. Unfortunately, the examples distributed with the STM32 VL
Discovery board are deeply interwoven with the commercial windows-based
IDEs available for STM32 code development and are challenging to extract
and use in a Linux environment. I have created a small template example
which uses standard Linux make files and in which all aspects of the build
process are exposed to the user.