|
44 | 44 | * [4.2 Update esptool](#42-update-esptool) |
45 | 45 | * [5. Download tools for ESP32-C3](#5-download-tools-for-esp32-c3) |
46 | 46 | * [6. esp32-s2 WebServer Library Patch](#6-esp32-s2-webserver-library-patch) |
47 | | -* [Note for Platform IO using ESP32 LittleFS](#note-for-platform-io-using-esp32-littlefs) |
| 47 | +* [Note for Platform IO using ESP32 LittleFS](#note-for-platform-io-using-esp32-littlefs) |
48 | 48 | * [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error) |
49 | 49 | * [HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)](#howto-use-analogread-with-esp32-running-wifi-andor-bluetooth-btble) |
50 | 50 | * [1. ESP32 has 2 ADCs, named ADC1 and ADC2](#1--esp32-has-2-adcs-named-adc1-and-adc2) |
@@ -146,7 +146,8 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine), |
146 | 146 | ### Releases v1.3.0 |
147 | 147 |
|
148 | 148 | 1. Add support to ESP32-S2 and ESP32-C3 |
149 | | -2. Update examples |
| 149 | +2. Add support to new ESP32 core v1.0.6 |
| 150 | +3. Update examples |
150 | 151 |
|
151 | 152 | ### Releases v1.2.0 |
152 | 153 |
|
@@ -1005,7 +1006,7 @@ Time = 180018, Timer0Count = 279, , Timer1Count = 139 |
1005 | 1006 |
|
1006 | 1007 | --- |
1007 | 1008 |
|
1008 | | -### 4. TimerInterruptTest on ESP32S2_DEV |
| 1009 | +### 4. TimerInterruptTest on ESP32_S2_DEV |
1009 | 1010 |
|
1010 | 1011 | The following is the sample terminal output when running example [TimerInterruptTest](examples/TimerInterruptTest) on **ESP32S2_DEV** to demonstrate how to start/stop Hardware Timers. |
1011 | 1012 |
|
@@ -1080,7 +1081,8 @@ Sometimes, the library will only work if you update the board core to the latest |
1080 | 1081 | ### Releases v1.3.0 |
1081 | 1082 |
|
1082 | 1083 | 1. Add support to ESP32-S2 and ESP32-C3 |
1083 | | -2. Update examples |
| 1084 | +2. Add support to new ESP32 core v1.0.6 |
| 1085 | +3. Update examples |
1084 | 1086 |
|
1085 | 1087 | ### Releases v1.2.0 |
1086 | 1088 |
|
@@ -1134,6 +1136,8 @@ Submit issues to: [ESP32TimerInterrupt issues](https://github.com/khoih-prog/ESP |
1134 | 1136 | 2. More hardware-initiated software-enabled timers |
1135 | 1137 | 3. Longer time interval |
1136 | 1138 | 4. Similar features for remaining Arduino boards such as SAMD21, SAMD51, SAM-DUE, nRF52, ESP8266, STM32, etc. |
| 1139 | +5. Add support to new ESP32-S2 |
| 1140 | +6. Add support to new ESP32 core v1.0.6 |
1137 | 1141 |
|
1138 | 1142 | --- |
1139 | 1143 | --- |
|
0 commit comments