Skip to content

Commit

Permalink
Add readme file for smp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Nov 24, 2023
1 parent a6a8b47 commit c9b659a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/sample_configuration/smp/readme.md
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)

0 comments on commit c9b659a

Please sign in to comment.