Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 609 Bytes

STM32-Template

A Build template for projects using the stm32vl discovery board, CodeSourcery gnu toolchain, and the STM32F10x Standard Peripheral Library.

To test:

(1) install the toolchain and libarary. (2) change the TOOLROOT and LIBROOT paths in Makefile.common (3) cd to Demo (4) type make

To create new projects

(1) clone the Demo directory (name the directory appropriately) (2) change TEMPLATEROOT in the cloned makefile to point to the template directory (3) modify as needed, adding any needed library objects to the OBJ list in the Makefile