Add n_boot_sections and boot_section_size to part definitions

This commit is contained in:
Stefan Rueger
2022-11-22 20:44:12 +00:00
parent 883d9494c8
commit 9599bf2243
5 changed files with 12 additions and 2 deletions

View File

@@ -237,6 +237,8 @@ typedef struct avrpart {
int mcuid; /* Unique id in 0..2039 for urclock programmer */
int n_interrupts; /* Number of interrupts, used for vector bootloaders */
int n_page_erase; /* If set, number of pages erased during NVM erase */
int n_boot_sections; /* Number of boot sections */
int boot_section_size; /* Size of (smallest) boot section, if any */
int hvupdi_variant; /* HV pulse on UPDI pin, no pin or RESET pin */
int stk500_devcode; /* stk500 device code */
int avr910_devcode; /* avr910 device code */