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

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`

Choose a tag to compare

@khoih-prog khoih-prog released this 27 Aug 20:02
07fca3e

Release v1.1.3

  1. Fix bug giving error when using TCB0 (USE_TIMER_0 == true)
  2. 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`

Choose a tag to compare

@khoih-prog khoih-prog released this 25 Aug 04:10
f975fdd

Release v1.1.2

  1. Using Serial3 for debugging with Curiosity Nano AVRDB, and Serial1 with Curiosity Nano AVRDA

v1.1.1 using Serial1 instead of Serial for debugging with Curiosity Nano AVRDA/AVRDB

Choose a tag to compare

@khoih-prog khoih-prog released this 25 Aug 03:25
2a8c1cb

Release v1.1.1

  1. Using Serial1 instead of Serial for debugging with Curiosity Nano AVRDA/AVRDB
  2. Update README.md

v1.1.0 to improve and customize examples for Curiosity Nano AVRDA/AVRDB boards to use on-board LED and SW

Choose a tag to compare

@khoih-prog khoih-prog released this 25 Aug 01:56
590ba8b

Release v1.1.0

  1. Improve and customize examples for Curiosity Nano AVRDA/AVRDB boards to use on-board LED and SW
  2. Add notes howto upload by drag-and-drop to CURIOSITY virtual drive

v1.0.0 to to support Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore

Choose a tag to compare

@khoih-prog khoih-prog released this 24 Aug 06:27
38d8492

Initial Release v1.0.0

  1. Intial release to support Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore