qmk_firmware/LUFA/ManPages
Dean Camera b71ff7c8cd Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode. 2009-08-16 08:51:54 +00:00
..
AboutLUFA.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +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 Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00
ChangeLog.txt Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode. 2009-08-16 08:51:54 +00:00
CompileTimeTokens.txt Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
CompilingApps.txt Split Getting Started page of the documentation into its own section. 2009-06-26 10:24:54 +00:00
ConfiguringApps.txt Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
DevelopingWithLUFA.txt Split Getting Started page of the documentation into its own section. 2009-06-26 10:24:54 +00:00
DeviceSupport.txt Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models. 2009-07-16 08:57:51 +00:00
DirectorySummaries.txt State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. 2009-07-27 23:19:17 +00:00
Donating.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00
FutureChanges.txt Added flag to the HID report parser to indicate if a device has multiple reports. 2009-08-11 11:19:22 +00:00
GettingStarted.txt Split Getting Started page of the documentation into its own section. 2009-06-26 10:24:54 +00:00
Groups.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00
LUFA.gif Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances. 2009-08-02 11:33:00 +00:00
LUFAPoweredProjects.txt Added CDC_Device_Flush() command to the CDC Device mode class driver. 2009-08-13 06:43:17 +00:00
LibraryApps.txt Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader. 2009-07-23 10:39:10 +00:00
LibraryResources.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00
Licence.txt Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
MainPage.txt Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances. 2009-08-02 11:33:00 +00:00
MigrationInformation.txt Fix issue in CDC device class driver where received data the size of the data endpoint could lock up the driver. 2009-08-11 01:52:15 +00:00
ProgrammingApps.txt Added better module summaries. 2009-07-14 07:33:06 +00:00
SchedulerOverview.txt Add new temp LUFA project logo to the manual. 2009-06-21 04:48:05 +00:00
VIDAndPIDValues.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00
WritingBoardDrivers.txt Move main library documentation pages into a new ManPages subdirectory. 2009-06-15 13:57:57 +00:00