Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/ESP32TimerInterrupt

v2.3.0 to fix doubled time for ESP32_C3, ESP32_S2 and ESP32_S3 and to use `allman astyle`

16 Nov 19:25
4cb5e7a
Compare
Choose a tag to compare

Releases v2.3.0

  1. Fix doubled time for ESP32_C3, ESP32_S2 and ESP32_S3. Check Error in the value defined by TIMER0_INTERVAL_MS #28
  2. Modify examples to avoid using LED_BUILTIN / GPIO2 as it cam cause crash in some boards, such as ESP32_C3
  3. Use allman astyle and add utils

v2.2.0 to add support to more boards and suppress warnings for ESP32_C3, ESP32_S2 and ESP32_S3

12 Aug 03:49
440b530
Compare
Choose a tag to compare

Releases v2.2.0

  1. Suppress warnings for ESP32_C3, ESP32_S2 and ESP32_S3
  2. Add support to
  • ESP32_S2 : ESP32S2 Native USB, UM FeatherS2 Neo, UM TinyS2, UM RMP, microS2, LOLIN_S2_MINI, LOLIN_S2_PICO, ADAFRUIT_FEATHER_ESP32S2, ADAFRUIT_FEATHER_ESP32S2_TFT, ATMegaZero ESP32-S2, Deneyap Mini, FRANZININHO_WIFI, FRANZININHO_WIFI_MSC
  • ESP32_S3 : UM TinyS3, UM PROS3, UM FeatherS3, ESP32_S3_USB_OTG, ESP32S3_CAM_LCD, DFROBOT_FIREBEETLE_2_ESP32S3, ADAFRUIT_FEATHER_ESP32S3_TFT
  • ESP32_C3 : LOLIN_C3_MINI, DFROBOT_BEETLE_ESP32_C3, ADAFRUIT_QTPY_ESP32C3, AirM2M_CORE_ESP32C3, XIAO_ESP32C3

v2.1.0 to suppress errors and warnings for new ESP32 core v2.0.4+

11 Aug 00:17
390ab4c
Compare
Choose a tag to compare

Releases v2.1.0

  1. Suppress errors and warnings for new ESP32 core v2.0.4+

v2.0.2 to add support to new Adafruit boards such as QTPY_ESP32S2, FEATHER_ESP32S3_NOPSRAM and QTPY_ESP32S3_NOPSRAM

16 Jun 22:12
908daf3
Compare
Choose a tag to compare

Releases v2.0.2

  1. Add support to new Adafruit boards such as QTPY_ESP32S2, FEATHER_ESP32S3_NOPSRAM and QTPY_ESP32S3_NOPSRAM

v2.0.1 to further optimize code by using passing by `reference` instead of by `value`, to add examples to demo one-shot timer and multiple-file projects

14 Mar 01:58
668316d
Compare
Choose a tag to compare

Releases v2.0.1

  1. Add example ISR_16_Timers_Array_Complex_OneShot to demo how to use one-shot ISR-based timer in complex case
  2. Add example ISR_16_Timers_Array_OneShot to demo how to use one-shot ISR-based timer
  3. Modify example multiFileProject to demo for more complex multiple-file project
  4. Further optimize code by using passing by reference instead of by value

v2.0.0 to restructure library, to qdd support to new ESP32_S3, to tptimize library code by using `reference-passing` instead of `value-passing`, etc.

13 Feb 21:20
24e320f
Compare
Choose a tag to compare

Releases v2.0.0

  1. Restructure library.
  2. Now supporting ESP32, ESP32_S2, ESP32_S3 and ESP32_C3
  3. Optimize library code by using reference-passing instead of value-passing
  4. Add example multiFileProject to demo for multiple-file project

v1.5.0 to fix `multiple-definitions` linker error and drop `src_cpp` and `src_h` directories

19 Jan 03:30
32479b4
Compare
Choose a tag to compare

Releases v1.5.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories.

v1.4.1 to fix PIN_D1 issue with core v2.0.0+

14 Nov 23:29
a5a5310
Compare
Choose a tag to compare

Releases v1.4.1

  1. Avoid using D1 in examples due to issue with core v2.0.0 and v2.0.1. Check ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868
  2. Add changelog.md

Release v1.4.0 to fix compiler errors due to conflict to some libraries and add complex examples

01 Jun 18:23
9303757
Compare
Choose a tag to compare

Releases v1.4.0

  1. Fix compiler errors due to conflict to some libraries.
  2. Add complex examples.

Release v1.3.0 to add support to ESP32-S2 and new ESP32 code v1.0.6

06 May 07:36
f8fad74
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to ESP32-S2
  2. Add support to new ESP32 core v1.0.6
  3. Update examples