Skip to content

mbains/STM32-Template

 
 

Repository files navigation

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

About

A Build Template for the STM32 Processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.8%
  • HTML 11.9%
  • Other 0.3%