| Crates.io | lpc-usbd |
| lib.rs | lpc-usbd |
| version | 0.1.0 |
| created_at | 2022-03-11 20:59:24.876365+00 |
| updated_at | 2022-03-11 20:59:24.876365+00 |
| description | 'usb-device' implementation for LPC microcontrollers |
| homepage | |
| repository | https://github.com/lpc-rs/lpc-usbd |
| max_upload_size | |
| id | 548469 |
| size | 214,047 |
lpc-usbdusb-device implementation for LPC microcontrollers.
This project is inspired from the great work over at lpc55-hal.
LPC546xxLPC55xxThis 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.
See the hal example for the reference hal implementation.