-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme file for smp configuration
- Loading branch information
1 parent
a6a8b47
commit c9b659a
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 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) |