usb_gadget 0.4.3
usb_gadget: ^0.4.3 copied to clipboard
Expose standard or fully custom USB peripherals (gadgets) through a USB device controller (UDC) on Linux.
0.4.3 #
- FIX: Add missing
fatalmethod toLoggerclass - CHORE: Update logger exports to include the
Loggerclass - CHORE: Remove the
PlatformLoggerexport
0.4.2 #
- CHORE: Export
ILoggeras public to allow custom mixin creation outside the library. - FIX: Release endpoints on disable to prevent resource leaks.
0.4.1 #
- FEAT: Add compile-time environment-based logging configuration.
- REFACTOR: Simplify log level representation.
- REFACTOR: Enhance log formatting and color handling.
- FIX: Replace hardcoded log level with environment-based constant.
0.4.0 #
- FEAT: Initial release of the package.