Skip to content

Commit 2ef05f9

Browse files
committed
test(idf_test): add performance target file for H21
1 parent 638b22e commit 2ef05f9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

components/freertos/test_apps/freertos/pytest_freertos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# TODO: [ESP32C61] IDF-11146
1414
pytest.param('smp', marks=[
1515
pytest.mark.supported_targets,
16-
pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61'],
16+
pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61', 'esp32h21'],
1717
reason='test failed/TBD IDF-8113')
1818
]),
1919
]

components/idf_test/include/esp32h21/.gitkeep

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#pragma once
8+
9+
#define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1900

0 commit comments

Comments
 (0)