On Thu, 20 Feb 2025 23:03:49 +0100
Serhii Iliushyk wrote:
> +/*
> + * Send Tx data using the SPIM module and receive any data using the SPIS
> module.
> + * The data are sent and received being wrapped into a SPI v3 container.
> + */
> +int nthw_spi_v3_transfer(nthw_spi_v3_t *p, uint16_t opcode,
From: Danylo Vodopianov
- Implement nthw_spi_v3 module with initialization, transfer, and
utility functions.
- Add nthw_spim and nthw_spis modules for SPI primary and secondary
interfaces.
- Include SPI v3 header files and update meson build configuration.
- Implement AVR probe function to retrie
2 matches
Mail list logo