aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DeviceSupport.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Benito project discarding incoming data from the USB virtual serial ↵Dean Camera2010-11-231-0/+1
| | | | | | port when the USART is busy. Minor documentation improvements.
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader ↵Dean Camera2010-11-101-9/+10
| | | | endpoint descriptors (thanks to MCS Electronics).
* Added board hardware driver support for the Minimus board (thanks to the ↵Dean Camera2010-10-171-0/+1
| | | | PSGroove team).
* Added board hardware driver support for the Maximus board (thanks to the ↵Dean Camera2010-10-171-1/+2
| | | | PSGroove team).
* Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean Camera2010-10-171-0/+1
| | | | to the PSGroove team).
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+1
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+1
| | | | Added SVN eol-style property to the library driver files that are missing it.
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-0/+1
| | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-8/+9
|
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-0/+1
|
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-0/+1
|
* Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean Camera2010-09-031-1/+2
| | | | board (thanks to Steve Fawcett).
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-40/+40
| | | | correctly converted to the target system's native end of line style.
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-0/+2
|
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-0/+1
|
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-5/+5
| | | | Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-2/+0
|
* Update manual pages to reference unfinished AVR32 port, add port status to ↵Dean Camera2010-02-221-2/+2
| | | | the Future Changes page.
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-0/+2
|
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-2/+3
|
* Added support for the Dataflash mounted on the XPLAIN board. Added new ↵Dean Camera2009-12-031-1/+2
| | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
* Make the RNDISEthernetHost Class driver demo print out incomming packets ↵Dean Camera2009-11-261-2/+2
| | | | from the attached RNDIS device.
* Minor code cleanups for clarity.Dean Camera2009-11-111-1/+1
|
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-0/+1
|
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe ↵Dean Camera2009-09-201-1/+1
| | | | | | | | is frozen. Added new USB_GetHIDReportSize() function to the HID report parser to retrieve the size of a given report by its ID. More additions to the unfinished HID Host Class Driver.
* Added support for the officially recommended layout of the external ↵Dean Camera2009-09-171-1/+4
| | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
* Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.Dean Camera2009-07-161-4/+7
|
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+29