aboutsummaryrefslogtreecommitdiff
path: root/docs/source/format.rst
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2024-12-11 13:06:06 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2024-12-11 13:06:06 +0100
commitafb459ae2acc6b969dc5fcae3431f59ae134f8fa (patch)
tree4ba160c75cedb609531ba63457b53fb60adbe3b0 /docs/source/format.rst
parent789a46da5edc03dac287d97a7bc173a3f5de89e6 (diff)
Fix some of docs table layouts
Diffstat (limited to 'docs/source/format.rst')
-rw-r--r--docs/source/format.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/format.rst b/docs/source/format.rst
index 4f88ae9..9240fef 100644
--- a/docs/source/format.rst
+++ b/docs/source/format.rst
@@ -26,11 +26,17 @@ The following commands are known:
| Opcode | Description |
+===================================+===================================+
| 0 | payload=1: Write CRAM Data |
+| +-----------------------------------+
| | payload=2: Read BRAM Data |
+| +-----------------------------------+
| | payload=3: Write BRAM Data |
+| +-----------------------------------+
| | payload=4: Read BRAM Data |
+| +-----------------------------------+
| | payload=5: Reset CRC |
+| +-----------------------------------+
| | payload=6: Wakeup |
+| +-----------------------------------+
| | payload=8: Reboot |
+-----------------------------------+-----------------------------------+
| 1 | Set bank number |
@@ -41,8 +47,11 @@ The following commands are known:
+-----------------------------------+-----------------------------------+
| 5 | Set internal oscillator frequency |
| | range |
+| +-----------------------------------+
| | payload=0: low |
+| +-----------------------------------+
| | payload=1: medium |
+| +-----------------------------------+
| | payload=2: high |
+-----------------------------------+-----------------------------------+
| 6 | Set bank width (16-bits, MSB |
@@ -55,7 +64,9 @@ The following commands are known:
| | first) |
+-----------------------------------+-----------------------------------+
| 9 | payload=0: Disable warm boot |
+| +-----------------------------------+
| | payload=16: Enable cold boot |
+| +-----------------------------------+
| | payload=32: Enable warm boot |
+-----------------------------------+-----------------------------------+