1
2
3
4
5
6
7
//! USB peripheral driver for NXP LPC55S6x microcontrollers.
//!
//! Derivative of the `stm32-usbd` crate, which merged previous
//! implementations for several STM32 microcontrollers.

#![no_std]