mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos: Expand CONFIG_FREERTOS_SMP description
This commit adds more details to the CONFIG_FREERTOS_SMP option's description.
This commit is contained in:
parent
882515fcef
commit
c126b910b6
@ -4,11 +4,19 @@ menu "FreeRTOS"
|
||||
# Upstream FreeRTOS configurations go here
|
||||
|
||||
config FREERTOS_SMP
|
||||
bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
|
||||
bool "Run the Amazon SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
|
||||
default "n"
|
||||
help
|
||||
This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.
|
||||
THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.
|
||||
Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:
|
||||
https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp
|
||||
|
||||
IDF has added an experimental port of this SMP kernel located in
|
||||
components/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP
|
||||
kernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.
|
||||
|
||||
Leaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:
|
||||
components/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in
|
||||
their implementation and features.
|
||||
|
||||
config FREERTOS_UNICORE
|
||||
# Todo: Replace with CONFIG_NUM_CORES (IDF-4986)
|
||||
|
Loading…
Reference in New Issue
Block a user