esp_timer: Fix tests for C2 chip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user