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

Commit 2ad4e28

Browse files
authored
v1.0.0 for RTL8720DN
### Releases v1.0.0 1. Initial release to support **RTL8720DN, RTL8722DM, RTM8722CSM, etc.** boards
1 parent de57bd4 commit 2ad4e28

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
* [ 6. **ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex).
4343
* [Example ISR_16_Timers_Array_Complex](#example-isr_16_timers_array_complex)
4444
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
45-
* [1. ISR_16_Timers_Array_Complex on RTL8720DN](#1-isr_16_timers_array_complex-on-rtl8720)
46-
* [2. TimerInterruptTest on RTL8720DN](#2-timerinterrupttest-on-rtl8720)
47-
* [3. Argument_None on RTL8720DN](#3-argument_none-on-rtl8720)
48-
* [4. Change_Interval on RTL8720DN](#4-change_interval-on-rtl8720)
45+
* [1. ISR_16_Timers_Array_Complex on RTL8720DN](#1-isr_16_timers_array_complex-on-rtl8720dn)
46+
* [2. TimerInterruptTest on RTL8720DN](#2-timerinterrupttest-on-rtl8720dn)
47+
* [3. Argument_None on RTL8720DN](#3-argument_none-on-rtl8720dn)
48+
* [4. Change_Interval on RTL8720DN](#4-change_interval-on-rtl8720dn)
4949
* [Debug](#debug)
5050
* [Troubleshooting](#troubleshooting)
5151
* [Releases](#releases)
@@ -188,8 +188,10 @@ To re-use the **new h-only** way, just
188188

189189
There are only 4 hardware timers in RTL8720DN, RTL8722DM and RTL8722CSM.
190190

191-
**TIMER0**, reserved and used in us_tick(), wait_ms() functions. Users are not recommended to use
191+
**TIMER0**, reserved and used in us_tick(), wait_ms() functions. Users are not recommended to use.
192+
192193
**TIMER1**, used in APP_TIM_ID. Users are not recommended to use
194+
193195
**TIMER2 and TIMER3** are ready and OK to be used.
194196

195197

0 commit comments

Comments
 (0)