summaryrefslogtreecommitdiff
path: root/docs/i2c-debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/i2c-debugging.md')
-rw-r--r--docs/i2c-debugging.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/i2c-debugging.md b/docs/i2c-debugging.md
index 7ab84f9d8d..125e72b777 100644
--- a/docs/i2c-debugging.md
+++ b/docs/i2c-debugging.md
@@ -1,13 +1,10 @@
-I²C Debugging Tips
-==================
+# I²C Debugging Tips
-The EC codebase has functionality to help you debug I²C errors without
-pulling out the scope. Some of the debug functionality is disabled by
-default to save space, but can be enabled with the `CONFIG_I2C_DEBUG`
-option.
+The EC codebase has functionality to help you debug I²C errors without pulling
+out the scope. Some of the debug functionality is disabled by default to save
+space, but can be enabled with the `CONFIG_I2C_DEBUG` option.
-Tracing
--------
+## Tracing
You can use the `i2ctrace` command to monitor (ranges of) addresses:
@@ -51,4 +48,4 @@ Note that `i2ctrace enable` will merge debug entries when possible:
id port address
-- ---- -------
0 0 0x10 to 0x50
-``` \ No newline at end of file
+```