diff --git a/README.rst b/README.rst index f7120eeba..e2e46e28e 100644 --- a/README.rst +++ b/README.rst @@ -38,21 +38,21 @@ such as emulators, virtual machines and simulation tools. The SIL Kit ecosystem comprises the following turn-key solutions: -* The `SIL Kit Adapters for QEMU `_ +* The `SIL Kit Adapter for QEMU `_ integrates with QEMU to support co-simulation with emulated targets. -* The `SIL Kit Adapters for TAP devices `_ +* The `SIL Kit Adapter for TAP devices `_ project provides first-class support for TAP devices of the host operating system. -* The `SIL Kit Adapter for SocketCAN `_ - can be used to attach a virtual CAN (Controller Area Network) interface (SocketCAN) to a Vector SIL Kit CAN bus. +* The `SIL Kit Adapter for virtual CAN `_ + can be used to attach a virtual CAN interface (SocketCAN) to a Vector SIL Kit CAN bus. + +* The `SIL Kit Adapter for Generic Linux IO `_ + allows to attach SIL Kit to a generic Linux IO device, such as character devices or GPIOs. * The `SIL Kit FMU Importer `_ allows to import Functional Mockup Units (FMUs) as SIL Kit participants. -* The `Vector SIL Kit Adapter for Generic Linux IO `_ - allows to attach SIL Kit to a generic Linux IO device, such as character devices or GPIOs. - Related Applications -------------------- diff --git a/docs/overview/overview.rst b/docs/overview/overview.rst index 545cdfa00..e06934668 100644 --- a/docs/overview/overview.rst +++ b/docs/overview/overview.rst @@ -93,14 +93,17 @@ such as emulators, virtual machines and simulation tools. The |ProductName| ecosystem comprises the following turn-key solutions: -* The `SIL Kit Adapters for QEMU `_ +* The `SIL Kit Adapter for QEMU `_ integrates with QEMU to support co-simulation with emulated targets. -* The `SIL Kit Adapters for TAP devices `_ +* The `SIL Kit Adapter for TAP devices `_ project provides first-class support for TAP devices of the host operating system. -* The `SIL Kit Adapter for SocketCAN `_ - can be used to attach a virtual CAN (Controller Area Network) interface (SocketCAN) to a |ProductName| CAN bus. +* The `SIL Kit Adapter for virtual CAN `_ + can be used to attach a virtual CAN (Controller Area Network) interface (SocketCAN) to a Vector SIL Kit CAN bus. + +* The `SIL Kit Adapter for Generic Linux IO `_ + allows to attach SIL Kit to a generic Linux IO device, such as character devices or GPIOs. * The `SIL Kit FMU Importer `_ allows to import Functional Mockup Units (FMUs) as SIL Kit participants.