This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/NRF52_MBED_TimerInterrupt
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
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
Latest
Releases v1.4.1
- Add support to Seeeduino nRF52840-based boards such as SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE, etc. using Seeeduino
mbed
core - Add astyle using
allman
style. Restyle the library - Update all examples
v1.4.0 to fix multiple-definitions linker error, to fix bug and to optimize library code
Releases v1.4.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add example multiFileProject to demo for multiple-file project.
- Fix
reattachInterrupt()
bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
v1.3.0 to not use NRF_TIMER_1 for new ArduinoCore-mbed mbed_nano core v2.0.0+
Releases v1.3.0
- Don't use NRF_TIMER_1 because of ArduinoCore-mbed mbed_nano core v2.0.0+
- Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2
- 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
Releases v1.2.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
Releases v1.2.0
- Add better debug feature.
- Optimize code and examples to reduce RAM usage
- Add Table of Contents
Version v1.1.1 to add example Change_Interval
Releases v1.1.1
- Add example Change_Interval
- 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
Releases v1.0.2
- Add example ISR_16_Timers_Array_Complex and optimize example ISR_16_Timers_Array
Initial Release v1.0.1 to support nRF52-based Nano-33-BLE
Releases v1.0.1
- Initial coding for Nano-33-BLE and sync with NRF52_TimerInterrupt Library