mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Document archnum -1 non-8-bit-AVR parts
This commit is contained in:
@@ -3926,7 +3926,7 @@ part
|
||||
family_id = <id>; # quoted string, e.g., "megaAVR" or "tinyAVR"
|
||||
prog_modes = PM_<i/f> @{| PM_<i/f>@} # interfaces, e.g., PM_SPM|PM_ISP|PM_HVPP|PM_debugWIRE
|
||||
mcuid = <num>; # unique id in 0..2039 for 8-bit AVRs
|
||||
archnum = <num>; # avr-gcc architecture number for the part
|
||||
archnum = <num>; # avr-gcc architecture number; -1 if not 8-bit AVR
|
||||
n_interrupts = <num>; # number of interrupts, used for vector bootloaders
|
||||
n_page_erase = <num>; # if set, number of pages erased during SPM erase
|
||||
n_boot_sections = <num>; # Number of boot sections
|
||||
|
||||
Reference in New Issue
Block a user