Skip to content

[AVR] Include bootloader starting address and max size where relevant.

ccrause requested to merge ccrause/fpc-source:avr-bootsize into main

Provide start address and size of the maximum bootloader section size. This is useful information in a bootloader, e.g. it indicates where the no read while write (NRWW) section starts. This is not relevant to controllers without a NRWW section.

Merge request reports