Skip to content

Timonel v1.5

Latest
Compare
Choose a tag to compare
@casanovg casanovg released this 04 Jul 02:58
· 61 commits to master since this release
d9e5a21

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.