projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Update the Low Level Audio Input and Audio Output demos to support multiple sample...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Peripheral
/
2011-06-05
Dean Camera
Massive corrections to the project documentation and...
tree
|
commitdiff
2011-06-01
Dean Camera
Spell check library source code files.
tree
|
commitdiff
2011-03-15
Dean Camera
Remove redundant Doxygen guards from the internal prepr...
tree
|
commitdiff
2011-02-26
Dean Camera
Added TWI baud rate prescaler and bit length parameters...
tree
|
commitdiff
2011-02-20
Dean Camera
Make sure the peripheral driver .c files include the...
tree
|
commitdiff
2011-02-20
Dean Camera
Rename architecture specific driver files, to make...
tree
|
commitdiff
2011-02-20
Dean Camera
More Doxygen updates for multiple architecture support.
tree
|
commitdiff
2011-02-19
Dean Camera
Fix documentation glitches from the restructuring changes.
tree
|
commitdiff
2011-02-19
Dean Camera
Add new ARCH option to the makefiles to (eventually...
tree
|
commitdiff
2011-01-30
Dean Camera
Renamed all driver termination *_ShutDown() functions...
tree
|
commitdiff
2011-01-30
Dean Camera
Renamed the PRNT_Host_SendString(), CDC_Host_SendString...
tree
|
commitdiff
2011-01-30
Dean Camera
Removed SerialStream module, rolled functionality into...
tree
|
commitdiff
2011-01-16
Dean Camera
Added new ADC_GET_CHANNEL_MASK() convenience macro...
tree
|
commitdiff
2011-01-13
Dean Camera
Added new high level TWI packet read/write commands...
tree
|
commitdiff
2011-01-08
Dean Camera
Minor documentation improvements.
tree
|
commitdiff
2011-01-01
Dean Camera
Update copyright year on all source files.
tree
|
commitdiff
2010-12-26
Dean Camera
Fix compile errors from the changes to the SerialStream...
tree
|
commitdiff
2010-12-26
Dean Camera
Documentation improvements - put driver example code...
tree
|
commitdiff
2010-12-26
Dean Camera
Added basic driver example use code to the library...
tree
|
commitdiff
2010-10-28
Dean Camera
Move RNDISConstants.h into the RNDIS class driver commo...
tree
|
commitdiff
2010-10-28
Dean Camera
Changed over fourwalledcubicle.com links to the new...
tree
|
commitdiff
2010-10-20
Dean Camera
Oops - fix broken SPI driver due to missing bit inversi...
tree
|
commitdiff
2010-10-13
Dean Camera
Fix SoftUART.c not compiling due to accidental check...
tree
|
commitdiff
2010-10-13
Dean Camera
Clean up excessive whitespace at the end of each line...
tree
|
commitdiff
2010-10-06
Dean Camera
Fixed SPI driver not explicitly setting /SS and MISO...
tree
|
commitdiff
2010-08-31
Dean Camera
Fix incorrect ADC driver documentation for the paramete...
tree
|
commitdiff
2010-08-02
Dean Camera
Hide the PROGMEM attribute from Doxygen, as it appears...
tree
|
commitdiff
2010-07-31
Dean Camera
Fixed Serial peripheral driver not turning off the...
tree
|
commitdiff
2010-07-30
Dean Camera
Oops - fix mixed "initialize" and "initialise" - opt...
tree
|
commitdiff
2010-07-30
Dean Camera
More spell checking of all source files -- correct...
tree
|
commitdiff
2010-07-29
Dean Camera
Oops - remove duplicated SPI driver init mask.
tree
|
commitdiff
2010-07-29
Dean Camera
Added support to the AVRISP-MKII project for ISP speeds...
tree
|
commitdiff
2010-07-22
Dean Camera
Convert over internal pseudo-function macros to true...
tree
|
commitdiff
2010-07-21
Dean Camera
Add missing const qualifiers to class drivers.
tree
|
commitdiff
2010-07-19
Dean Camera
Update makefiles to use the latest WinAVR/Atmel toolcha...
tree
|
commitdiff
2010-06-17
Dean Camera
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
tree
|
commitdiff
2010-06-16
Dean Camera
Spell check code and manual pages. Remove custom Doxyge...
tree
|
commitdiff
2010-05-29
Dean Camera
Fix spacing of the function parameter descriptions...
tree
|
commitdiff
2010-05-18
Dean Camera
Added new ADC_DisableChannel() function (thanks to...
tree
|
commitdiff
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
tree
|
commitdiff
2010-05-04
Dean Camera
Fix up the ADC driver for the U4 parts to remove a...
tree
|
commitdiff
2010-04-13
Dean Camera
Removed two-step endpoint/pipe bank clear and switch...
tree
|
commitdiff
2010-03-29
Dean Camera
Add file-level brief documentation.
tree
|
commitdiff
2010-03-15
Dean Camera
Improve documentation for the ADC and TWI drivers.
tree
|
commitdiff
2010-03-13
Dean Camera
Fixed ADC routines not correctly returning the last...
tree
|
commitdiff
2010-02-25
Dean Camera
Fix TWI driver not aborting when faced with no response...
tree
|
commitdiff
2010-02-24
Dean Camera
Added a timeout value to the TWI_StartTransmission...
tree
|
commitdiff
2010-02-24
Dean Camera
Revert changes made for the partial port to the AVR32...
tree
|
commitdiff
2010-02-24
Dean Camera
More AVR32 achitecture ports.
tree
|
commitdiff
2010-02-23
Dean Camera
Update Temperature board driver to be AVR32 compatible...
tree
|
commitdiff
2010-02-23
Dean Camera
Fixed software PDI/TPI programming mode in the AVRISP...
tree
|
commitdiff
2010-02-22
Dean Camera
Add start of an AVR32 SPI driver.
tree
|
commitdiff
2010-02-22
Dean Camera
Rename AVRU4U6U9 peripheral driver directory to AVR8.
tree
|
commitdiff
2010-02-22
Dean Camera
Make SPI and USART peripheral dispatch driver headers...
tree
|
commitdiff
2010-02-22
Dean Camera
Add drivers for the EVK1101 - begin full port to the...
tree
|
commitdiff
2010-02-12
Dean Camera
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UB...
tree
|
commitdiff
2010-02-11
Dean Camera
Add more include protection macros to give the user...
tree
|
commitdiff
2010-02-05
Dean Camera
Fixed SerialStream driver not setting stdin to the...
tree
|
commitdiff
2010-02-05
Dean Camera
Oops - serial stream driver should return _FDEV_EOF...
tree
|
commitdiff
2010-02-05
Dean Camera
Fixed SerialStream driver blocking while waiting for...
tree
|
commitdiff
2010-02-01
Dean Camera
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
tree
|
commitdiff
2010-01-27
Dean Camera
Clean up Webserver project - add more Doxygen documenta...
tree
|
commitdiff
2010-01-25
Dean Camera
Move TWI.c driver into the straight LUFA/Drivers/Periph...
tree
|
commitdiff
2010-01-25
Dean Camera
ADC2 and ADC3 channels do not exist on the U4 series...
tree
|
commitdiff
2010-01-25
Dean Camera
Added explicit ADC channel masks for the standard set...
tree
|
commitdiff
2010-01-19
Dean Camera
Changed XPLAINBridge project to be both a USB to USART...
tree
|
commitdiff
2010-01-19
Dean Camera
Added master mode hardware TWI driver.
tree
|
commitdiff
2010-01-15
Dean Camera
Fixed invalid USB controller PLL prescaler values for...
tree
|
commitdiff
2009-12-30
Dean Camera
Update copyright year to 2010.
tree
|
commitdiff
2009-12-30
Dean Camera
Add new TemperatureDataLogger project, a simple USB...
tree
|
commitdiff
2009-12-28
Dean Camera
Fix MIT license language to make its intent clearer.
tree
|
commitdiff
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
tree
|
commitdiff
2009-11-11
Dean Camera
Minor code cleanups for clarity.
tree
|
commitdiff
2009-11-09
Dean Camera
Spell check all source code variables, comments and...
tree
|
commitdiff
2009-11-06
Dean Camera
Add double banking property to LUFA powered projects...
tree
|
commitdiff
2009-11-03
Dean Camera
Rename the AT90USBXXX67 internal driver directory to...
tree
|
commitdiff
2009-08-23
Dean Camera
Fixed AVRISP programmer demo -- can now connect to...
tree
|
commitdiff
2009-08-23
Dean Camera
Added V2Protocol handlers to the AVRISP project to...
tree
|
commitdiff
2009-07-14
Dean Camera
Added better module summaries.
tree
|
commitdiff
2009-06-28
Dean Camera
Added const modifiers to device mode class drivers.
tree
|
commitdiff
2009-06-22
Dean Camera
Corrected the ADC driver for the ATMEGA16U4 and ATMEGA3...
tree
|
commitdiff
2009-05-07
Dean Camera
Serial driver now correctly calculates the baud registe...
tree
|
commitdiff
2009-04-26
Dean Camera
Fixed SPI driver init function not clearing SPI2X bit...
tree
|
commitdiff
2009-04-22
Dean Camera
Documentation enhancements to improve documentation...
tree
|
commitdiff
2009-04-19
Dean Camera
Fixed incorrect HID interface class and subclass values...
tree
|
commitdiff
2009-04-17
Dean Camera
More documentation changes for better module-level...
tree
|
commitdiff
2009-04-17
Dean Camera
Renamed Serial_Stream driver to SerialStream to remain...
tree
|
commitdiff
2009-04-17
Dean Camera
Rename Drivers/AT90USBXXX to Drivers/Peripheral.
tree
|
commitdiff