rp-rs / rp-hal

A Rust Embedded-HAL for the rp series microcontrollers
https://crates.io/crates/rp2040-hal
Apache License 2.0
1.45k stars 234 forks source link

USB host support #665

Open Supreeeme opened 1 year ago

Supreeeme commented 1 year ago

The RP2040 is able to operate as a USB host. TinyUSB has support for this mode of operation. Could rp-hal get it too?

jannic commented 1 year ago

This is a work in progress, see https://github.com/rp-rs/rp-hal/pull/660