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

Commit ca2ce81

Browse files
authored
v1.0.0
### Releases v1.0.0 1. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked 2. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
1 parent 24f3392 commit ca2ce81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
5454
- **Nucleo-144 (F429ZI, F767ZI)**
5555
- **Discovery (STM32F746G-DISCOVERY)**
5656
- **All STM32 boards (STM32F/L/H/G/WB/MP1) with 32K+ Flash, with Built-in Ethernet**
57-
- See [EthernetWebServer_STM32 Support and Test Results](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1)
5857

5958
2. **STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running W5x00 or ENC28J60 shields)**
6059

@@ -111,7 +110,7 @@ Another way to install is to:
111110

112111
1. Install [VS Code](https://code.visualstudio.com/)
113112
2. Install [PlatformIO](https://platformio.org/platformio-ide)
114-
3. Install [**STM32_TimerInterrupt** library](https://platformio.org/lib/show/xxxxx/STM32_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/xxxxx/STM32_TimerInterrupt/installation). Search for **STM32_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
113+
3. Install [**STM32_TimerInterrupt** library](https://platformio.org/lib/show/11381/STM32_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/11381/STM32_TimerInterrupt/installation). Search for **STM32_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
115114
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)
116115

117116
---

0 commit comments

Comments
 (0)