Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Releases: SpenceKonde/arduino-tiny-841

1.0.6 - support v1.6.6 of IDE, improved support for weird clock frequencies

09 Nov 07:30
Compare
Choose a tag to compare
  • Fixed issues in 1.6.6 of the IDE (such as including avr libraries failing to compile and spurious library warnings)
  • Added support for enabling compiler warnings. (note - with warnings enabled, you will see pointer-to-int and int-to-pointer warnings. These can be safely disregarded)
  • Added support for WAY more clock frequencies, including optiboot builds and optiboot serial1 builds.
  • Fixed micros() and delay() at weird frequencies. (note - micros() takes a bit longer to return on weird frequencies)
  • Fixed micros() and delay() at < 1 mhz
  • Fixed support for ATtiny441

v1.0.5 - Fix 'upload using programmer'

28 Sep 14:13
Compare
Choose a tag to compare

This update fixes 'upload using programmer', adds support for bootloaders using UART1, and fixes usbasp upload/bootload using the "updated" firmware

v1.0.5 was created from wrong branch, v1.0.5.1 had merge problem

v1.0.4 - fix avrdude.conf path, remove programmers workaround

22 Sep 04:11
Compare
Choose a tag to compare

Avrdude.conf path fixed to work with board manager. Turns out this also fixed the issue that had required a second set of programmers in programmers.txt, so those are no longer needed and were removed.

v1.0.3 - Fix avrdude.conf path for board manager installs

21 Sep 15:30
Compare
Choose a tag to compare

v1.0.2 - fix board manager warnings

21 Sep 04:15
Compare
Choose a tag to compare

v1.0.1 was made with wrong branch

Initial release with board manager support

21 Sep 02:48
Compare
Choose a tag to compare

This release introduces board manager support.