components/freertos: removed CONFIG_FREERTOS_ISR_STATS the ISR test is now self contained

This commit is contained in:
Felipe Neves 2019-10-24 17:07:11 -03:00
parent bcdc35be59
commit c64e108a1d

View File

@ -435,18 +435,8 @@ menu "FreeRTOS"
would be checked to be in compliance with Vanilla FreeRTOS.
e.g Calling port*_CRITICAL from ISR context would cause assert failure
<<<<<<< HEAD
config FREERTOS_DEBUG_OCDAWARE
bool
help
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