esp_timer: Fix tests for C2 chip

This commit is contained in:
KonstantinKondrashov
2022-11-26 03:28:04 +08:00
parent 1b09f26419
commit f6f173e3d3
5 changed files with 13 additions and 13 deletions
@@ -28,11 +28,7 @@ LIGHT_SLEEP_TIME = 500000
ONE_SHOT_TIMER_PERIOD = 5000000
# IDF-5052
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize(
'config',
@@ -1 +1,5 @@
CONFIG_ESP_TIMER_PROFILING=y
# NEWLIB_NANO_FORMAT is enabled by default on ESP32-C2
# This example needs 64-bit integer formatting, this is why this option is disabled
CONFIG_NEWLIB_NANO_FORMAT=n