]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'test/spi_performance' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 8 Feb 2018 14:59:40 +0000 (22:59 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 8 Feb 2018 14:59:40 +0000 (22:59 +0800)
test(spi_master): add performance display for spi master.

See merge request idf/esp-idf!1923

1  2 
components/idf_test/include/idf_performance.h

index 2a43087571c6d3873957cd735fd7209b040a9a35,5721bbd3c4331609dc7b574dd81578d5af1bd360..8244a1c55ab3ddc4e6d4f087b96dcfc23f542eec
  /* 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_UNICORE             130
  #define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL                         1000
+ #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING                            30
+ #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_NO_DMA                     25