summaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral
AgeCommit message (Expand)Author
2012-02-19Add tag for the 120219 release.LUFA-120219Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-24Minor Doxygen documentation improvements.Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-10-31Add XMEGA SPI peripheral driver.Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-09-02Update the TempDataLogger project and driver documentation to use the new TWI...Dean
2011-09-02Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean
2011-08-31Make TWI_ReadPacket() use a repeated start condition rather than a full bus r...Dean
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
2011-08-19Fix TWI peripheral driver example code in the library documentation.Dean
2011-08-17Minor documentation corrections.Dean
2011-07-12Add more missing function attributes to the TWI peripheral driver.Dean
2011-07-12Add missing function attributes.Dean
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
2011-07-06Fix improper indenting of the internal board driver dispatch headers.Dean
2011-06-18Fix TWI driver documentation example (thanks to Jerome Colombie).Dean
2011-06-16Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-01Spell check library source code files.Dean
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
2011-02-26Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun...Dean
2011-02-20Make sure the peripheral driver .c files include the driver dispatch header, ...Dean
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-19Fix documentation glitches from the restructuring changes.Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-30Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-16Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean
2011-01-13Added new high level TWI packet read/write commands, altered behaviour of the...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Fix compile errors from the changes to the SerialStream and board Temperature...Dean
2010-12-26Documentation improvements - put driver example code into its own section, fi...Dean
2010-12-26Added basic driver example use code to the library documentation.Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-20Oops - fix broken SPI driver due to missing bit inversion on a port mask.Dean
2010-10-13Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-06Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_...Dean
2010-08-31Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean
2010-08-02Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean
2010-07-31Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean
2010-07-30Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Oops - remove duplicated SPI driver init mask.Dean