|
|
@@ -458,14 +458,6 @@ menu "FreeRTOS"
|
|
|
If enabled, context of port*_CRITICAL calls (ISR or Non-ISR) would be checked to be in compliance with
|
|
|
Vanilla FreeRTOS. e.g Calling port*_CRITICAL from ISR context would cause assert failure
|
|
|
|
|
|
- config FREERTOS_ASSERT_ON_UNTESTED_FUNCTION
|
|
|
- # Todo: Check if we still need this (IDF-4986)
|
|
|
- bool "Halt when an SMP-untested function is called"
|
|
|
- default y
|
|
|
- help
|
|
|
- Some functions in FreeRTOS have not been thoroughly tested yet when moving to the SMP implementation of
|
|
|
- FreeRTOS. When this option is enabled, these functions will throw an ``assert()``.
|
|
|
-
|
|
|
config FREERTOS_ENABLE_TASK_SNAPSHOT
|
|
|
bool "Enable task snapshot functions"
|
|
|
default y
|