A bare minimum USB stack for atmega{8,16,32}u2.
  • C 98.2%
  • CMake 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-12-04 22:38:51 +01:00
.gitignore build: add cmake configuration 2022-12-04 22:38:51 +01:00
CMakeLists.txt build: add cmake configuration 2022-12-04 22:38:51 +01:00
LICENSE *: fix/update copyright 2022-01-04 15:56:50 +01:00
README.md Initial commit 2021-11-08 03:03:47 +01:00
usb-u2.c fix progmem memory access 2022-12-04 22:36:42 +01:00
usb-u2.h store string descriptor data as unsigned 2022-12-04 22:38:22 +01:00

usb-u2

A bare minimum USB stack for atmega{8,16,32}u2.