From c64e108a1d8ffab7c44d677b4f28cfae154b6ead Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Thu, 24 Oct 2019 17:07:11 -0300 Subject: [PATCH] components/freertos: removed CONFIG_FREERTOS_ISR_STATS the ISR test is now self contained --- components/freertos/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/freertos/Kconfig b/components/freertos/Kconfig index 0a589980f5..22b1904475 100644 --- a/components/freertos/Kconfig +++ b/components/freertos/Kconfig @@ -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