tree: 6035dd47dd163d3b4adc400892e5f22860ffb64b [path history] [tgz]
  1. images/
  2. _toc.yaml
  3. comparison_between_dfv1_and_dfv2.md
  4. driver_binding.md
  5. driver_communication.md
  6. driver_framework.md
  7. drivers_and_nodes.md
  8. README.md
docs/concepts/drivers/README.md

Drivers

Drivers provide software interfaces for communicating with hardware (or virtual) devices that are embedded in or connected to a system. In Fuchsia, drivers are user-space components. Like any other Fuchsia component, a driver is software that exposes and receives FIDL capabilities to and from other components in the system. Using these FIDL calls, Fuchsia components interact with drivers, which are bound to specific devices in the system.

Similar to Fuchsia’s component framework, which manages Fuchsia components, the driver framework manages the lifecycle and topology of all devices (known as nodes) and drivers in a Fuchsia system.

Table of contents

Important: These pages contain information that is specific to the new version of the driver framework (DFv2).