This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/Dx_TimerInterrupt
Releases · khoih-prog/Dx_TimerInterrupt
v1.1.3 to fix bug giving error when using TCB0 and bug causing system crash when using `_TIMERINTERRUPT_LOGLEVEL_ > 0`
v1.1.3 to fix bug giving error when using TCB0 and bug causing system crash when using `_TIMERINTERRUPT_LOGLEVEL_ > 0`
Latest
Release v1.1.3
- Fix bug giving error when using TCB0 (
USE_TIMER_0 == true
) - Fix bug causing system crash when using
_TIMERINTERRUPT_LOGLEVEL_ > 0
v1.1.2 using `Serial3` for debugging with `Curiosity Nano AVRDB`, and `Serial1` with `Curiosity Nano AVRDA`
Release v1.1.2
- Using
Serial3
for debugging with Curiosity Nano AVRDB, andSerial1
with Curiosity Nano AVRDA
v1.1.1 using Serial1 instead of Serial for debugging with Curiosity Nano AVRDA/AVRDB
Release v1.1.1
- Using Serial1 instead of Serial for debugging with Curiosity Nano AVRDA/AVRDB
- Update
README.md
v1.1.0 to improve and customize examples for Curiosity Nano AVRDA/AVRDB boards to use on-board LED and SW
Release v1.1.0
- Improve and customize examples for Curiosity Nano AVRDA/AVRDB boards to use on-board LED and SW
- Add notes
howto upload by drag-and-drop
toCURIOSITY
virtual drive
v1.0.0 to to support Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
Initial Release v1.0.0
- Intial release to support Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore