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

Commit 2b2dd65

Browse files
authored
Initial v1.2.1 for Portenta_H7
### 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](https://github.com/arduino/ArduinoCore-mbed) 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](https://github.com/khoih-prog/STM32_TimerInterrupt)
1 parent 77cb64b commit 2b2dd65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error)
2727
* [More useful Information about STM32 Timers](#more-useful-information-about-stm32-timers)
2828
* [Available Timers for Portenta_H7](#available-timers-for-portenta_h7)
29-
* [New from v1.0.0](#new-from-v100)
29+
* [From v1.2.1](#from-v121)
3030
* [Usage](#usage)
3131
* [1. Using only Hardware Timer directly](#1-using-only-hardware-timer-directly)
3232
* [1.1 Init Hardware Timer](#11-init-hardware-timer)
@@ -48,7 +48,7 @@
4848
* [2. TimerInterruptTest on PORTENTA_H7_M7](#2-timerinterrupttest-on-portenta_h7_m7)
4949
* [3. Argument_None on PORTENTA_H7_M7](#3-argument_none-on-portenta_h7_m7)
5050
* [4. Change_Interval on PORTENTA_H7_M7](#4-change_interval-on-portenta_h7_m7)
51-
* [5. ISR_16_Timers_Array on PORTENTA_H7_M7](#5-isr_16_timers_array_complex-on-portenta_h7_m7)
51+
* [5. ISR_16_Timers_Array on PORTENTA_H7_M7](#5-isr_16_timers_array-on-portenta_h7_m7)
5252
* [Debug](#debug)
5353
* [Troubleshooting](#troubleshooting)
5454
* [Issues](#issues)
@@ -364,7 +364,7 @@ This is the temporary list for Portenta_H7 Timers which can be used. The availab
364364
---
365365
---
366366

367-
## New from v1.0.0
367+
## From v1.2.1
368368

369369
Now with these new `16 ISR-based timers` (while consuming only **1 hardware timer**), the maximum interval is practically unlimited (limited only by unsigned long miliseconds).
370370

0 commit comments

Comments
 (0)