aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-1323/+0
| | | | prevent user confusion with the actual *nix Man tool.
* Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when ↵Dean Camera2011-10-181-0/+1
| | | | NO_VTARGET_DETECT is enabled.
* Fixed ring buffer size limited to 255 elements, instead of the intended ↵Dean Camera2011-10-181-1/+1
| | | | 65535 elements.
* Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI ↵Dean Camera2011-10-121-1/+1
| | | | protocols (thanks to Justin Mattair).
* When automatic PLL management mode is enabled on the U4 series AVR8 chips, ↵Dean Camera2011-10-121-1/+2
| | | | the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+19
|
* Commit for the 111009 release.Dean Camera2011-10-101-1/+1
|
* Fixed port state table corruption in the TCP layer of the RNDIS Ethernet ↵Dean Camera2011-10-091-0/+1
| | | | | | device demos. Fix additional warnings under GCC 4.6.
* Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ↵Dean Camera2011-10-071-0/+1
| | | | protocols (thanks to Justin Mattair).
* Added endian-correction to the CDC driver's Line Encoding control request ↵Dean Camera2011-10-071-0/+1
| | | | handlers.
* Commit for the 111009 BETA release.Dean Camera2011-09-211-1/+1
|
* Fixed HID Parser's largest report size bit count not including the size of ↵Dean Camera2011-09-171-0/+2
| | | | | | the last parsed report item. Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.
* Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ↵Dean Camera2011-09-071-0/+1
| | | | A Nikiforov).
* Fixed optimization error in the HID Parser item value ↵Dean Camera2011-09-071-0/+3
| | | | | | USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer.
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the ↵Dean Camera2011-08-241-0/+4
| | | | | | | | | | function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections.
* Add multiple axis support to the HID joystick report in the ↵Dean Camera2011-08-231-0/+1
| | | | HID_DESCRIPTOR_JOYSTICK() macro.
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-221-0/+4
| | | | | | | | Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
* Pull out architecture specific macros and other definitions into a new ↵Dean Camera2011-08-161-0/+1
| | | | common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
* Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to ↵Dean Camera2011-08-161-0/+1
| | | | improve optimization if called with constant inputs.
* Fixed incorrect Dataflash buffer use in the ↵Dean Camera2011-07-301-0/+1
| | | | DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
* Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII ↵Dean Camera2011-07-261-0/+1
| | | | clone project (thanks to Volker Bosch).
* Fixed USB_USBTask not being called internally in stream transfers between ↵Dean Camera2011-07-251-0/+1
| | | | | | packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo.
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-0/+1
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Added Device Qualifier standard descriptor structure definitions ↵Dean Camera2011-07-141-0/+1
| | | | USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.
* Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.Dean Camera2011-07-141-0/+1
|
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+2
|
* Fixed error in the pipe unordered allocation algorithm for the AVR8 devices ↵Dean Camera2011-07-121-0/+1
| | | | breaking compatibility with some devices.
* Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean Camera2011-07-121-4/+6
|
* Minor documentation and style fixes.Dean Camera2011-07-111-0/+1
|
* Updated all host mode demos and projects to use the ↵Dean Camera2011-07-081-0/+7
| | | | | | | | | | | | | | EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
* Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean Camera2011-07-041-0/+1
|
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-271-0/+1
| | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-0/+1
|
* Fix logic bug in the incomplete Android Accessory Host demo preventing ↵Dean Camera2011-06-271-1/+2
| | | | correct detection of an attached Android Accessory Mode device.
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵Dean Camera2011-06-201-0/+3
| | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
* Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean Camera2011-06-191-0/+1
| | | | status to a finished (working) project.
* Add new incomplete HIDReportViewer project.Dean Camera2011-06-161-2/+2
|
* Add missing SVN eol-style properties to source files to prevent mixed ↵Dean Camera2011-06-161-1/+1
| | | | end-of-line characters.
* Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean Camera2011-06-161-1/+4
|
* Rename new Audio class driver functions, callbacks and events to ensure that ↵Dean Camera2011-06-161-2/+2
| | | | they contain the USB mode (Device or Host) in the function names.
* Rename Audio Host Class driver internal descriptor matching routines to be ↵Dean Camera2011-06-141-0/+2
| | | | in line with the rest of the class driver function names.
* Pipe_BoundEndpointNumber() has been renamed to ↵Dean Camera2011-06-081-0/+2
| | | | | | Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address. Add Audio_GetSetEndpointProperty() function to the Host mode Audio class driver.
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-1/+4
| | | | Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events.
* Move completed low level Audio Host demos into the LowLevel folder from the ↵Dean Camera2011-06-061-3/+3
| | | | Incomplete folder.
* Update the Low Level Audio Input and Audio Output demos to support multiple ↵Dean Camera2011-06-061-3/+3
| | | | | | sample rates. Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-1/+1
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Fixed compile errors in the incomplete BluetoothHost demo application ↵Dean Camera2011-06-051-0/+1
| | | | (thanks to Timo Lindfors).
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-0/+1
|
* Added new callback to the Audio Class driver to allow for endpoint control ↵Dean Camera2011-06-031-1/+3
| | | | | | | | | | | | manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes.
* Spell check library source code files.Dean Camera2011-06-011-6/+6
|