Rename "Offset" column to "Address" in peripherals description

This commit is contained in:
2026-03-02 17:58:42 +00:00
parent 24459a8ae5
commit a77e7f4051

View File

@@ -42,8 +42,8 @@ You could use any HTTP server that sets these headers.
# Terminal
| Name | Offset | Size / B | Access |
|--------|--------|----------|--------------|
| Name | Address | Size / B | Access |
|--------|---------|----------|--------------|
| TXBUF | 0 | 32 | write |
| RXBUF | 32 | 32 | read |
| TXHEAD | 64 | 1 | atomic read |
@@ -65,8 +65,8 @@ unoccupied byte between the tail and the head.
# System status
| Name | Offset | Size / B | Access |
|----------|--------|----------|--------------|
| Name | Address | Size / B | Access |
|----------|---------|----------|--------------|
| SYSREADY | 68 | 1 | atomic write |
The `SYSREADY` register is used to indicate when the system has booted