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

readme.md « smp « sample_configuration « examples - github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8dc02bd562af412de02d0c292565d973dc40f1b0 (plain)
1
2
3
4
5
6
7
8
9
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)