qmk_firmware/LUFA/ManPages
Dean Camera 7aaced1e8b Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic.

Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run.

Add missing const qualifier to the parameter of USB_Host_ClearPipeStall().
2010-10-12 12:22:11 +00:00
..
AboutLUFA.txt Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. 2010-06-16 11:01:01 +00:00
AlternativeStacks.txt Minor documentation enhancements. 2010-10-12 10:40:42 +00:00
Author.jpg Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
BuildingLinkableLibraries.txt Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
ChangeLog.txt Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
CompileTimeTokens.txt Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size. 2010-10-07 11:55:20 +00:00
CompilingApps.txt Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
ConfiguringApps.txt Minor documentation corrections. 2010-09-15 00:30:40 +00:00
DevelopingWithLUFA.txt Fix up documentation - remove obsolete Scheduler Overview page, roll documentation into the documentation for the (deprecated) Simple Scheduler module. 2010-08-29 14:07:31 +00:00
DeviceSupport.txt Added board hardware driver support for the Busware CUL V3 board. 2010-10-06 12:40:20 +00:00
DirectorySummaries.txt Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory. 2010-09-11 03:57:43 +00:00
Donating.txt Fix up documentation - remove obsolete Scheduler Overview page, roll documentation into the documentation for the (deprecated) Simple Scheduler module. 2010-08-29 14:07:31 +00:00
FutureChanges.txt Minor documentation enhancements. 2010-10-12 10:40:42 +00:00
GettingStarted.txt Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. 2010-06-16 11:01:01 +00:00
Groups.txt Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
LUFA.png Add new LUFA logo by Ryo Yamauchi. 2010-03-25 08:13:39 +00:00
LUFAPoweredProjects.txt Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 2010-09-29 13:56:52 +00:00
LUFAvsAtmelStack.txt Spell check all source files once again to find any typos. 2010-07-29 16:20:45 +00:00
LibraryApps.txt Minor documentation corrections. 2010-09-15 00:30:40 +00:00
LibraryResources.txt Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. 2010-06-16 11:01:01 +00:00
LicenseInfo.txt Make main readme file easier to read, and make documentation build instructions clearer. 2010-07-06 07:07:54 +00:00
MainPage.txt Fix compile and Doxygen errors due to the spell-check changes in the source code. 2010-06-16 11:46:42 +00:00
MigrationInformation.txt Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
ProgrammingApps.txt Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
SoftwareBootloaderJump.txt Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. 2010-10-06 10:16:02 +00:00
VIDAndPIDValues.txt Minor documentation corrections. 2010-09-15 00:30:40 +00:00
WhyUseLUFA.txt Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. 2010-10-06 10:16:02 +00:00
WritingBoardDrivers.txt Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde). 2010-09-24 06:45:11 +00:00