From 2ef05f9f9b6a63cce33a77c449f016c20984a542 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 17 Jan 2025 12:07:42 +0800 Subject: [PATCH] test(idf_test): add performance target file for H21 --- .../freertos/test_apps/freertos/pytest_freertos.py | 2 +- components/idf_test/include/esp32h21/.gitkeep | 0 .../idf_test/include/esp32h21/idf_performance_target.h | 9 +++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 components/idf_test/include/esp32h21/.gitkeep create mode 100644 components/idf_test/include/esp32h21/idf_performance_target.h diff --git a/components/freertos/test_apps/freertos/pytest_freertos.py b/components/freertos/test_apps/freertos/pytest_freertos.py index e2cdb05bd2..15d798b931 100644 --- a/components/freertos/test_apps/freertos/pytest_freertos.py +++ b/components/freertos/test_apps/freertos/pytest_freertos.py @@ -13,7 +13,7 @@ CONFIGS = [ # TODO: [ESP32C61] IDF-11146 pytest.param('smp', marks=[ pytest.mark.supported_targets, - pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61'], + pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61', 'esp32h21'], reason='test failed/TBD IDF-8113') ]), ] diff --git a/components/idf_test/include/esp32h21/.gitkeep b/components/idf_test/include/esp32h21/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/components/idf_test/include/esp32h21/idf_performance_target.h b/components/idf_test/include/esp32h21/idf_performance_target.h new file mode 100644 index 0000000000..6645df7496 --- /dev/null +++ b/components/idf_test/include/esp32h21/idf_performance_target.h @@ -0,0 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#pragma once + +#define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1900