components/freertos: tuned performance value for ISR exit cycles to pass in test in -Og

This commit is contained in:
Felipe Neves
2019-10-24 17:08:21 -03:00
parent c64e108a1d
commit f119cc58cf

View File

@@ -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