ZigEmbeddedGroup / microzig

Unified abstraction layer and HAL for several microcontrollers
zlib License
1.24k stars 102 forks source link

USB driver: new config API and CDC support example #206

Closed arkadiuszwojcik closed 4 months ago

arkadiuszwojcik commented 5 months ago

This PR proposes the following changes:

  1. Namespaces rearrangement in USB driver
  2. New USB configuration API with descriptor templates (this simpify usb driver examples)
  3. New USB example code with CDC support
arkadiuszwojcik commented 4 months ago

This require some more work and discussion