aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix UC3B architecture compile errors and ensure the architecture can be compi...Dean Camera2011-03-051-0/+2
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-5/+36
* Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean Camera2011-02-281-1/+3
* Fix USB Host mode compile errors for the UC3B architecture.Dean Camera2011-02-271-0/+1
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-271-0/+1
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-0/+12
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-201-5/+6
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-201-0/+11
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-7/+8
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-4/+6
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-201-4/+6
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-54/+76
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+24
* Minor documentation improvements.Dean Camera2011-01-081-10/+10
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fix compile errors from the changes to the SerialStream and board Temperature...Dean Camera2010-12-261-2/+2
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-4/+8
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-2/+12
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-2/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-7/+9
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-5/+34
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-3/+38
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-12/+12
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-1/+1
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-1/+1
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-5/+5
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-1/+1
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-1/+1
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-185/+185
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-8/+8
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-2/+2
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-25/+2
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-2/+2
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-1/+1
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-221-0/+6
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-2/+19
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-1/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-1/+1