You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Notes:
Production-ready release.
Slightly smaller bootloader footprint: some memory got by removing unused pre-checks from the "crt1.S" initialization file (before calling main), and tweaking compiler options. Now smallest bootloader size, when compiled using the "tml-t85-small" @8MHz configuration, is ~880 bytes (less than 14 pages). This leaves 7.3 Kbytes (114 pages) available for the user application on an ATtiny85.
READDEVS command added: this optional command allows getting the device signature bytes, lock, and fuse bits from the device.
READEEPR and WRITEEPR commands added: These optional commands are to read and write data to the device's EEPROM. The extended features flag 5 "EEPROM_ACCESS" includes/excludes both commands from the bootloader binary.