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

Releases: khoih-prog/NRF52_MBED_TimerInterrupt

v1.4.1 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE* etc. using Seeeduino `mbed` core, to add astyle using `allman` style and to restyle the library

26 Oct 06:06
d31b52d
Compare
Choose a tag to compare

Releases v1.4.1

  1. Add support to Seeeduino nRF52840-based boards such as SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE, etc. using Seeeduino mbed core
  2. Add astyle using allman style. Restyle the library
  3. Update all examples

v1.4.0 to fix multiple-definitions linker error, to fix bug and to optimize library code

22 Jan 23:15
ca760ec
Compare
Choose a tag to compare

Releases v1.4.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add example multiFileProject to demo for multiple-file project.
  3. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  4. Optimize library code by using reference-passing instead of value-passing
  5. Update all examples

v1.3.0 to not use NRF_TIMER_1 for new ArduinoCore-mbed mbed_nano core v2.0.0+

10 Sep 04:09
3a6ef3e
Compare
Choose a tag to compare

Releases v1.3.0

  1. Don't use NRF_TIMER_1 because of ArduinoCore-mbed mbed_nano core v2.0.0+
  2. Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2
  3. Check Nano 33 BLE will not run library examples using NRF_TIMER_1 #6

Release v1.2.1 to add mbed_nano to list of compatible architectures

04 May 16:01
3a8f1e3
Compare
Choose a tag to compare

Releases v1.2.1

  1. Add mbed_nano to list of compatible architectures. For more info, check Add mbed_nano to list of compatible architectures #3.

Version v1.2.0 to optimize code and add better debug feature

11 Jan 17:27
f9a8100
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add better debug feature.
  2. Optimize code and examples to reduce RAM usage
  3. Add Table of Contents

Version v1.1.1 to add example Change_Interval

06 Dec 23:07
63d2dc3
Compare
Choose a tag to compare

Releases v1.1.1

  1. Add example Change_Interval
  2. Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.

Initial Release v1.0.2 to add ISR_16_Timers_Array_Complex example

24 Nov 00:30
f5921b2
Compare
Choose a tag to compare

Initial Release v1.0.1 to support nRF52-based Nano-33-BLE

23 Nov 08:30
f84f121
Compare
Choose a tag to compare

Releases v1.0.1

  1. Initial coding for Nano-33-BLE and sync with NRF52_TimerInterrupt Library