Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.09k stars 401 forks source link

Errors in Makefile.tiny - affects attiny167, attiny48 #332

Closed WestfW closed 2 years ago

WestfW commented 2 years ago

The attiny167 entry in the Makefile.tiny has an incorrect section-start for .text (which probably causes it to only be usable with sketches up to a bit less than 8k) and the attiny48 has an incorrect section-start for .version (which might upset programmers during bootloader burning but is otherwise pretty harmless.)

This is about to be made irrelevant, but it should perhaps be fixed anyway (and documented!)

WestfW commented 2 years ago

Fixed by https://github.com/Optiboot/optiboot/commit/68b7a55b1e65e57dc822e2d52c31d2da3c467b8f Obsoleted by https://github.com/Optiboot/optiboot/commit/be65a28adb854abb60c215f8d0315ab62c89eff2