Re: [PATCH v1 25/32] net/ntnic: add SPI v3 support for FPGA

2025-02-22 Thread Stephen Hemminger
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,

[PATCH v1 25/32] net/ntnic: add SPI v3 support for FPGA

2025-02-20 Thread Serhii Iliushyk
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