Minor tweaks to the build tests to ensure that they will operate properly on all...
[pub/USBasp.git] / LUFA / Common / Common.h
2012-04-08 Dean CameraMinor documentation improvements.
2012-04-07 Dean CameraFix up Doxygen documentation directives to allow for...
2012-03-17 Dean CameraAdd XMEGA C3 family to the ModuleTest build test.
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-03 Dean CameraMinor documentation fixes.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-12-20 Dean CameraFixed compiler warning on GCC with -wundef compile...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-02 Dean CameraAdd new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8...
2011-08-23 Dean CameraMinor documentation fixes.
2011-08-16 Dean CameraPull out architecture specific macros and other definit...
2011-07-14 Dean CameraAdd new STRINGIFY() and STRINGIFY_EXPANDED() convenienc...
2011-07-13 Dean CameraAdd start of an architecture port to the Atmel USB...
2011-07-06 Dean CameraSplit out compiler specific helper macros into a new...
2011-06-20 Dean CameraFixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
2011-06-01 Dean CameraSpell check library source code files.
2011-05-09 Dean CameraAdd new USE_LUFA_CONFIG_HEADER compile time option.
2011-05-08 Dean CameraMinor documentation fixes.
2011-04-25 Dean CameraAdd __VA_ARGS__ support to the LUFA supplied ISR macro...
2011-04-13 Dean CameraFix definition of pgm_read_ptr().
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-04-08 Dean CameraCreate a new Common module documentation group for...
2011-04-08 Dean CameraMove global interrupt enable/disable functions out...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-08 Dean CameraAdd in a new common Delay_MS() function, which provides...
2011-03-21 Dean CameraAdd in new architecture attribute defines to selectivel...
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-03-13 Dean CameraAdd experimental support for the UC3A0, UC3A1 and UC3A3...
2011-03-13 Dean CameraOops - rename misnamed Endianess.h header file.
2011-03-13 Dean CameraMove out endianness management macros into a new common...
2011-03-05 Dean CameraFix UC3B architecture compile errors and ensure the...
2011-03-05 Dean CameraPorting updates for the UC3B architecture - get UC3B...
2011-02-28 Dean CameraAdd in USB_INT_RegisterHandlers() internal function...
2011-02-27 Dean CameraFix USB Host mode compile errors for the UC3B architecture.
2011-02-27 Dean CameraMove out common architecture-independent core definitio...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-20 Dean CameraUpdate board driver common APIs to use uint_reg_t.
2011-02-20 Dean CameraAdded start of a port of the core USB driver code to...
2011-02-20 Dean CameraMore updates to remove architecture-specific comments...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-20 Dean CameraStart update of documentation to support possible multi...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
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-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-22 Dean CameraReverted modifications to USBInterrupt.h that were...
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-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 CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-03-29 Dean CameraAdd file-level brief documentation.
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-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-11-06 Dean CameraAdd optional double-banking support to the Device mode...
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-02-23 Dean CameraMoved all source to the trunk directory.