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

Commit

Permalink
v1.5.0 to add support to megaAVR
Browse files Browse the repository at this point in the history
### Releases v1.5.0

1. Add support to **ATmega4809-based boards** such as **Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc.**
  • Loading branch information
khoih-prog authored Apr 18, 2021
1 parent 3e41dac commit 280d073
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3642,18 +3642,18 @@ Submit issues to: [TimerInterrupt_Generic issues](https://github.com/khoih-prog/

1. Basic hardware timers for

-[x] AVR
-[x] megaAVR
-[x] ESP8266
-[x] ESP32
-[x] SAMD
-[x] SAM DUE
-[x] nRF52
-[x] Teensy
-[x] Mbed-OS Nano-33-BLE
-[x] STM32F/L/H/G/WB/MP1
-[] Portenta H7
-[] Raspberry Pi pico
- [x] AVR
- [x] megaAVR
- [x] ESP8266
- [x] ESP32
- [x] SAMD
- [x] SAM DUE
- [x] nRF52
- [x] Teensy
- [x] Mbed-OS Nano-33-BLE
- [x] STM32F/L/H/G/WB/MP1
- [ ] Portenta H7
- [ ] Raspberry Pi pico


2. More hardware-initiated software-enabled timers
Expand Down

0 comments on commit 280d073

Please sign in to comment.