lpc-usbd

Crates.iolpc-usbd
lib.rslpc-usbd
version0.1.0
sourcesrc
created_at2022-03-11 20:59:24.876365
updated_at2022-03-11 20:59:24.876365
description'usb-device' implementation for LPC microcontrollers
homepage
repositoryhttps://github.com/lpc-rs/lpc-usbd
max_upload_size
id548469
size214,047
Alexis Marquet (allexoll)

documentation

README

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.

Commit count: 2

cargo fmt