Skip to content

jonsowman/stm32_locm3_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 with libopencm3

A project for the UKHAS 2014 conference to be used as a template for building an STM32 project with libopencm3.

Requirements

This has only been tested with the gcc-arm-embedded toolchain. Grab the tarball from the project page and put somewhere useful, then add the /bin folder to your path. Test by running arm-none-eabi-gcc --version.

You will also need Python and make installed.

Instructions

  • Clone this repo somewhere
  • Run git submodule update --init
  • cd to the firmware/libopencm3/ and run make.
  • cd to firmware/src/ and run make to build the project.
  • Add your own stuff to main.c and have fun!

Author

Hacked together in half an hour and released into the public domain by Jon Sowman, August 2014.

About

A template for an STM32 project with libopencm3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages