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 38a7bf6 commit b704896
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void main()
| Power management | idle, powerdown and wakeup timer | READY |
| Reset | Software reset | READY |
| Timer | Timer control routines | EXPERIMENTAL |
| UART | Serial port routines | INITIAL SUPPORT |
| UART | Serial port routines | READY |
| 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 @@ -151,7 +151,7 @@ <h2><a class="anchor" id="autotoc_md3"></a>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Timer </td><td class="markdownTableBodyNone">Timer control routines </td><td class="markdownTableBodyNone">EXPERIMENTAL </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">UART </td><td class="markdownTableBodyNone">Serial port routines </td><td class="markdownTableBodyNone">INITIAL SUPPORT </td></tr>
<td class="markdownTableBodyNone">UART </td><td class="markdownTableBodyNone">Serial port routines </td><td class="markdownTableBodyNone">READY </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Watchdog timer </td><td class="markdownTableBodyNone">Watchdog timer routines </td><td class="markdownTableBodyNone">READY </td></tr>
<tr class="markdownTableRowEven">
Expand Down
Binary file modified examples/.sconsign.dblite
Binary file not shown.

0 comments on commit b704896

Please sign in to comment.