This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/ESP32_New_TimerInterrupt
Releases · khoih-prog/ESP32_New_TimerInterrupt
v1.5.0 to fix doubled time for ESP32_C3, ESP32_S2 and ESP32_S3 and to use `allman astyle`
Releases v1.5.0
- Fix doubled time for ESP32_C3, ESP32_S2 and ESP32_S3. Check Error in the value defined by TIMER0_INTERVAL_MS #28
- Modify examples to avoid using
LED_BUILTIN
/GPIO2
as it can cause crash in some boards, such asESP32_C3
- Use
allman astyle
and addutils
v1.4.0 to add support to more boards and suppress warnings for ESP32_C3, ESP32_S2 and ESP32_S3
Releases v1.4.0
- Suppress warnings for ESP32_C3, ESP32_S2 and ESP32_S3
- 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
v1.3.0 to suppress errors and warnings for new ESP32 core v2.0.4+
Releases v1.3.0
- Suppress errors and warnings for new ESP32 core v2.0.4+
v1.2.1 to add support to new Adafruit boards such as QTPY_ESP32S2, FEATHER_ESP32S3_NOPSRAM and QTPY_ESP32S3_NOPSRAM
Releases v1.2.1
- Add support to new Adafruit boards such as QTPY_ESP32S2, FEATHER_ESP32S3_NOPSRAM and QTPY_ESP32S3_NOPSRAM
v1.2.0 to add support to new `ESP32-S3` and to optimize library code
Releases v1.2.0
- Add support to new
ESP32-S3
- Optimize library code by using
reference-passing
instead ofvalue-passing
v1.1.0 to fix `multiple-definitions` linker error and drop `src_cpp` and `src_h` directories
Releases v1.1.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories
v1.0.1 to fix PIN_D1 and float issue with core v2.0.0+
Releases v1.0.1
- Avoid using
PIN_D1 (GPIO1)
in your code 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. Only OK with core v1.0.6- - Don't use
float
inISR
due to issue with core v2.0.0 and v2.0.1. Only OK with core v1.0.6-. - Delete Blynk-related examples
- Add
changelog.md
v1.0.0 for ESP32, ESP32_S2, ESP32_C3 boards with ESP32 core v2.0.0-rc1+
Releases v1.0.0
- Initial coding for ESP32, ESP32_S2, ESP32_C3 boards with ESP32 core v2.0.0-rc1+