Skip to content

[ate] consolidate dut_*_spi_frame_t types #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2025

Conversation

timothytrippel
Copy link
Collaborator

This consolidates the dut_rx_spi_frame_t and dut_tx_spi_frame_t types into a single dut_spi_frame_t type. While SPI frames received from the DUT may be different sizes, SPI frames sent to the DUT are fixed to a size of 256 bytes.

This consolidates the `dut_rx_spi_frame_t` and `dut_tx_spi_frame_t`
types into a single `dut_spi_frame_t` type. While SPI frames received
from the DUT may be different sizes, SPI frames sent to the DUT are
fixed to a size of 256 bytes.

Signed-off-by: Tim Trippel <[email protected]>
@timothytrippel timothytrippel merged commit f832208 into lowRISC:main Jun 29, 2025
4 checks passed
@timothytrippel timothytrippel deleted the simplify-ate-api branch June 30, 2025 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants