add "hvupdi_variant" property to avrdude.conf

This commit is contained in:
MCUdude
2022-06-26 00:11:51 +02:00
parent 8159c46013
commit ba98e48880
4 changed files with 35 additions and 18 deletions

View File

@@ -202,6 +202,7 @@ typedef struct avrpart {
char desc[AVR_DESCLEN]; /* long part name */
char id[AVR_IDLEN]; /* short part name */
char family_id[AVR_FAMILYIDLEN+1]; /* family id in the SIB (avr8x) */
int hvupdi_variant; /* 12V pulse on UPDI pin, no pin or RESET pin */
int stk500_devcode; /* stk500 device code */
int avr910_devcode; /* avr910 device code */
int chip_erase_delay; /* microseconds */