- 12 May, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 10 May, 2012 1 commit
-
-
Dean Camera authored
Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.
-
- 07 May, 2012 2 commits
-
-
Dean Camera authored
Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
-
Dean Camera authored
-
- 06 May, 2012 7 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
-
Dean Camera authored
-
Dean Camera authored
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
-
Dean Camera authored
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
-
- 05 May, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Add additional preprocessor sanity checks for the XMEGA platform based on the USB controller input clock speed.
-
Dean Camera authored
Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
-
Dean Camera authored
Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).
-
- 29 Apr, 2012 1 commit
-
-
Dean Camera authored
The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
-
- 25 Apr, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
-
Dean Camera authored
-
- 23 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 19 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 18 Apr, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
-
- 16 Apr, 2012 3 commits
-
-
Dean Camera authored
Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.
-
Dean Camera authored
Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
-
Dean Camera authored
-
- 15 Apr, 2012 6 commits
-
-
Dean Camera authored
-
Dean Camera authored
Make sure CRC value is pre-zeroed before reading from the XMEGA target device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
-
Dean Camera authored
-
- 14 Apr, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
-
- 09 Apr, 2012 1 commit
-
-
Dean Camera authored
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
-