finalising the sample FreeRTOSConfig.h header file

This commit is contained in:
Joseph Julicher 2023-09-26 10:09:40 -07:00
parent 81bd4c1776
commit d4734f50b5
7 changed files with 7 additions and 196 deletions

View file

@ -0,0 +1,7 @@
# Configuration support for FreeRTOS
## Overview
Every FreeRTOS project requires FreeRTOSConfig.h located in their include path. In this folder you will find a sample FreeRTOSConfig.h that will assist you in preparing the configuration for your application.
The FreeRTOSConfig.h in this folder is used in the minimal_freertos_example project provided.