Skip to content

Justinsanity/freertos-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This branch is used to implement porting freertos-basic onto STM32F4 Discovery.

We adpated TheKK/myFreeRTOS.

The source code of FreeRTOS kernel are in folder FreeRTOS.

Application codes are in Source/app and main.c in the same folder. This folder is FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK.

Version of kernel is 8.2.1.

In Utilities/, STM32F429I-Discovery include library in Common/ and Third_Party. As a result, do not remove them even if they were not mentioned in Makefile. This folder is ST-supported drivers.

Flash

  1. Dowload the source code: git clone git@github.com:Justinsanity/freertos-basic
  2. Get into the project: cd freertos-basic
  3. Checkout to the porting branch: git checkout porting
  4. Compile: make
  5. Flash: make flash

Releases

No releases published

Packages

No packages published

Languages

  • C 94.0%
  • C++ 2.9%
  • HTML 2.2%
  • Other 0.9%