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

Releases: khoih-prog/Portenta_H7_TimerInterrupt

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

23 Jan 01:42
bbf6eab
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
  6. Update Packages_Patches

v1.3.1 to fix warnings in PWM examples

22 Sep 02:09
eadcaf8
Compare
Choose a tag to compare

Releases v1.3.1

  1. Fix warnings in PWM examples

v1.3.0 adds PWM features and examples

18 Sep 02:54
3a2eab4
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add PWM features and examples

Initial Release v1.2.1 for Portenta_H7 boards, using ArduinoCore-mbed mbed_portenta core

16 Sep 01:07
2afc8e2
Compare
Choose a tag to compare

Initial Releases v1.2.1

  1. Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core
  2. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
  3. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
  4. Bump version to v1.2.1 to sync with STM32_TimerInterrupt library