Skip to content

Commit

Permalink
Timer module maturity is READY now
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoblin committed Dec 24, 2024
1 parent b704896 commit 0325f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2><a class="anchor" id="autotoc_md3"></a>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">Reset </td><td class="markdownTableBodyNone">Software reset </td><td class="markdownTableBodyNone">READY </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Timer </td><td class="markdownTableBodyNone">Timer control routines </td><td class="markdownTableBodyNone">EXPERIMENTAL </td></tr>
<td class="markdownTableBodyNone">Timer </td><td class="markdownTableBodyNone">Timer control routines </td><td class="markdownTableBodyNone">READY </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">UART </td><td class="markdownTableBodyNone">Serial port routines </td><td class="markdownTableBodyNone">READY </td></tr>
<tr class="markdownTableRowOdd">
Expand Down

0 comments on commit 0325f18

Please sign in to comment.