aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK527
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-135-57/+62
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-145-16/+16
|
* Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵Dean Camera2010-09-091-1/+1
| | | | | | missing it (thanks to Andrei Krainev). Simplify some of the LED driver functions to produce more compact code.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Convert over internal pseudo-function macros to true inline functions for ↵Dean Camera2010-07-221-0/+60
| | | | added type-safety and compile-checking.
* Add missing const qualifiers to class drivers.Dean Camera2010-07-212-2/+4
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-085-574/+574
| | | | correctly converted to the target system's native end of line style.
* Add briefs for the library core structures.Dean Camera2010-03-295-0/+10
|
* Add file-level brief documentation.Dean Camera2010-03-295-10/+5
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-8/+11
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-223-11/+8
| | | | native word size types.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-114-4/+4
| | | | to manually include private driver header files, instead of the public driver headers.
* Make board specific and device peripheral specific drivers' file ↵Dean Camera2010-02-015-0/+25
| | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
* Update copyright year to 2010.Dean Camera2009-12-305-10/+10
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-285-35/+35
|
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
|
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-045-0/+544