- Feb 12, 2012
-
-
Dean Camera authored
Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
-
Dean Camera authored
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
-
- Feb 09, 2012
-
-
Dean Camera authored
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
-
- Feb 06, 2012
-
-
Dean Camera authored
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
-
- Feb 03, 2012
-
-
Dean Camera authored
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
-
- Nov 28, 2011
-
-
Dean Camera authored
-
- Nov 24, 2011
-
-
Dean Camera authored
Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
-
- Nov 23, 2011
-
-
Dean Camera authored
-
- Nov 18, 2011
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- Nov 01, 2011
-
-
Dean Camera authored
-
- Oct 31, 2011
-
-
Dean Camera authored
-
Dean Camera authored
More XMEGA USB core fixes.
-
- Oct 18, 2011
-
-
Dean Camera authored
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
-
- Oct 11, 2011
-
-
Dean Camera authored
-
- Aug 16, 2011
-
-
Dean Camera authored
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
-
- Aug 04, 2011
-
-
Dean Camera authored
Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header.
-
- Jul 14, 2011
-
-
Dean Camera authored
Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants. Start implementation of XMEGA platform drivers.
-
- Jul 13, 2011
-
-
Dean Camera authored
-
- Jul 12, 2011
-
-
Dean Camera authored
-
- Jul 11, 2011
-
-
Dean Camera authored
Fix duplicated LED driver functions in the Doxygen documentation.
-
- Jul 06, 2011
-
-
Dean Camera authored
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
-
- Jun 30, 2011
-
-
Dean Camera authored
Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
-
- Jun 29, 2011
-
-
Dean Camera authored
Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.
-
- Jun 27, 2011
-
-
Dean Camera authored
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
-
Dean Camera authored
-
- Jun 19, 2011
-
-
Dean Camera authored
Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.
-
- Jun 16, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
-
- Jun 09, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
-
Dean Camera authored
Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
-
- Jun 08, 2011
-
-
Dean Camera authored
Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events.
-
- Jun 06, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
- Jun 05, 2011
-
-
Dean Camera authored
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
-
- Jun 04, 2011
-
-
Dean Camera authored
-
- May 30, 2011
-
-
Dean Camera authored
-
- May 29, 2011
-
-
Dean Camera authored
Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
-
- May 26, 2011
-
-
Dean Camera authored
Fix incorrect project name in the Projects/ folder makefile.
-
Dean Camera authored
-