- 24 Mar, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). Minor documentation cleanups. Make sure HID class driver uses properly cast pointers when writing to the report buffer.
-
- 23 Mar, 2010 1 commit
-
-
Dean Camera authored
-
- 22 Mar, 2010 1 commit
-
-
Dean Camera authored
Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
-
- 21 Mar, 2010 1 commit
-
-
Dean Camera authored
Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.
-
- 19 Mar, 2010 1 commit
-
-
Dean Camera authored
-
- 17 Mar, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 16 Mar, 2010 3 commits
-
-
Dean Camera authored
Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.).
-
Dean Camera authored
Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.
-
Dean Camera authored
Fixed PDI programming mode in the AVRISP programmer project not exiting programming mode correctly (clear target Reset key twice, set /RESET pin to pullup). Add newlines to the MIDI event printf() statements in the MIDI host demos.
-
- 13 Mar, 2010 1 commit
-
-
Dean Camera authored
Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the U4 series USB AVR parts.
-
- 10 Mar, 2010 1 commit
-
-
Dean Camera authored
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible.
-
- 09 Mar, 2010 1 commit
-
-
Dean Camera authored
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
-
- 25 Feb, 2010 1 commit
-
-
Dean Camera authored
Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus.
-
- 24 Feb, 2010 2 commits
-
-
Dean Camera authored
Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
-
Dean Camera authored
-
- 23 Feb, 2010 1 commit
-
-
Dean Camera authored
Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin. Fix broken AVR8 Serial peripheral driver.
-
- 21 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 19 Feb, 2010 2 commits
-
-
Dean Camera authored
AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.
-
Dean Camera authored
-
- 12 Feb, 2010 1 commit
-
-
Dean Camera authored
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato).
-
- 10 Feb, 2010 1 commit
-
-
Dean Camera authored
Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
-
- 09 Feb, 2010 1 commit
-
-
Dean Camera authored
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code. Make Webserver project report the LUFA version as part of the HTTP header.
-
- 07 Feb, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 05 Feb, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF.
-
- 04 Feb, 2010 1 commit
-
-
Dean Camera authored
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects.
-
- 01 Feb, 2010 5 commits
-
-
Dean Camera authored
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen). Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered. Copy over file level documentation of the peripheral drivers to the module level documentation.
-
Dean Camera authored
Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell).
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
-
- 29 Jan, 2010 2 commits
-
-
Dean Camera authored
Update driver INF files - change manufacturer name from the original template's name to the Four Walled Cubicle website.
-
Dean Camera authored
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
-
- 28 Jan, 2010 1 commit
-
-
Dean Camera authored
Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter.
-
- 25 Jan, 2010 3 commits
-
-
Dean Camera authored
Fix Doxygen configuration files' input file exclusion filters.
-
Dean Camera authored
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
-
Dean Camera authored
Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver.
-