/stm32f4

Basic support for developing with the STM32F4 Discovery board

Primary LanguageC

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