aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for the Dataflash mounted on the XPLAIN board. Added new ↵Dean Camera2009-12-037-3/+235
| | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ↵Dean Camera2009-11-241-2/+2
| | | | | | ahead double the expected amount. Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK.
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
|
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵Dean Camera2009-11-081-1/+1
| | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.
* Changed Audio Class driver sample read/write functions to be inline, to ↵Dean Camera2009-10-031-1/+1
| | | | | | reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode.
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-024-6/+129
|
* Doxygen fixes to \param directives to give data direction in all projects. ↵Dean Camera2009-09-241-2/+4
| | | | Make HID item filtering routines clearer in the HID WithParser demos.
* Added support for the officially recommended layout of the external ↵Dean Camera2009-09-1710-0/+363
| | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board ↵Dean Camera2009-08-314-4/+0
| | | | driver dispatch headers.
* Fixed AVRISP programmer demo -- can now connect to a target and read/write ↵Dean Camera2009-08-231-7/+3
| | | | | | | | Sig/Lock/Fuse/OSCCAL bytes successfully. Changed SPI_Init() to allow for the clock polarity and data sample modes to be set. Changed Dataflash_Init() to no longer call SPI_Init() automatically.
* 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-246-24/+56
|
* Added better module summaries.Dean Camera2009-07-145-5/+13
|
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ↵Dean Camera2009-06-291-1/+14
| | | | | | | | the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index. Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-285-26/+26
| | | | | | 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).
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-161-1/+1
|
* Fix build errors in Joystick device demo and library LEDs driver (on *nix ↵Dean Camera2009-05-071-5/+5
| | | | systems).
* Changed HWB board driver to Buttons driver, to allow for the support of ↵Dean Camera2009-05-068-81/+108
| | | | future boards with more than one mounted GPIO button.
* Fixed missing semicolon in the ATAVRUSBRF01 LED board driver code, changed ↵Dean Camera2009-05-052-1/+25
| | | | LED board driver code to define dummy LED masks for the first four board LEDs so that user code can be compiled for boards with less than four LEDs without code modifications (thanks to Morten Lund).
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent ↵Dean Camera2009-05-041-1/+1
| | | | | | problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references.
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-222-4/+4
|
* Fixed incorrect HID interface class and subclass values in the Mouse and ↵Dean Camera2009-04-192-2/+2
| | | | | | | | 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.
* More documentation changes for better module-level documentation rather than ↵Dean Camera2009-04-179-29/+37
| | | | file-level documentation.
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-162-2/+2
|
* Fixed GenericHIDHost demo report write routine incorrect for control type ↵Dean Camera2009-04-1623-27/+238
| | | | | | | | | | | | | | | | | | 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.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-014-6/+6
| | | | spell-checked and spelling mistakes/typos corrected.
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-174-64/+142
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean Camera2009-03-041-3/+3
| | | | | | | | | | (supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
* Moved all source to the trunk directory.Dean Camera2009-02-2324-0/+2392