ch32-hal icon indicating copy to clipboard operation
ch32-hal copied to clipboard

WIP: USB PD support

Open andelf opened this issue 3 months ago • 0 comments

USB PD peripheral is available in:

  • CH32X035 (not X033)
  • CH32L103 (Low power MCU)
  • CH641 (wireless charging MCU)

The register blocks are almost the same, except for:

  • CH32L103 has pull down register
  • CH641 has an additional CC3

This PR will deprecate https://github.com/ch32-rs/ch32x0-hal .

andelf avatar May 18 '24 14:05 andelf