AndColla / stm32f4discovery-freertos-makefile

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 58.5%Language:Makefile 41.5%