Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added board hardware driver support for the Olimex AVR-USB-162 development ↵ | Dean Camera | 2010-09-03 | 1 | -0/+2 |
| | | | | board (thanks to Steve Fawcett). | ||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵ | Dean Camera | 2010-06-16 | 1 | -2/+2 |
| | | | | the new 1.7 Doxygen's default stylesheet is much better. | ||||
* | Removed TeensyHID bootloader, per request from Paul at PJRC. | Dean Camera | 2010-05-12 | 1 | -5/+3 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -115/+115 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Make bluetooth SDP code correctly unpack the search UUIDs and parameters. | Dean Camera | 2010-04-19 | 1 | -0/+1 |
| | | | | Minor documentation improvements. | ||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -0/+3 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 1 | -2/+2 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -0/+1 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Update library manual with the new XPLAINBridge project's dual mode ↵ | Dean Camera | 2010-01-19 | 1 | -0/+1 |
| | | | | bridge/programmer functionality. | ||||
* | Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵ | Dean Camera | 2009-12-30 | 1 | -0/+1 |
| | | | | Temperature Data Logger using the onboard Dataflash and Temperature sensor. | ||||
* | Fix references to the renamed AVRISP-MKII project folder. | Dean Camera | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | Renamed HotmailNotifier project to LEDNotifier. | Dean Camera | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. | Dean Camera | 2009-12-17 | 1 | -0/+1 |
| | | | | Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger. | ||||
* | Rename CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 1 | -7/+7 |
| | |||||
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵ | Dean Camera | 2009-11-26 | 1 | -1/+2 |
| | | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. | ||||
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵ | Dean Camera | 2009-11-25 | 1 | -0/+1 |
| | | | | macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. | ||||
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 1 | -0/+3 |
| | | | | Add some missing documentation to some of the library demos. | ||||
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵ | Dean Camera | 2009-11-03 | 1 | -1/+2 |
| | | | | Port and a HID Mouse. | ||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 1 | -2/+1 |
| | | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. | ||||
* | Minor documentation fixups. | Dean Camera | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Add information on the new MouseHostDevice dual role demo to the library ↵ | Dean Camera | 2009-09-29 | 1 | -0/+3 |
| | | | | documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value. | ||||
* | Finish initial draft of the Host Mode HID Class driver. | Dean Camera | 2009-09-21 | 1 | -1/+0 |
| | | | | Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos. | ||||
* | Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵ | Dean Camera | 2009-09-21 | 1 | -0/+1 |
| | | | | Hullin). | ||||
* | Added support for the officially recommended layout of the external ↵ | Dean Camera | 2009-09-17 | 1 | -1/+1 |
| | | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol. | ||||
* | Add link to third-party signed version of the official FLIP DFU driver for ↵ | Dean Camera | 2009-09-07 | 1 | -1/+1 |
| | | | | | | 64-bit Windows OSes to the DFU bootloader readme file. Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation. | ||||
* | Added new Benito project, a simple modified USB-to-Serial bridge for the ↵ | Dean Camera | 2009-07-23 | 1 | -0/+1 |
| | | | | programming of AVRs using the official Arduino bootloader. | ||||
* | Add PrinterHost demo to the documentation. | Dean Camera | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | Added better module summaries. | Dean Camera | 2009-07-14 | 1 | -3/+5 |
| | |||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -0/+3 |
| | | | | | | 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). | ||||
* | Rename some of the library documentation files. | Dean Camera | 2009-06-26 | 1 | -0/+92 |