zephyrproject-rtos/zephyr

spi: tests: implement half-duplex tests

Open

#82.653 geöffnet am 6. Dez. 2024

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (15.249 Stars) (9.144 Forks)batch import
EnhancementGood first issuearea: SPIarea: Tests

Beschreibung

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

Contributor Guide