qmk_firmware/LUFA/ManPages
2011-02-19 22:59:27 +00:00
..
AboutLUFA.txt
AlternativeStacks.txt
Author.jpg
BuildingLinkableLibraries.txt
ChangeLog.txt Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. 2011-02-19 18:37:22 +00:00
CompileTimeTokens.txt Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
CompilingApps.txt
ConfiguringApps.txt
DevelopingWithLUFA.txt
DeviceSupport.txt Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy. 2010-11-23 06:56:24 +00:00
DirectorySummaries.txt Initial restructuring of the core USB driver module to support multiple architectures in the future. 2011-02-19 22:59:27 +00:00
Donating.txt Add more const-ness to the stream endpoint/pipe functions where possible. 2011-02-13 21:27:24 +00:00
footer.htm Add custom footer to the main library documentation. 2011-01-03 20:37:30 +00:00
FutureChanges.txt Fix typos in the HID class bootloader makefile. 2011-02-11 20:00:48 +00:00
GettingStarted.txt
Groups.txt
LibraryApps.txt Update HID bootloader loader application to support the VID/PID used by the bootloader. 2011-02-09 22:35:48 +00:00
LibraryResources.txt
LicenseInfo.txt
LUFA_thumb.png Update Doxygen documentation configuration file for the main project documentation to the latest version. Add missing data structure documentation briefs. 2011-01-03 20:13:06 +00:00
LUFA.png
LUFAPoweredProjects.txt Reduced latency for executing the Start-Of-Frame events (if enabled in the user application). 2011-02-19 12:09:55 +00:00
LUFAvsAtmelStack.txt
MainPage.txt
MigrationInformation.txt Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB. 2011-02-09 17:58:21 +00:00
ProgrammingApps.txt
SoftwareBootloaderJump.txt Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable(). 2011-01-30 23:12:06 +00:00
VIDAndPIDValues.txt Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com. 2011-02-09 21:34:00 +00:00
WhyUseLUFA.txt Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
WritingBoardDrivers.txt