From: Ivan Grokhotkov Date: Wed, 27 Jun 2018 06:47:31 +0000 (+0800) Subject: freertos: bump limit for spinlock performance test to 300 cycles X-Git-Tag: v3.1-rc1~7^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f81e71f622a4fc299278c112795d0973c3f43159;p=esp-idf freertos: bump limit for spinlock performance test to 300 cycles --- diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index f98f75c317..fc128eecbb 100644 --- a/components/idf_test/include/idf_performance.h +++ b/components/idf_test/include/idf_performance.h @@ -11,7 +11,7 @@ /* declare the performance here */ #define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 800 #define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP 200 -#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_PSRAM 270 +#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_PSRAM 300 #define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE 130 #define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1000 #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING 30