1 unstable release

0.0.1 Jul 10, 2023

#22 in #nostd

MIT license

63KB
1.5K SLoC

usb-pd-rs

CI usb_pd docs usb-pd fusb302b docs fusb302b

Rust USB-PD library, driver for the FUSB302B, and firmware for the ZY12PDN USB-PD trigger board (ported from manuelbl/zy12pdn-oss).

Structure

The usb-pd library implements the USB-PD logic. A Source or Sink have corresponding Driver traits which are implemented by USB hardware drivers, such as fusb302b.

Usage

$ DEFMT_LOG=trace DEFMT_RTT_BUFFER_SIZE=128 cargo r -r

The MCU on the ZY12PDN board has limited flash so it will not fit without the release profile and a reduced RTT buffer size of 128 bytes.

Dependencies

~1.4–2MB
~41K SLoC