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

Commit 3e41dac

Browse files
authored
v1.5.0 to add support to megaAVR
### Releases v1.5.0 1. Add support to **ATmega4809-based boards** such as **Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc.**
1 parent fad02fa commit 3e41dac

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* [3.3. Timer2](#33-timer2)
6868
* [3.4. Timer3, Timer4, Timer5](#34-timer3-timer4-timer5)
6969
* [4. For STM32F/L/H/G/WB/MP1](#4-for-stm32flhgwbmp1)
70-
* [5. For Arduino megaAVR](#3-for-arduino-megaavr)
70+
* [5. For Arduino megaAVR](#5-for-arduino-megaavr)
7171
* [5.1. Documents](#51-documents)
7272
* [5.2. Timer TCB0-TCB3](#52-timer-tcb0-tcb3)
7373
* [New from v1.1.0](#new-from-v110)
@@ -3640,7 +3640,22 @@ Submit issues to: [TimerInterrupt_Generic issues](https://github.com/khoih-prog/
36403640

36413641
## DONE
36423642

3643-
1. Basic hardware timers for AVR, megaAVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, Mbed-OS Nano-33-BLE, STM32, etc.
3643+
1. Basic hardware timers for
3644+
3645+
-[x] AVR
3646+
-[x] megaAVR
3647+
-[x] ESP8266
3648+
-[x] ESP32
3649+
-[x] SAMD
3650+
-[x] SAM DUE
3651+
-[x] nRF52
3652+
-[x] Teensy
3653+
-[x] Mbed-OS Nano-33-BLE
3654+
-[x] STM32F/L/H/G/WB/MP1
3655+
-[] Portenta H7
3656+
-[] Raspberry Pi pico
3657+
3658+
36443659
2. More hardware-initiated software-enabled timers
36453660
3. Longer time interval
36463661
4. Clean-up all compiler warnings possible.

0 commit comments

Comments
 (0)