From 0325f18097ac1d9bde85447371c5c07dad5cda3d Mon Sep 17 00:00:00 2001 From: Michael Golovanov Date: Tue, 24 Dec 2024 20:56:56 +0300 Subject: [PATCH] Timer module maturity is READY now --- README.md | 4 ++-- docs/html/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55da026..c804189 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ void main() | Interrupt | Enable and disable interrupts | READY | | Power management | idle, powerdown and wakeup timer | READY | | Reset | Software reset | READY | -| Timer | Timer control routines | EXPERIMENTAL | -| UART | Serial port routines | READY | +| Timer | Timer control routines | READY | +| UART | Serial port routines | INITIAL SUPPORT | | Watchdog timer | Watchdog timer routines | READY | | Pin | Pin as digital in/out routines | READY | diff --git a/docs/html/index.html b/docs/html/index.html index 475cf8a..8385523 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -149,7 +149,7 @@

Reset Software reset READY -Timer Timer control routines EXPERIMENTAL +Timer Timer control routines READY UART Serial port routines READY