lpc-usbd 0.1.0

'usb-device' implementation for LPC microcontrollers
Documentation
  • Coverage
  • 97.94%
    476 out of 486 items documented0 out of 414 items with examples
  • Size
  • Source code size: 214.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.73 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • lpc-rs/lpc-usbd
    0 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • allexoll

crates.io crates.io Build Status

lpc-usbd

usb-device implementation for LPC microcontrollers.

This project is inspired from the great work over at lpc55-hal.

Supported microcontrollers

  • LPC546xx
  • LPC55xx
  • And others?

Usage

This driver is intended for use through a device hal library. Such hal library should implement UsbPeripheral for the corresponding USB peripheral object. This trait declares all the peripheral properties that may vary from one device family to the other.

Examples

See the hal example for the reference hal implementation.