aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/AVR8
AgeCommit message (Collapse)Author
2012-06-09Spell check source code, fix mistakes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2322 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects ↵Dean
with non-supported hardware - produce errors only if the user application includes the module header files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2152 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Add architecture guards to all architecture-specific files, so that they can ↵Dean
be bulk-added to existing IDE projects without having to exclude unused architecture files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2136 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Minor documentation fixes - change \note entries to \warning where ↵Dean
appropriate and remove/update old documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2066 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean
configuration function broken, redundant function prototypes and unused parameters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2059 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-18Add build tests to verify correct compilation of as many modules as possible ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2053 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2049 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2048 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2047 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Added Serial USART peripheral driver for the XMEGA platform.Dean
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2046 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-24Minor Doxygen documentation improvements.Dean
Add missing ATTR_NON_NULL_PTR_ARG and const decorations. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1992 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean
declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1932 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-02Update the TempDataLogger project and driver documentation to use the new ↵Dean
TWI_BITLENGTH_FROM_FREQ() macro. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1919 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-02Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean
Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1918 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-31Make TWI_ReadPacket() use a repeated start condition rather than a full bus ↵Dean
release/recapture after the read address has been sent. Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred. Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1917 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1911 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-19Fix TWI peripheral driver example code in the library documentation.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1908 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-17Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1907 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-12Add more missing function attributes to the TWI peripheral driver.Dean
Fix incorrect standard request name in the host standard request driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1863 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-12Add missing function attributes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1862 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1861 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-06Fix improper indenting of the internal board driver dispatch headers.Dean
Slight improvements to the ADC peripheral driver example in the manual. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1847 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-18Fix TWI driver documentation example (thanks to Jerome Colombie).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1807 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-16Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1804 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-05Massive corrections to the project documentation and code comments, thanks ↵Dean
to Russian translation services provided by Andrey from Microsin.ru. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1782 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-01Spell check library source code files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-26Added TWI baud rate prescaler and bit length parameters to the TWI_Init() ↵Dean
function (thanks to Thomas Herlinghaus). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1683 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Make sure the peripheral driver .c files include the driver dispatch header, ↵Dean
rather than the architecture specific header files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1678 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ↵Dean
identifying filenames in the documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1155 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-23Update Temperature board driver to be AVR32 compatible when the ADC ↵Dean
peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1151 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-23Fixed software PDI/TPI programming mode in the AVRISP project not correctly ↵Dean
toggling just the clock pin. Fix broken AVR8 Serial peripheral driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1150 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-22Add start of an AVR32 SPI driver.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1147 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-22Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1146 d5102386-fcda-11dd-9fdb-3debd5008f28