Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project.

This commit is contained in:
Dean Camera 2009-12-02 13:42:08 +00:00
parent 5930f47bf4
commit 1f8dfd0205
12 changed files with 390 additions and 47 deletions

View file

@ -70,6 +70,7 @@ void SetupHardware(void)
/* Hardware Initialization */
LEDs_Init();
USB_Init();
SerialStream_Init(9600, true);
#if defined(ADC)
/* Initialize the ADC converter for VTARGET level detection on supported AVR models */