refactor(parlio): function placement distinguish from tx and rx driver

This commit is contained in:
morris
2025-02-26 11:33:14 +08:00
parent da69aee8f8
commit 15b7f99f1d
18 changed files with 126 additions and 73 deletions

View File

@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@@ -10,7 +9,7 @@ from pytest_embedded import Dut
@pytest.mark.parametrize(
'config',
[
'iram_safe',
'cache_safe',
'release',
],
indirect=True,