zephyrproject-rtos/zephyr

spi: tests: implement half-duplex tests

オープン

#82,653 opened on 2024/12/06

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)C (9,144 件のフォーク)batch import
EnhancementGood first issuearea: SPIarea: Tests

Repository metrics

Stars
 (15,249 個のスター)
PR merge metrics
 (平均マージ 4d 21h) (30d で 1,000 merged PRs)

説明

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

コントリビューターガイド