Update n_interrupts in avrdude.conf.in and introduce eind

This commit is contained in:
Stefan Rueger
2022-11-27 16:56:49 +00:00
parent 5a0975aee7
commit 58e2bca42c
7 changed files with 72 additions and 41 deletions

View File

@@ -295,6 +295,7 @@ typedef struct avrpart {
unsigned char rampz; /* I/O address of RAMPZ reg */
unsigned char spmcr; /* memory address of SPMCR reg */
unsigned char eecr; /* memory address of EECR reg */
unsigned char eind; /* memory address of EIND reg */
unsigned int mcu_base; /* Base address of MCU control block in ATxmega devices */
unsigned int nvm_base; /* Base address of NVM controller in ATxmega devices */
unsigned int ocd_base; /* Base address of OCD module in AVR8X/UPDI devices */