- 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.
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 02, 2012
-
-
Dean Camera authored
-
- Feb 01, 2012
-
-
Dean Camera authored
-
- Jan 30, 2012
-
-
Dean Camera authored
Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling).
-
- Jan 29, 2012
-
-
Dean Camera authored
Add missing reference to the BootloaderAPI.S source file in the DFU and CDC class bootloader AVRStudio 4 project files.
-
Dean Camera authored
Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when a software jump to the user applications is requested.
-
Dean Camera authored
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
-
- Jan 28, 2012
-
-
Dean Camera authored
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
-
- Jan 23, 2012
-
-
Dean Camera authored
Make all AVRISP-MKII programmer parameters readable, since there's no real good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable.
-
- Jan 15, 2012
-
-
Dean Camera authored
Minor bootloader tweaks; make some functions static where possible to reduce the compiled binary size, add additional comments to the makefiles.
-
- Jan 02, 2012
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- Dec 26, 2011
-
-
Dean Camera authored
Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman).
-
- Dec 23, 2011
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- Dec 20, 2011
-
-
Dean Camera authored
-
- Dec 14, 2011
-
-
Dean Camera authored
Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
-
- Dec 13, 2011
-
-
Dean Camera authored
-
- Dec 11, 2011
-
-
Dean Camera authored
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
-
- Dec 01, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
-
- Nov 29, 2011
-
-
Dean Camera authored
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited.
-
Dean Camera authored
-
Dean Camera authored
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of the data byte on startup, not the LSB.
-
- Nov 28, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Nov 24, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
-
Dean Camera authored
Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
-
Dean Camera authored
-
Dean Camera authored
Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication. Add missing Doxygen documentation.
-
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
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).
-
Dean Camera authored
-
Dean Camera authored
Move out Android Accessory Host demo to the Host mode LowLevel directory now that it is functionally complete.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).
-