belucha / stm32f4

Basic support for developing with the STM32F4 Discovery board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Copy config.mk.example to config.mk
  2. Set TOOLCHAIN to the prefix for your arm cortex-m4 toolchain
  3. Set FREERTOS_PATH to the path to your FreeRTOS source
  4. Type make

About

Basic support for developing with the STM32F4 Discovery board


Languages

Language:C 97.0%Language:Assembly 1.5%Language:C++ 0.6%Language:Makefile 0.5%Language:Objective-C 0.4%