- 26 Dec, 2010 2 commits
-
-
Dean Camera authored
Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
-
Dean Camera authored
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.
-
- 21 Nov, 2010 1 commit
-
-
Dean Camera authored
-
- 08 Nov, 2010 1 commit
-
-
Dean Camera authored
Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
-
- 28 Oct, 2010 1 commit
-
-
Dean Camera authored
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.
-
- 17 Oct, 2010 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 06 Oct, 2010 1 commit
-
-
Dean Camera authored
Added SVN eol-style property to the library driver files that are missing it.
-
- 28 Sep, 2010 1 commit
-
-
Dean Camera authored
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
-
- 14 Sep, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 04 Sep, 2010 1 commit
-
-
Dean Camera authored
-
- 03 Sep, 2010 1 commit
-
-
Dean Camera authored
Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).
-
- 30 Jul, 2010 1 commit
-
-
Dean Camera authored
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
-
- 21 Jul, 2010 1 commit
-
-
Dean Camera authored
Indent core library function parameters so that there is only one parameter per line, to increase readability.
-
- 17 Jun, 2010 1 commit
-
-
Dean Camera authored
Minor tweaks to the library documentation.
-
- 16 Jun, 2010 1 commit
-
-
Dean Camera authored
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better.
-
- 29 May, 2010 1 commit
-
-
Dean Camera authored
-
- 08 May, 2010 1 commit
-
-
Dean Camera authored
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.
-
- 30 Mar, 2010 4 commits
-
-
Dean Camera authored
Add button support for the BENITO board target.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 29 Mar, 2010 1 commit
-
-
Dean Camera authored
Remove accidentally duplicated model-specific peripheral driver files.
-
- 24 Mar, 2010 1 commit
-
-
Dean Camera authored
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
-
- 24 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 22 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 11 Feb, 2010 1 commit
-
-
Dean Camera authored
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.
-
- 04 Feb, 2010 1 commit
-
-
Dean Camera authored
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which 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.
-
- 30 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 28 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 04 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 03 Dec, 2009 1 commit
-
-
Dean Camera authored
Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
-
- 03 Oct, 2009 1 commit
-
-
Dean Camera authored
Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode.
-
- 02 Oct, 2009 1 commit
-
-
Dean Camera authored
-
- 17 Sep, 2009 1 commit
-
-
Dean Camera authored
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
-
- 31 Aug, 2009 1 commit
-
-
Dean Camera authored
-
- 24 Jul, 2009 1 commit
-
-
Dean Camera authored
-