aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/STK526
Commit message (Collapse)AuthorAgeFilesLines
* 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-584/+584
| | | | 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-10/+11
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-223-11/+10
| | | | 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-36/+36
|
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
|
* Added support for the Dataflash mounted on the XPLAIN board. Added new ↵Dean Camera2009-12-031-1/+1
| | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
* Added support for the officially recommended layout of the external ↵Dean Camera2009-09-171-0/+8
| | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
* Added standard stream example to the ClassDriver CDC device demo.Dean Camera2009-07-301-1/+1
| | | | Fix incorrect HWB button mask in the STK526 Buttons driver.
* 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-062-16/+26
| | | | future boards with more than one mounted GPIO button.
* More documentation changes for better module-level documentation rather than ↵Dean Camera2009-04-171-8/+0
| | | | file-level documentation.
* Fixed GenericHIDHost demo report write routine incorrect for control type ↵Dean Camera2009-04-165-1/+41
| | | | | | | | | | | | | | | | | | requests (thanks to Andrei Krainev). Removed Endpoint_ClearCurrentBank() and Pipe_ClearCurrentBank() in favour of new Endpoint_ClearIN(), Endpoint_ClearOUT(), Endpoint_ClearControlIN(), Endpoint_ClearControlOUT(), Pipe_ClearIN(), Pipe_ClearOUT(), Pipe_ClearControlIN() and Pipe_ClearControlOUT() macros (done to allow for the detection of packets of zero length). Renamed *_ReadWriteAllowed() macros to *_IsReadWriteAllowed() to remain consistent with the rest of the LUFA API. Endpoint_IsSetupReceived() macro has been renamed to Endpoint_IsSETUPReceived(), Endpoint_ClearSetupReceived() macro has been renamed to Endpoint_ClearControlSETUP(), the Pipe_IsSetupSent() macro has been renamed to Pipe_IsSETUPSent() and the Pipe_ClearSetupSent() macro is no longer applicable and should be removed - changes made to compliment the new endpoint and pipe bank management API. Updated all demos, bootloaders and projects to use the new endpoint and pipe management APIs (thanks to Roman Thiel). Updated library doxygen documentation, added groups, changed documentation macro functions to real functions for clarity. Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity. Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway.
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-171-0/+33
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Moved all source to the trunk directory.Dean Camera2009-02-235-0/+466