tree: 8f76579c7d1903d43b071c521c3638aedfa1d28f [path history] [tgz]
  1. lowpan-dummy-driver/
  2. lowpan-spinel-driver/
  3. spinel_spi_driver/
  4. BUILD.gn
  5. OWNERS
  6. README.md
src/connectivity/lowpan/drivers/README.md

LoWPAN Interface Drivers

This directory contains two types of drivers:

  • LoWPAN device drivers, which provide one or more instances of fuchsia.lowpan::Device to the LoWPAN service.
  • Spinel framer drivers, which provide a fuchsia.lowpan.spinel::Device wrapper around a hardware device, like fidl.hardware.spi::Device. Spinel drivers generally start with spinel-.