Dean Camera
|
f3ec62b5c6
|
More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
|
14 years ago |
Dean Camera
|
5e73190582
|
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
|
14 years ago |
Dean Camera
|
e0a3f26978
|
Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
|
14 years ago |
Dean Camera
|
3d4d8e7f62
|
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|
14 years ago |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
14 years ago |
Dean Camera
|
cb779e3d7d
|
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.
|
14 years ago |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
84696c727d
|
Added board hardware driver support for the BUI development board.
|
14 years ago |
Dean Camera
|
0f45b9c8e0
|
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
|
14 years ago |
Dean Camera
|
9b0e4b8356
|
Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.
|
14 years ago |
Dean Camera
|
97143bf814
|
Add missing const qualifiers to class drivers.
Indent core library function parameters so that there is only one parameter per line, to increase readability.
|
15 years ago |
Dean Camera
|
071e02c6b6
|
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.
|
15 years ago |
Dean Camera
|
9257f4ab8e
|
Add briefs for the library core structures.
|
15 years ago |
Dean Camera
|
0557676013
|
Add file-level brief documentation.
Remove accidentally duplicated model-specific peripheral driver files.
|
15 years ago |
Dean Camera
|
d49cc0f783
|
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.
|
15 years ago |
Dean Camera
|
a4ebf4e920
|
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
|
15 years ago |
Dean Camera
|
5fc294a650
|
Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.
|
15 years ago |
Dean Camera
|
a56d95e8c2
|
Fix XPLAIN Dataflash and LED drivers.
|
15 years ago |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
15 years ago |
Dean Camera
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
15 years ago |
Dean Camera
|
bae00a3d42
|
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.
|
15 years ago |