This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/Portenta_H7_TimerInterrupt
Releases · khoih-prog/Portenta_H7_TimerInterrupt
v1.4.0 to fix multiple-definitions linker error, to fix bug, to optimize library code, etc.
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
- Update
Packages_Patches
v1.3.1 to fix warnings in PWM examples
Releases v1.3.1
- Fix warnings in PWM examples
v1.3.0 adds PWM features and examples
Releases v1.3.0
- Add PWM features and examples
Initial Release v1.2.1 for Portenta_H7 boards, using ArduinoCore-mbed mbed_portenta core
Initial Releases v1.2.1
- Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core
- Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
- Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
- Bump version to v1.2.1 to sync with STM32_TimerInterrupt library