New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editi...
[pub/USBasp.git] / LUFA / Common /
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraFix compile errors from the changes to the SerialStream...
2010-12-26 Dean CameraAdded basic driver example use code to the library...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-11-30 Dean CameraFixed broken USBFOO board drivers due to missing BOARD_...
2010-11-21 Dean CameraAdded board hardware driver support for the Microsin...
2010-11-08 Dean CameraAdded board hardware driver support for the Adafruit...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-17 Dean CameraAdded board hardware driver support for the Minimus...
2010-10-17 Dean CameraAdded board hardware driver support for the Maximus...
2010-10-17 Dean CameraAdded board hardware driver support for the Blackcat...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-06 Dean CameraAdded board hardware driver support for the Busware...
2010-09-28 Dean CameraAdded board hardware driver support for the Arduino...
2010-09-22 Dean CameraReverted modifications to USBInterrupt.h that were...
2010-09-14 Dean CameraFix board name redefinition in BoardTypes.h (thanks...
2010-09-14 Dean CameraAdded board hardware driver support for the BUI develop...
2010-09-14 Dean CameraAdded board hardware driver support for the UDIP develo...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-02 Dean CameraFix byte ordering of UUIDs in the SDP server - host...
2010-06-02 Dean CameraThe SDP UUID lists should be searched and ALL UUIDs...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-23 Dean CameraAdd UUID Class matching to the Service Discovery Protoc...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-15 Dean CameraMinor documentation improvements.
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-03-30 Dean CameraAdd missing board Buttons driver for the USBTINY MKII...
2010-03-30 Dean CameraOops - make sure board driver dispatch headers test...
2010-03-30 Dean CameraAdded support for the JM-DB-U2 board hardware.
2010-03-30 Dean CameraAdded board hardware driver support for the Benito...
2010-03-30 Dean CameraAdded board hardware driver support for Tom's USBTINY...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-24 Dean CameraAdded new Relay Controller Board project (thanks to...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
2010-02-23 Dean CameraFixed software PDI/TPI programming mode in the AVRISP...
2010-02-22 Dean CameraChange over board hardware drivers to use the custom...
2010-02-22 Dean CameraAdd drivers for the EVK1101 - begin full port to the...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-04 Dean CameraAdded support for the Atmel EVK527 board hardware.
2009-12-03 Dean CameraAdded support for the Dataflash mounted on the XPLAIN...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-10-03 Dean CameraMinor documentation fixups.
2009-10-02 Dean CameraAdded support for the Atmel XPLAIN board.
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-17 Dean CameraAdded support for the officially recommended layout...
2009-08-03 Dean CameraCleanup and optimization of the internal serial retriev...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-04-17 Dean CameraRenamed Serial_Stream driver to SerialStream to remain...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-09 Dean CameraRemoved SetSystemClockPrescaler() macro, the clock_pres...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-02-23 Dean CameraMoved all source to the trunk directory.