This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-06-18 04:35:16 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
LUFA
History
Dean Camera
b9dd51cd63
Collapse configuration descriptor size retrieval and size testing into a single if statement within the new host mode class driver demos for clarity.
2009-07-27 10:55:21 +00:00
..
Common
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
Drivers
Collapse configuration descriptor size retrieval and size testing into a single if statement within the new host mode class driver demos for clarity.
2009-07-27 10:55:21 +00:00
DriverStubs
Added new LEDs_ToggleLEDs() function to the Board LEDs driver.
2009-07-24 01:44:01 +00:00
ManPages
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
2009-07-26 10:22:16 +00:00
Scheduler
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards.
2009-06-29 09:30:06 +00:00
Doxygen.conf
Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories.
2009-07-20 14:07:02 +00:00
makefile
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
2009-06-14 15:55:13 +00:00
Version.h
Added new GenericHIDHost demo.
2009-04-01 07:21:45 +00:00