From f119cc58cfb12f258e7e3e0d644d9a2c94296378 Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Thu, 24 Oct 2019 17:08:21 -0300 Subject: [PATCH] components/freertos: tuned performance value for ISR exit cycles to pass in test in -Og --- components/idf_test/include/idf_performance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index 8e0eb5a346..6a67e4b5ea 100644 --- a/components/idf_test/include/idf_performance.h +++ b/components/idf_test/include/idf_performance.h @@ -34,7 +34,7 @@ #define IDF_PERFORMANCE_MIN_SHA256_THROUGHPUT_MBSEC 9.0 #define IDF_PERFORMANCE_MAX_SPILL_REG_CYCLES 150 #define IDF_PERFORMANCE_MAX_ISR_ENTER_CYCLES 290 -#define IDF_PERFORMANCE_MAX_ISR_EXIT_CYCLES 550 +#define IDF_PERFORMANCE_MAX_ISR_EXIT_CYCLES 565 #define IDF_PERFORMANCE_MAX_RSA_2048KEY_PUBLIC_OP 19000