Open LeStarch opened 8 months ago
Hello, I was wondering if there is documentation on what this port does. Im assuming it reads and writes?
Would the description be like this: @ Port to perform synchronous read and write operations over the SPI bus
I would say "Port to perform a synchronous read/write operation over the SPI bus"...but you basically have it. The nuance I am trying to capture here is that SPI calls are both read and write at the same time.
Follow up question, do i need to add anything to the cmake file so that there wont be any sort of failures?
Feature Description
Make an interface out of Drv/LinuxSpiDriver protocol. See #2255 for an example interface change set.
The following three ports should be pulled out of
Drv::LinuxSpiDriver
intoSvc/Interfaces/SpiInterface.fppi
such that other Spi implementations can use it.https://github.com/nasa/fprime/blob/a73bff28617b96736c0e3e222e4c6e1dea1c6f5e/Drv/LinuxSpiDriver/LinuxSpiDriver.fpp#L9
Note: annotations should be added to explain what each port does.