zephyrproject-rtos/zephyr

spi: tests: implement half-duplex tests

开放

#82,653 创建于 2024年12月6日

 (10 条评论) (0 个反应) (1 位负责人)C (9,144 个派生)batch import
EnhancementGood first issuearea: SPIarea: Tests

仓库指标

星标
 (15,249 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your enhancement proposal related to a problem? Please describe.

https://github.com/zephyrproject-rtos/zephyr/pull/75983 is adding half-duplex support to STM32 devices. I don't know if this is the first driver in tree supporting this feature, but for sure we miss a test in tree to ensure non regression of the feature.

Describe the solution you'd like Implement a half-duplex test. This could be done as a variant of tests/drivers/spi/spi_controller_peripheral or be a separate tests/drivers/spi/half_duplex

贡献者指南