]> begriffs open source - freertos/blob - examples/sample_configuration/smp/readme.md
Fix MISRA_C_2012 rule 13.2 violation (#855)
[freertos] / examples / sample_configuration / smp / readme.md
1 # Configuration support for FreeRTOS SMP
2
3 ## Overview
4 The FreeRTOSConfig.h provided in this folder is a sample configuration that will
5 assist you in preparing the configuration to enable SMP support in the FreeRTOS
6 Kernel for your application.
7
8 Based on single core sample configuration file, this configuration file is created
9 with minimal configuration change. More SMP scheduler configurations can be found
10 in [Symmetric Multiprocessing (SMP) with FreeRTOS](https://freertos.org/symmetric-multiprocessing-introduction.html)