Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chinhpc/rtos

 
 

Repository files navigation

CI

Easy "clone and go" repository for a libopencm3 based project.

Instructions

  1. git clone --recurse-submodules git clone https://github.com/chinhpc/libopencm3-template.git your-project
  2. cd your-project
  3. make

If you have an older git, or got ahead of yourself and skipped the --recurse-submodules you can fix things by running git submodule update --init (This is only needed once)

Directories

  • f030f4p6 contains your application
  • FreeRTOS contains your OS
  • libopencm3 contains your library

As a template

You should replace this with your own README if you are using this as a template.

About

Simple empty template to base your poject on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.5%
  • Makefile 20.5%