- Dec 27, 2009
-
-
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.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
-
- Dec 23, 2009
-
-
Dean Camera authored
Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
-
Dean Camera authored
Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory to hold each protocol's files.
-
Dean Camera authored
Lower timeout periods in the AVRISP project. Increment firmware minor revision number in the AVRISP project so that it remains comatible with the latest AVRStudio without an upgrade warning.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix TeensyHID bootloader - change vendor page in the descriptors to match the undocumented page needed for the new Teensy 2.0 boards. Commit for the 091223 release.
-
- Dec 21, 2009
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Correct TeensyHID bootloader descriptors to use the correct revision code for the ATMEGA32U4 based Teensy revision.
-
- Dec 20, 2009
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Dec 18, 2009
-
-
Dean Camera authored
Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C# host application for the LEDNotifier project.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Enhance the HotmailNotifier project so that the LEDs' individual brightness can be controlled individually via software PWM.
-
Dean Camera authored
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be used (thanks to Daniel Levy).
-
- Dec 17, 2009
-
-
Dean Camera authored
Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
-
- Dec 16, 2009
-
-
Dean Camera authored
-
Dean Camera authored
Slightly speed up software USART in the AVRISP project - faster parity computation, ensure received data is byte aligned when receive is complete by throwing away the start bit during reception.
-
Dean Camera authored
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public.
-
Dean Camera authored
Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly.
-
- Dec 15, 2009
-
-
Dean Camera authored
Fix project text files to refer to "project" instead of "demo".
-
Dean Camera authored
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
-
Dean Camera authored
Fix a bug in the Still Image Host Class driver where the returned block status code was being truncated. Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional.
-