Add support for the Arduino Micro board, fix other Arduino board LED drivers.
[pub/USBasp.git] / LUFA / Drivers / Peripheral /
2014-09-08 Dean CameraMerge pull request #36 from hexwab/midimacrofix
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-09-08 Jacob SchlossMake twi capitalization match.
2014-08-24 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-08-13 Dean CameraMerge pull request #35 from hellprototypes/sandbox
2014-08-13 HellFix Serial_XMEGA.h syntax and define error
2014-07-15 Dean CameraAdd Serial_IsSendReady() and Serial_IsSendComplete...
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-08-13 Dean CameraUse seperate ATTR_NON_NULL_PTR_ARG() decorators in...
2013-08-13 Dean CameraFix XMEGA TWI driver indentation and style to conform...
2013-08-13 Dean CameraMerge branch 'xmega-twi' of github.com:jamuraa/lufa...
2013-08-12 Dean CameraFix broken USART SPI driver for the AVR8 architecture.
2013-08-07 Michael JanssenBugfixes with the protocol.
2013-08-01 Michael JanssenMinor bugfixes / missed compile stuff.
2013-07-24 Michael JanssenFix NON-NULL attributes, add for TWI_t.
2013-07-24 Michael JanssenTWI Master has a sub-structure
2013-07-24 Michael JanssenAdd TWI Peripheral driver for XMEGA
2013-06-12 Dean CameraUpdate board Dataflash_Init() functions to automaticall...
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-04-29 Dean CameraFix Serial peripheral driver compile error for XMEGA...
2013-04-23 Dean CameraFix typo in the XMEGA SerialSPI peripheral driver.
2013-04-11 Dean CameraAdd some missing function attributes.
2013-04-11 Dean CameraDon't generate the full HTML documentation when only...
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-03-18 Dean CameraMinor documentation improvements.
2013-02-24 Dean CameraChanged all *_SendByte() function prototypes to accept...
2013-01-15 Dean CameraFixed bug in the TWI peripheral driver for the AVR8...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraRemove support for devices that were not put into produ...
2012-10-05 Dean CameraMinor documentation improvements.
2012-08-20 Dean CameraMinor documentation improvements.
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-09 Dean CameraEnsure Temperature.c and TWI_AVR8.c can be compiled...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-19 Dean CameraFix errors uncovered by the new build test compile...
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-13 Dean CameraAdd missing file Subversion EOL-style properties.
2012-02-12 Dean CameraMinor documentation improvements.
2012-02-12 Dean CameraMinor documentation improvements.
2012-02-12 Dean CameraAdd new Master SPI Mode USART serial peripheral driver...
2012-02-12 Dean CameraAdded Serial USART peripheral driver for the XMEGA...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-11-09 Dean CameraAdd missing SVN eol-style property to ensure that sourc...
2011-10-31 Dean CameraAdd XMEGA SPI peripheral driver.
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-09-02 Dean CameraUpdate the TempDataLogger project and driver documentat...
2011-09-02 Dean CameraAdd new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8...
2011-08-31 Dean CameraMake TWI_ReadPacket() use a repeated start condition...
2011-08-22 Dean CameraRenamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
2011-08-19 Dean CameraFix TWI peripheral driver example code in the library...
2011-08-17 Dean CameraMinor documentation corrections.
2011-07-12 Dean CameraAdd more missing function attributes to the TWI periphe...
2011-07-12 Dean CameraAdd missing function attributes.
2011-07-12 Dean CameraAdded new USB_Host_GetDeviceStatus() function for USB...
2011-07-06 Dean CameraFix improper indenting of the internal board driver...
2011-06-18 Dean CameraFix TWI driver documentation example (thanks to Jerome...
2011-06-16 Dean CameraAdded new \ref SPI_GetCurrentMode() function to the...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-01 Dean CameraSpell check library source code files.
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
2011-02-26 Dean CameraAdded TWI baud rate prescaler and bit length parameters...
2011-02-20 Dean CameraMake sure the peripheral driver .c files include the...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-19 Dean CameraFix documentation glitches from the restructuring changes.
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-16 Dean CameraAdded new ADC_GET_CHANNEL_MASK() convenience macro...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraFix compile errors from the changes to the SerialStream...
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-26 Dean CameraAdded basic driver example use code to the library...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-20 Dean CameraOops - fix broken SPI driver due to missing bit inversi...
2010-10-13 Dean CameraFix SoftUART.c not compiling due to accidental check...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-06 Dean CameraFixed SPI driver not explicitly setting /SS and MISO...
2010-08-31 Dean CameraFix incorrect ADC driver documentation for the paramete...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraOops - remove duplicated SPI driver init mask.
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
next