summaryrefslogtreecommitdiff
path: root/LUFA/ManPages
AgeCommit message (Expand)Author
2011-05-27Merge over trunk changes to the 110528 BETA to form the 110528 release.Dean
2011-04-13Create new tag for the 110528 release (Quality Assurance).Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-04-08Move global interrupt enable/disable functions out to Common.h and document t...Dean
2011-04-08Correct UC3 global interrupt functions.Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-04-04Conditionally add available address spaces to the address space enum, for mul...Dean
2011-03-21Add in new architecture attribute defines to selectively remove the EEPROM an...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-03-18Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean
2011-03-16Added new VirtualSerialMassStorage Device Class Driver demo.Dean
2011-03-15Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean
2011-03-15Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...Dean
2011-03-15Updated the software USART code in the XPLAIN Bridge application so that the ...Dean
2011-03-13Add experimental support for the AVR32 UC3A4 microcontrollers.Dean
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-03-05Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean
2011-03-05Minor documentation updates.Dean
2011-02-28Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean
2011-02-27Changed over the AVR8 USB controller interrupt management macros to be inline...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-26Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun...Dean
2011-02-26More UC3B architecture port updates.Dean
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-19Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean
2011-02-17Fix non-ASCII characters breaking LaTex documentation builds.Dean
2011-02-16Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean
2011-02-13Add more const-ness to the stream endpoint/pipe functions where possible.Dean
2011-02-11Fix typos in the HID class bootloader makefile.Dean
2011-02-09Update HID bootloader loader application to support the VID/PID used by the b...Dean
2011-02-09Added HID class bootloader, compatible with a modified version of the command...Dean
2011-02-09Change bootloader makefiles to automatically compute the bootloader starting ...Dean
2011-02-04Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean
2011-02-02Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-30Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-23Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean
2011-01-23Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean
2011-01-17Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the...Dean
2011-01-16Fixed several functions in the Host mode Still Image Class driver returning a...Dean
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean