esp-idf/components/driver/test_apps/gptimer
Chen Jichang 001a16ea6e refactor(driver/gptimer): replace vTaskDelay
with esp_rom_delay_us in test_apps

This commit replaces vTaskDelay with esp_rom_delay_us in the gptimer
driver. The former function can introduce millisecond jitter due to
OS task switching, while the latter has less jitter because of the
polling delay. Therefore this commit reduces the delta values for
various timer tests.

Changes made in this commit include:
- Replacing vTaskDelay with esp_rom_delay_us
- Adjusting delta values for various timer tests
2023-06-28 11:50:26 +08:00
..
main refactor(driver/gptimer): replace vTaskDelay 2023-06-28 11:50:26 +08:00
CMakeLists.txt driver:Trim the build components 2023-06-13 14:24:44 +08:00
pytest_gptimer.py ci: update test apps to use run_all_single_board_cases 2023-03-10 14:27:09 +08:00
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
sdkconfig.ci.esp32c2_xtal26m kconfig: refactor xtal freq kconfig to common configuration item 2022-08-05 19:12:29 +08:00
sdkconfig.ci.iram_safe driver: test with non-isr freertos functions in the flash 2022-10-26 13:43:13 +08:00
sdkconfig.ci.release gptimer: unify clock setting with clk_tree API 2023-02-08 16:30:47 +08:00
sdkconfig.defaults rmt: simplify rmt source clock configure with clk_tree API 2023-02-10 18:24:27 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3