change(rmt): rename isr iram safe to cache safe

This commit is contained in:
morris
2024-12-19 14:58:21 +08:00
parent c4173b298d
commit 1f015c0509
16 changed files with 72 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@@ -15,7 +15,7 @@ from pytest_embedded import Dut
@pytest.mark.parametrize(
'config',
[
'iram_safe',
'cache_safe',
'release',
],
indirect=True,
@@ -29,7 +29,7 @@ def test_rmt(dut: Dut) -> None:
@pytest.mark.parametrize(
'config',
[
'iram_safe',
'cache_safe',
'release',
],
indirect=True,