spi_slave: add api 'queue_trans_isr' and add a test case

This commit is contained in:
wanlei
2023-01-04 11:25:46 +08:00
parent 971eaa0c08
commit 6ae852f8b0
4 changed files with 127 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ import pytest
# If `test_env` is define, should not run on generic runner
@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('config', ['defaults',], indirect=True)
def test_slave_single_dev(case_tester) -> None: # type: ignore
for case in case_tester.test_menu:
if 'test_env' in case.attributes: