aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-046-12/+12
* Update copyrights for 2017.Dean Camera2017-04-186-12/+12
* Update copyrights to 2016.Dean Camera2016-01-316-12/+12
* Fix void pointer arithmetic in the Serial peripheral drivers.Dean Camera2015-12-221-1/+3
* Use 16-bit length for TWI driver packet read/write requests for longer transf...Dean Camera2015-09-272-4/+4
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-176-12/+12
* Fix incorrect XMEGA serial driver stream functions (thanks to William Patters...Dean Camera2015-05-172-8/+12
* Minor documentation improvements.Dean Camera2015-03-151-1/+2
* Merge pull request #38 from jacobschloss/xmega_twi_capsDean Camera2014-09-081-12/+12
|\
| * Make twi capitalization match.Jacob Schloss2014-09-071-12/+12
* | Fix Serial_XMEGA.h syntax and define errorHell2014-08-131-3/+3
* | Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functi...Dean Camera2014-07-151-1/+30
|/
* Update copyrights for 2014.Dean Camera2014-01-046-12/+12
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to pr...Dean Camera2013-08-131-3/+3
* Fix XMEGA TWI driver indentation and style to conform to the rest of the LUFA...Dean Camera2013-08-132-104/+103
* Bugfixes with the protocol.Michael Janssen2013-08-062-12/+21
* Minor bugfixes / missed compile stuff.Michael Janssen2013-07-311-7/+7
* Fix NON-NULL attributes, add for TWI_t.Michael Janssen2013-07-241-8/+8
* TWI Master has a sub-structureMichael Janssen2013-07-241-4/+4
* Add TWI Peripheral driver for XMEGAMichael Janssen2013-07-242-0/+479
* Update board Dataflash_Init() functions to automatically configure the approp...Dean Camera2013-06-121-2/+2
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-013-5/+5
* Fix Serial peripheral driver compile error for XMEGA devices.Dean Camera2013-04-292-4/+4
* Fix typo in the XMEGA SerialSPI peripheral driver.Dean Camera2013-04-231-1/+1
* Add some missing function attributes.Dean Camera2013-04-114-25/+42
* Changed all *_SendByte() function prototypes to accept a void pointer for the...Dean Camera2013-02-242-8/+8
* Update copyright year to 2013.Dean Camera2013-01-034-8/+8
* Minor documentation improvements.Dean Camera2012-10-054-4/+4
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-203-8/+8
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-8/+3
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-071-0/+5
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-182-53/+50
* Minor documentation improvements.Dean Camera2012-02-123-30/+30
* Minor documentation improvements.Dean Camera2012-02-122-15/+16
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean Camera2012-02-121-0/+208
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-123-12/+383
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-5/+5
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-091-248/+248
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-311-0/+248