mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp_hw_support: Fix time spent in light sleep when RTC is used for gettimeofday
The esp_timer was not advanced correctly.
This commit is contained in:
@@ -30,6 +30,13 @@ ONE_SHOT_TIMER_PERIOD = 5000000
|
||||
|
||||
@pytest.mark.supported_targets
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.parametrize(
|
||||
'config',
|
||||
[
|
||||
'rtc',
|
||||
],
|
||||
indirect=True
|
||||
)
|
||||
def test_esp_timer(dut: Dut) -> None:
|
||||
|
||||
match = dut.expect(STARTING_TIMERS_REGEX)
|
||||
|
Reference in New Issue
Block a user