#usb-host #usb #hal #peripheral

no-std atsamd-usb-host

usb-host driver support for Atmel SAMD* microcontrollers

3 unstable releases

0.2.1 Oct 12, 2022
0.2.0 Sep 15, 2019
0.1.0 Sep 10, 2019

#1861 in Embedded development

LGPL-3.0-or-later

76KB
2K SLoC

atsamd-usb-host

Documentation Testing

This is a usb-host driver for Atmel's SAMD series of chips.

Feature flags

To enable support for your MCU, you need to enable its feature. One of: samd21g18a, samd21e18a, samd51g19a, samd51j19a, or samd51j20a.

So far this library has been tested on the following boards:

Examples

You can find a project utilizing this library for a USB to I²C bridge here.


lib.rs:

USB Host driver implementation for SAMD* series chips.

Dependencies

~2.3–5MB
~127K SLoC