rafaelmartins / usbd-fs-stm32

A lightweight (and very opinionated) USB FS device stack for STM32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usbd-fs-stm32

A lightweight (and very opinionated) USB FS device stack for STM32.

Supported features

Supporded STM32 Series

  • STM32F0
  • STM32G4

USB Endpoint types

  • CONTROL (Endpoint 0 only, 64 bytes bMaxPacketSize0)
  • BULK (Single-buffered only)
  • INTERRUPT

Limitations

  • Only one configuration possible.
  • No interface alternate setting possible.

How to use

TODO

API documentation

TODO

About

A lightweight (and very opinionated) USB FS device stack for STM32.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 97.8%Language:CMake 2.2%