Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 1 | -10/+10 |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -2/+3 |
| | | | | | | | | 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. | ||||
* | Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵ | Dean Camera | 2012-02-09 | 1 | -2/+4 |
| | | | | architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface. | ||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -2/+2 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -1/+1 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 1 | -12/+2 |
| | | | | USART-as-SPI transport driver still pending). | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -2/+2 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -2/+2 |
| | |||||
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 1 | -8/+6 |
| | | | | better organisation. | ||||
* | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean Camera | 2011-03-15 | 1 | -3/+0 |
| | |||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 1 | -1/+1 |
| | | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily. | ||||
* | More Doxygen updates for multiple architecture support. | Dean Camera | 2011-02-20 | 1 | -2/+4 |
| | |||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -5/+3 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 1 | -2/+2 |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. | ||||
* | Fix typos and outdated information. | Dean Camera | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 1 | -7/+7 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 1 | -2/+5 |
| | | | | fix incorrect and missing section names. | ||||
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 1 | -1/+50 |
| | | | | Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -13/+14 |
| | | | | tool made by Laszlo Monda | ||||
* | Added board hardware driver support for the Olimex AVR-USB-162 development ↵ | Dean Camera | 2010-09-03 | 1 | -0/+4 |
| | | | | board (thanks to Steve Fawcett). | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Convert over internal pseudo-function macros to true inline functions for ↵ | Dean Camera | 2010-07-22 | 1 | -79/+52 |
| | | | | added type-safety and compile-checking. | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -1/+2 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -2/+2 |
| | | | | Minor tweaks to the library documentation. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -233/+233 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -0/+1 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -5/+3 |
| | |||||
* | Update Temperature board driver to be AVR32 compatible when the ADC ↵ | Dean Camera | 2010-02-23 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. | Dean Camera | 2010-02-22 | 1 | -0/+2 |
| | |||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -0/+1 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 1 | -2/+2 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | ||||
* | Added support for the Atmel EVK527 board hardware. | Dean Camera | 2009-12-04 | 1 | -0/+2 |
| | |||||
* | Added support for the Dataflash mounted on the XPLAIN board. Added new ↵ | Dean Camera | 2009-12-03 | 1 | -0/+4 |
| | | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions. | ||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Doxygen fixes to \param directives to give data direction in all projects. ↵ | Dean Camera | 2009-09-24 | 1 | -2/+4 |
| | | | | Make HID item filtering routines clearer in the HID WithParser demos. | ||||
* | Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board ↵ | Dean Camera | 2009-08-31 | 1 | -1/+0 |
| | | | | driver dispatch headers. | ||||
* | Fixed AVRISP programmer demo -- can now connect to a target and read/write ↵ | Dean Camera | 2009-08-23 | 1 | -7/+3 |
| | | | | | | | | Sig/Lock/Fuse/OSCCAL bytes successfully. Changed SPI_Init() to allow for the clock polarity and data sample modes to be set. Changed Dataflash_Init() to no longer call SPI_Init() automatically. | ||||
* | Added better module summaries. | Dean Camera | 2009-07-14 | 1 | -1/+2 |
| | |||||
* | Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ↵ | Dean Camera | 2009-06-29 | 1 | -1/+14 |
| | | | | | | | | the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index. Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%. |