Skip to content

Simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3

Notifications You must be signed in to change notification settings

AndColla/stm32f4discovery-freertos-makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F4 Discovery FreeRTOS Makfile

This is a simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3

The main file is provided as an example that implements a simple blink program.

All the dependencies (FreeRTOS and libopencm3) are provided as submodules.

Requirements

GNU ARM GCC (https://launchpad.net/gcc-arm-embedded)

ST-Link open source utility (https://github.com/stlink-org/stlink)

Usage

build project

$ make

clean project

$ make clean

download to mcu by stlink

$ make flash

About

Simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3

Topics

Resources

Stars

Watchers

Forks