aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/LEDs.h
AgeCommit message (Collapse)Author
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2420 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Spell check source code, fix mistakes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2322 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2185 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Added support for the DorkbotPDX Duce board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2176 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-23Fix documentation of the board LED driver (thanks to Karl Lunt).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2172 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-17Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵Dean
(thanks to Sam Lin). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2112 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2065 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-06Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2036 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean
1 and 2). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2031 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-03Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean
definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2021 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-03Add support for the Micropendous series of USB AVR8 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2020 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-29Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean
to the board hardware drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2013 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1997 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1981 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
More XMEGA USB core fixes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1965 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-11Add missing function attributes to the RingBuffer driver to reduce the ↵Dean
chances of invalid usage. Fix duplicated LED driver functions in the Doxygen documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1860 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-06Fix improper indenting of the internal board driver dispatch headers.Dean
Slight improvements to the ADC peripheral driver example in the manual. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1847 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1826 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-27Add board driver support for the EVK1100 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1825 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-05Massive corrections to the project documentation and code comments, thanks ↵Dean
to Russian translation services provided by Andrey from Microsin.ru. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1782 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-04Added board driver support for the Busware TUL board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1780 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-01Spell check library source code files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-18Seperated out board drivers by architecture in the library internals for ↵Dean
better organisation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1755 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-08Correct UC3 global interrupt functions.Dean
Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function. Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1730 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1715 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Update board driver common APIs to use uint_reg_t.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1680 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean
architecture. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1676 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20More Doxygen updates for multiple architecture support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1674 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-16Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1666 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-08Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1626 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-12-26Documentation improvements - put driver example code into its own section, ↵Dean
fix incorrect and missing section names. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1616 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-12-26Added basic driver example use code to the library documentation.Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1615 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-21Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean
board. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1587 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-08Added board hardware driver support for the Adafruit U4 breakout board.Dean
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). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1559 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Minimus board (thanks to the ↵Dean
PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1533 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Maximus board (thanks to the ↵Dean
PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1531 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean
to the PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1530 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-06Added board hardware driver support for the Busware CUL V3 board.Dean
Added SVN eol-style property to the library driver files that are missing it. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1515 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-28Added board hardware driver support for the Arduino Uno development board.Dean
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1499 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-14Added board hardware driver support for the BUI development board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1478 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-14Added board hardware driver support for the UDIP development board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1477 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-04Added board hardware driver support for the USBFOO development board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1461 d5102386-fcda-11dd-9fdb-3debd5008f28