aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs
Commit message (Collapse)AuthorAgeFilesLines
* Improve commenting of the Dataflash stub board driver file, to prevent ↵Dean Camera2010-07-041-7/+15
| | | | confusion of what the dataflash selection masks need to be. Update stub driver to automatically interleave data between the chips if two Dataflash chips are present.
* 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-084-423/+423
| | | | correctly converted to the target system's native end of line style.
* 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.
* Update copyright year to 2010.Dean Camera2009-12-304-8/+8
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-284-28/+28
|
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
|
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
|
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its ↵Dean Camera2009-08-053-6/+0
| | | | | | | | pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times.
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-241-8/+13
|
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Changed HWB board driver to Buttons driver, to allow for the support of ↵Dean Camera2009-05-061-11/+14
| | | | future boards with more than one mounted GPIO button.
* Fixed incorrect HID interface class and subclass values in the Mouse and ↵Dean Camera2009-04-191-1/+1
| | | | | | | | KeyboardMouse demos (thanks to Brian Dickman). Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums. Minor documentation improvements.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-011-1/+1
| | | | spell-checked and spelling mistakes/typos corrected.
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-171-0/+36
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Moved all source to the trunk directory.Dean Camera2009-02-234-0/+385