You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I2c, Gpio, Spi, and ByteStreamDriver items should also have a *UserInterface.fppi for callers/managers using these inferaces. These issues have not been created. These are the same ports with the directions reversed.
The text was updated successfully, but these errors were encountered:
Feature Description
Many F´ concepts can be reworked as F´ interfaces. These are specialized
.fppi
files that define a set of ports. An example would be: https://github.com/nasa/fprime/blob/devel/Drv/Interfaces/ByteStreamDriverInterface.fppi.Interfaces are expected to live in a folder
Interfaces
under a given package (e.g.Drv/Interfaces
orSvc/Sinterfaces
).Here is a list of interfaces that should be created:
Svc::ComInterface
: Create Svc::ComInterface from Svc::ComStub #2257Drv::I2cDriver
: CreateDrv::I2cDriver
Interface #2580Drv::GpioDriver
: Create Interface from LinuxGpioDriver #2581Drv::SpiDriver
: Create Interface from LinuxSpiDriver #2582Drv::TickDriver
: Create TickDriver Interface #2583The text was updated successfully, but these errors were encountered: