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/sample_configuration/smp/readme.md')
-rw-r--r--examples/sample_configuration/smp/readme.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/sample_configuration/smp/readme.md b/examples/sample_configuration/smp/readme.md
deleted file mode 100644
index 8dc02bd56..000000000
--- a/examples/sample_configuration/smp/readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Configuration support for FreeRTOS SMP
-
-## Overview
-The FreeRTOSConfig.h provided in this folder is a sample configuration that will
-assist you in preparing the configuration to enable SMP support in the FreeRTOS
-Kernel for your application.
-
-Based on single core sample configuration file, this configuration file is created
-with minimal configuration change. More SMP scheduler configurations can be found
-in [Symmetric Multiprocessing (SMP) with FreeRTOS](https://freertos.org/symmetric-multiprocessing-introduction.html)