Skip to content

Releases: Naguissa/uTimerLib

Add ATtiny 25/45/85 support

23 Jun 09:51
Compare
Choose a tag to compare

Experimental SAMD51 and move docs and extras to other repository

13 Feb 11:01
Compare
Choose a tag to compare

Break different ARCHes on different files

23 Oct 14:22
Compare
Choose a tag to compare

Now each architecture has its own file for ARCH-dependant functions. Easier to read and manage.

Add ST's Arduino Core STM32 support

23 Oct 08:19
Compare
Choose a tag to compare

This adds support to ST's Arduino Core STM32, as requested by @AndKe in #9

Fix STM32 seconds interrupt handling

22 Oct 11:26
Compare
Choose a tag to compare

Fix STM32 seconds interrupt handling, reported by @mignon-ne

Fix function return type for setTimeout ones

18 Oct 10:01
0db095d
Compare
Choose a tag to compare

Also add Travis-CI status badge

Added AVR 32U4 support and doxygen

18 Oct 08:41
Compare
Choose a tag to compare
  • Added AVR 32U4 support (Timer3)
  • Updated in-code documentation
  • Added Doxygen HTML files, available on doc/index.html

AVR timing calculation fix

13 Mar 13:14
Compare
Choose a tag to compare

AVR timer calculation fix, #6

SAMD21 timing fix

21 Feb 15:53
Compare
Choose a tag to compare

SAMD21 timing fix by @svlPanelMaker - #5

Add ESP32 compatibility

28 Dec 14:36
Compare
Choose a tag to compare

Uses same system as ESP8266