Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Fix Doxygen grouping. | Dean Camera | 2019-09-04 | 2 | -16/+16 |
| | |||||
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 6 | -12/+12 |
| | |||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 6 | -12/+12 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 6 | -12/+12 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 6 | -12/+12 |
| | |||||
* | Fix void pointer arithmetic in the Serial peripheral drivers. | Dean Camera | 2015-12-22 | 1 | -1/+3 |
| | |||||
* | Use 16-bit length for TWI driver packet read/write requests for longer ↵ | Dean Camera | 2015-09-27 | 2 | -4/+4 |
| | | | | transfers. | ||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 6 | -12/+12 |
| | |||||
* | Fix incorrect XMEGA serial driver stream functions (thanks to William ↵ | Dean Camera | 2015-05-17 | 2 | -8/+12 |
| | | | | Patterson). | ||||
* | Minor documentation improvements. | Dean Camera | 2015-03-15 | 1 | -1/+2 |
| | |||||
* | Merge pull request #38 from jacobschloss/xmega_twi_caps | Dean Camera | 2014-09-08 | 1 | -12/+12 |
|\ | | | | | Fix mismatched capitalization of "TWI" for the XMEGA architecture TWI driver. | ||||
| * | Make twi capitalization match. | Jacob Schloss | 2014-09-07 | 1 | -12/+12 |
| | | |||||
* | | Fix Serial_XMEGA.h syntax and define error | Hell | 2014-08-13 | 1 | -3/+3 |
| | | |||||
* | | Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵ | Dean Camera | 2014-07-15 | 1 | -1/+30 |
|/ | | | | functions. | ||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 6 | -12/+12 |
| | |||||
* | Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵ | Dean Camera | 2013-08-13 | 1 | -3/+3 |
| | | | | prevent Doxygen from choking. | ||||
* | Fix XMEGA TWI driver indentation and style to conform to the rest of the ↵ | Dean Camera | 2013-08-13 | 2 | -104/+103 |
| | | | | LUFA codebase. | ||||
* | Bugfixes with the protocol. | Michael Janssen | 2013-08-06 | 2 | -12/+21 |
| | | | | | | | | - Bitmasks need to be equal, not just result in non-zero - Only read status once in case it changes under us - Logical and not binary and when checking for acks on sending - We need to stop the bus when receiving the last byte - Force the bus into idle mode when we are Initing | ||||
* | Minor bugfixes / missed compile stuff. | Michael Janssen | 2013-07-31 | 1 | -7/+7 |
| | |||||
* | Fix NON-NULL attributes, add for TWI_t. | Michael Janssen | 2013-07-24 | 1 | -8/+8 |
| | |||||
* | TWI Master has a sub-structure | Michael Janssen | 2013-07-24 | 1 | -4/+4 |
| | |||||
* | Add TWI Peripheral driver for XMEGA | Michael Janssen | 2013-07-24 | 2 | -0/+479 |
| | |||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 1 | -2/+2 |
| | | | | appropriate communication interface. | ||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 3 | -5/+5 |
| | |||||
* | Fix Serial peripheral driver compile error for XMEGA devices. | Dean Camera | 2013-04-29 | 2 | -4/+4 |
| | |||||
* | Fix typo in the XMEGA SerialSPI peripheral driver. | Dean Camera | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Add some missing function attributes. | Dean Camera | 2013-04-11 | 4 | -25/+42 |
| | |||||
* | Changed all *_SendByte() function prototypes to accept a void pointer for ↵ | Dean Camera | 2013-02-24 | 2 | -8/+8 |
| | | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 4 | -8/+8 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 4 | -4/+4 |
| | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 3 | -8/+8 |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -8/+3 |
| | |||||
* | Add architecture guards to all architecture-specific files, so that they can ↵ | Dean Camera | 2012-04-07 | 1 | -0/+5 |
| | | | | be bulk-added to existing IDE projects without having to exclude unused architecture files. | ||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 2 | -53/+50 |
| | | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-02-12 | 3 | -30/+30 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-12 | 2 | -15/+16 |
| | |||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -0/+208 |
| | | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. | ||||
* | Added Serial USART peripheral driver for the XMEGA platform. | Dean Camera | 2012-02-12 | 3 | -12/+383 |
| | | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -5/+5 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -248/+248 |
| | | | | and converted to the native values on checkout. | ||||
* | Add XMEGA SPI peripheral driver. | Dean Camera | 2011-10-31 | 1 | -0/+248 |