Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project.
This commit is contained in:
parent
5930f47bf4
commit
1f8dfd0205
12 changed files with 390 additions and 47 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue