Skip to content

Releases: Naguissa/uTimerLib

Added ESP8266 and SAMD21 (experimental) support

28 Dec 12:36
Compare
Choose a tag to compare
  • Added ESP8266 support
  • Added SAMD21 experimental support
  • Has code for SAMD51, but I need a board to test and debug it.

SAM compatibility (Arduino Due)

22 Feb 15:15
Compare
Choose a tag to compare
  • Added SAM (Arduino DUE) compatibility
  • Some timing fixes
  • Examples more correct (added volatile to variable used in ISR)

Code improvements

20 Feb 10:02
98c4b27
Compare
Choose a tag to compare
  • Using static and instance and get rid of ugly global interrupt function
  • Change public variables to private ones.

Add STM32 compatibility

19 Feb 14:33
Compare
Choose a tag to compare
  • Add STM32 compatibility. Tested: AVR and STM32.
  • Complete (ugly) rework of some private class members to public ones and interruption function to avoid STM32 hangs and errors.

AVR support

14 Feb 14:33
Compare
Choose a tag to compare

Still in development, but fully functional in AVR microcontrollers