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

Commit 2afc8e2

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 2b2dd65 commit 2afc8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Another way to install is to:
148148

149149
1. Install [VS Code](https://code.visualstudio.com/)
150150
2. Install [PlatformIO](https://platformio.org/platformio-ide)
151-
3. Install [**Portenta_H7_TimerInterrupt** library](https://platformio.org/lib/show/xxxxx/Portenta_H7_TimerInterrupt) or [**Portenta_H7_TimerInterrupt** library](https://platformio.org/lib/show/11419/Portenta_H7_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/xxxxx/Portenta_H7_TimerInterrupt/installation). Search for **Portenta_H7_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
151+
3. Install [**Portenta_H7_TimerInterrupt** library](https://platformio.org/lib/show/12828/Portenta_H7_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/12828/Portenta_H7_TimerInterrupt/installation). Search for **Portenta_H7_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
152152
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
153153

154154
---

0 commit comments

Comments
 (0)