forked from espressif/esp-idf
components/freertos: removed CONFIG_FREERTOS_ISR_STATS the ISR test is now self contained
This commit is contained in:
@@ -435,18 +435,8 @@ menu "FreeRTOS"
|
|||||||
would be checked to be in compliance with Vanilla FreeRTOS.
|
would be checked to be in compliance with Vanilla FreeRTOS.
|
||||||
e.g Calling port*_CRITICAL from ISR context would cause assert failure
|
e.g Calling port*_CRITICAL from ISR context would cause assert failure
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
config FREERTOS_DEBUG_OCDAWARE
|
config FREERTOS_DEBUG_OCDAWARE
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Hidden option, gets selected by CONFIG_ESPxx_DEBUG_OCDAWARE
|
Hidden option, gets selected by CONFIG_ESPxx_DEBUG_OCDAWARE
|
||||||
|
|
||||||
=======
|
|
||||||
config FREERTOS_ISR_STATS
|
|
||||||
bool "Enable cycle measurement inside ISR"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
If enabled, every context save operation will have its time
|
|
||||||
spent in cycles, measured.
|
|
||||||
>>>>>>> 0f141ba8a... freertos/xtensa_context: added conditional compiling option around isr cycle measurement
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Reference in New Issue
Block a user