This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-02-10 06:09:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b8fd4dd51c3fb1da7c543c44e2ab67f5f0ea20ac
zsa_qmk_firmware
/
LUFA
/
Drivers
/
USB
History
Dean Camera
b8fd4dd51c
Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab).
2010-12-31 15:03:57 +00:00
..
Class
Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab).
2010-12-31 15:03:57 +00:00
HighLevel
Remove internal USB_Device_NibbleToASCII() function in favour of manually inlined code to prevent compilation errors in -O0 optimisation level.
2010-11-21 10:16:44 +00:00
LowLevel
Much more efficient algorithm for the Endpoint/Pipe configuration routine of unordered endpoints/pipes - only reconfigure the endpoints and pipes above the newly configured endpoint/pipe, and don't cache existing endpoint/pipe configuration before use to save SRAM.
2010-12-24 18:06:55 +00:00
USB.h
Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
2010-12-26 14:55:26 +00:00