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-19 13:15:18 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
Demos
/
Host
/
LowLevel
/
PrinterHost
History
Dean Camera
67f390fe74
Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
2009-07-21 02:48:41 +00:00
..
Lib
Ensure control pipe is selected in the PrinterHost demo before trying to send control requests.
2009-07-20 14:12:05 +00:00
ConfigDescriptor.c
Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.
2009-07-20 13:37:20 +00:00
ConfigDescriptor.h
Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.
2009-07-20 13:37:20 +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 PrinterHost to the project file and Host LowLevel directory makefile.
2009-07-20 13:41:37 +00:00
PrinterHost.c
Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
2009-07-21 02:48:41 +00:00
PrinterHost.h
Added extra DoxyGen documentation to the new PrinterHost demo.
2009-07-20 13:49:26 +00:00
PrinterHost.txt
Added extra DoxyGen documentation to the new PrinterHost demo.
2009-07-20 13:49:26 +00:00