esp-idf/components/driver/test_apps/gptimer/main
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
..
CMakeLists.txt driver:Trim the build components 2023-06-13 14:24:44 +08:00
test_app_main.c gptimer: new driver for previous timer group 2022-01-07 14:44:50 +08:00
test_gptimer_iram.c unity_utils: added helper function to disable cache and run user function 2022-08-12 11:29:52 +08:00
test_gptimer.c refactor(driver/gptimer): replace vTaskDelay 2023-06-28 11:50:26 +08:00