- Jan 19, 2010
-
-
Dean Camera authored
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.
-
- Jan 17, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs.
-
- Jan 16, 2010
-
-
Dean Camera authored
-
- Jan 15, 2010
-
-
Dean Camera authored
Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library.
-
- Jan 12, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures. Added caveat information to the CDC device class driver.
-
- Jan 07, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
- Jan 06, 2010
-
-
Dean Camera authored
-
- Jan 05, 2010
-
-
Dean Camera authored
Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
-
Dean Camera authored
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
-
- Jan 04, 2010
-
-
Dean Camera authored
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function.
-
Dean Camera authored
-
Dean Camera authored
-
- Jan 03, 2010
-
-
Dean Camera authored
-
- Dec 30, 2009
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.
-
- Dec 29, 2009
-
-
Dean Camera authored
Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the time needed to reverse the data communication direction.
-
Dean Camera authored
Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
-
Dean Camera authored
Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is not always used for target reset.
-
Dean Camera authored
-
- Dec 28, 2009
-
-
Dean Camera authored
Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks, not byte sized chunks.
-
Dean Camera authored
Add first draft of the TPI NVM commands for reading, writing and erasing a target. Needs testing when physical access to a part is available.
-
Dean Camera authored
Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered.
-
Dean Camera authored
-
Dean Camera authored
-
- Dec 27, 2009
-
-
Dean Camera authored
Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock rate and PDI mode XPLAIN board autoconfiguration.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Remove missed timer 0 init code in the ISP protocol handler in the AVRISP project. Switch the XPROG protocol target communications handler over to using Timer 1 COMA/COMB ISRs for the two physical layers, rather than COMA/ICR1. Speed up bit-banged USART mode slightly.
-
- Dec 26, 2009
-
-
Dean Camera authored
-
Dean Camera authored
Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device. Removed string descriptors from the TeensyHID bootloader to reduce its size.
-
- Dec 24, 2009
-
-
Dean Camera authored
-
Dean Camera authored
Complete combining of PDI and TPI target communication code files, stub out TINY NVM controller functions.
-
Dean Camera authored
Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI programming can be included in the one set of files.
-