Graf commitů

71 Commity (a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8)

Autor SHA1 Zpráva Datum
Dean Camera a8b66f318d Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
před 15 roky
Dean Camera 2073b96d82 Added basic driver example use code to the library documentation.
před 15 roky
Dean Camera b120c4e4cd Move RNDISConstants.h into the RNDIS class driver common definition header.
před 15 roky
Dean Camera cb779e3d7d Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
před 15 roky
Dean Camera 5517f96e86 Oops - fix broken SPI driver due to missing bit inversion on a port mask.
před 15 roky
Dean Camera 31daf04c6a Fix SoftUART.c not compiling due to accidental check in of changes not yet complete in the rest of the XPLAINBridge project code.
před 15 roky
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
před 15 roky
Dean Camera accadba2dd Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called.
před 15 roky
Dean Camera 009eebf229 Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix incorrect call to ADC_Init() in the TemperatureDatalogger project.
před 15 roky
Dean Camera 48c5cdced4 Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations.
před 15 roky
Dean Camera 9597b33c33 Fixed Serial peripheral driver not turning off the USART before reconfiguring it, which would cause incorrect operation to occur (thanks to Bob Paddock).
před 15 roky
Dean Camera 612df774d9 Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
před 15 roky
Dean Camera 0f45b9c8e0 More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
před 15 roky
Dean Camera 1d4ff3695d Oops - remove duplicated SPI driver init mask.
před 15 roky
Dean Camera de5b16909a Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver.
před 15 roky
Dean Camera 9b0e4b8356 Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.
před 15 roky
Dean Camera 97143bf814 Add missing const qualifiers to class drivers.
před 15 roky
Dean Camera 6b5e684c77 Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
před 15 roky
Dean Camera deed746d37 Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
před 15 roky
Dean Camera 711542ee89 Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better.
před 15 roky
Dean Camera 328ed71ce7 Fix spacing of the function parameter descriptions in the Doxygen documentation.
před 15 roky
Dean Camera d3699d0261 Added new ADC_DisableChannel() function (thanks to Mich Davis).
před 15 roky
Dean Camera 071e02c6b6 Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
před 15 roky
Dean Camera a926053ab5 Fix up the ADC driver for the U4 parts to remove a typo on one of the register names.
před 15 roky
Dean Camera 7b79325aa0 Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.
před 15 roky
Dean Camera 0557676013 Add file-level brief documentation.
před 16 roky
Dean Camera b2bdfe4377 Improve documentation for the ADC and TWI drivers.
před 16 roky
Dean Camera 4f9dd142e7 Fixed ADC routines not correctly returning the last result when multiple channels were read.
před 16 roky
Dean Camera 634abab38a Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus.
před 16 roky
Dean Camera c0c982df7a Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond.
před 16 roky
Dean Camera 071fd8ce53 Revert changes made for the partial port to the AVR32 architecture.
před 16 roky
Dean Camera a7aaa45ec4 More AVR32 achitecture ports.
před 16 roky
Dean Camera e11fddfe66 Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
před 16 roky
Dean Camera c24027f3b5 Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin.
před 16 roky
Dean Camera 99a45fa97d Add start of an AVR32 SPI driver.
před 16 roky
Dean Camera ff8e0ea2d6 Rename AVRU4U6U9 peripheral driver directory to AVR8.
před 16 roky
Dean Camera 1d8bb8f9bc Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers.
před 16 roky
Dean Camera aae20139b9 Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
před 16 roky
Dean Camera a71820b259 Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato).
před 16 roky
Dean Camera d49cc0f783 Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.
před 16 roky
Dean Camera 7602566a05 Fixed SerialStream driver not setting stdin to the created serial stream.
před 16 roky
Dean Camera 658234a0b0 Oops - serial stream driver should return _FDEV_EOF when no data has been received, not EOF.
před 16 roky
Dean Camera 6ba0b860cc Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF.
před 16 roky
Dean Camera 4d246a82cb Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).
před 16 roky
Dean Camera cec699ac59 Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
před 16 roky
Dean Camera 4bd44139b1 Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
před 16 roky
Dean Camera 857381185d ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.
před 16 roky
Dean Camera b68f7f1649 Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.
před 16 roky
Dean Camera 60fd0ff418 Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
před 16 roky
Dean Camera 2746154652 Added master mode hardware TWI driver.
před 16 roky