aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/XPLAIN
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-182-311/+0
| | | | better organisation.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-201-1/+1
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-202-12/+4
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Move out Dataflash IC command constants headers into the general ↵Dean Camera2011-02-192-116/+1
| | | | LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-193-3/+3
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Update copyright year on all source files.Dean Camera2011-01-013-6/+6
|
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-0/+6
| | | | Add logical grouping of related #define values for better Doxygen documentation.
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-283-3/+3
| | | | 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 Camera2010-10-133-43/+46
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-143-10/+10
|
* Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵Dean Camera2010-09-091-2/+2
| | | | | | 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-083-363/+363
| | | | correctly converted to the target system's native end of line style.
* Add briefs for the library core structures.Dean Camera2010-03-293-0/+6
|
* Add file-level brief documentation.Dean Camera2010-03-293-6/+3
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-6/+7
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-221-7/+6
| | | | native word size types.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-112-2/+2
| | | | 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-013-0/+15
| | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
* Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.Dean Camera2010-01-071-1/+1
|
* Fix XPLAIN Dataflash and LED drivers.Dean Camera2010-01-072-11/+9
|
* Update copyright year to 2010.Dean Camera2009-12-303-6/+6
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-283-21/+21
|
* Added support for the Dataflash mounted on the XPLAIN board. Added new ↵Dean Camera2009-12-032-0/+226
| | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-0/+121