From 9989cfec2d74dd8862ea1334d04078c79a6c9e97 Mon Sep 17 00:00:00 2001 From: berfr Date: Thu, 31 Oct 2019 18:04:39 -0400 Subject: [PATCH] Add info to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 502a83e..ea1fa68 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # stm32f4discovery +This project contains the files and configurations necessary to quickly get running with FreeRTOS on the STM32F4 Discovery board. + ## dependencies - CMake - `gcc-arm-none-eabi` toolchain - [texane/stlink](https://github.com/texane/stlink) -- [stm32f4discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) +- [STM32F4DISCOVERY kit](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) + +## based on + +- FreeRTOSv10.2.1 +- STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 + - CMSIS V4.00 +- STM32F4-Discovery_FW_V1.1.0 ## setup -- 2.26.2