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

Latest commit

 

History

History
80 lines (50 loc) · 3.6 KB

changelog.md

File metadata and controls

80 lines (50 loc) · 3.6 KB

NRF52_MBED_TimerInterrupt Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

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

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

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.

Releases v1.2.0

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

Releases v1.1.1

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

Releases v1.0.2

  1. Add example ISR_16_Timers_Array_Complex and optimize example ISR_16_Timers_Array

Releases v1.0.1

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