aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Expand)AuthorAgeFilesLines
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-291-0/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-1/+1
* Added periodic flush timer to the Benito project. Alter the serial transmissi...Dean Camera2010-07-251-1/+1
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-231-1/+1
* Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Dean Camera2010-07-231-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-222-0/+6
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-222-1/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-0/+1
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+6
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-201-0/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-192-1/+2
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-0/+2
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-0/+1
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-152-1/+4
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-131-0/+2
* Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-2/+0
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-1/+1
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-132-1/+2
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-0/+1
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-0/+1
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-0/+2
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-0/+1
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-061-1/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-022-1/+13
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-0/+1
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-0/+2
* Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean Camera2010-06-172-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-0/+1
* Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean Camera2010-06-163-4/+4
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-1615-101/+101
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-5/+4
* Add Mecurial repository mirror link to the library documentation.Dean Camera2010-06-081-1/+2
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-021-0/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-311-1/+1
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-0/+1
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-0/+1
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-0/+3
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-2/+2
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-261-0/+1
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-262-0/+5
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-1/+2
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-1/+2
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-211-1/+6
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-181-1/+1
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-162-7/+7
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-142-18/+19
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-132-2/+5