Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/template_configuration/readme.md')
-rw-r--r--examples/template_configuration/readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/template_configuration/readme.md b/examples/template_configuration/readme.md
new file mode 100644
index 000000000..61c81f975
--- /dev/null
+++ b/examples/template_configuration/readme.md
@@ -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 and it not guaranteed to have the same configuration between updates. \ No newline at end of file