]> granicus.if.org Git - esp-idf/commit
esp_timer: improve unit test robustness
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 15 Nov 2018 12:03:13 +0000 (20:03 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 28 Feb 2019 12:38:31 +0000 (20:38 +0800)
commit7e16a79cf74222a8a815afe2973ff20b96d324d0
tree93fabcf0daffe28b78c78177e7fa121cab460f67
parent22dc4898d990195d526074d2c78351ef61b97b68
esp_timer: improve unit test robustness

1. call esp_timer_get_time and ref_clock_get in the same order on
   start and in the loop

2. disable interrupts when calculating delta between ref_clock
   and esp_timer

3. ensure both functions are in cache before calculating the delta
components/esp32/test/test_esp_timer.c