aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/LEDs.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-0/+2
| | | | More XMEGA USB core fixes.
* Add missing function attributes to the RingBuffer driver to reduce the ↵Dean Camera2011-07-111-20/+22
| | | | | | chances of invalid usage. Fix duplicated LED driver functions in the Doxygen documentation.
* Fix improper indenting of the internal board driver dispatch headers.Dean Camera2011-07-061-85/+86
| | | | Slight improvements to the ADC peripheral driver example in the manual.
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-271-0/+2
| | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-0/+2
|
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-1/+1
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-0/+2
|
* Spell check library source code files.Dean Camera2011-06-011-2/+2
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-181-25/+25
| | | | better organisation.
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-5/+5
| | | | | | 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.
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-151-3/+0
|
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-201-7/+7
|
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-201-0/+2
| | | | architecture.
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-1/+2
|
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-2/+2
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-161-0/+2
|
* Minor documentation improvements.Dean Camera2011-01-081-5/+5
|
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-2/+5
| | | | fix incorrect and missing section names.
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-0/+23
| | | | 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.
* Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean Camera2010-11-211-0/+2
| | | | board.
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-0/+2
| | | | | | 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).
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Added board hardware driver support for the Minimus board (thanks to the ↵Dean Camera2010-10-171-0/+2
| | | | PSGroove team).
* Added board hardware driver support for the Maximus board (thanks to the ↵Dean Camera2010-10-171-0/+2
| | | | PSGroove team).
* Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean Camera2010-10-171-0/+2
| | | | to the PSGroove team).
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-11/+12
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+2
| | | | Added SVN eol-style property to the library driver files that are missing it.
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-2/+4
| | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-0/+2
|
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-0/+2
|
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-0/+2
|
* Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean Camera2010-09-031-0/+6
| | | | board (thanks to Steve Fawcett).
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-2/+2
| | | | EN-GB spelling dictionary.
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-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 Camera2010-06-171-7/+7
| | | | Minor tweaks to the library documentation.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-1/+1
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-184/+184
| | | | correctly converted to the target system's native end of line style.
* Oops - make sure board driver dispatch headers test for the correct BOARD ↵Dean Camera2010-03-301-1/+1
| | | | | | define values. Add button support for the BENITO board target.
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-0/+2
|
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-301-1/+4
|
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-0/+2
|
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-4/+4
| | | | Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-9/+7
|
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-7/+9
|
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-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 Camera2010-02-041-2/+8
| | | | | | 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 Camera2009-12-301-2/+2
|