summaryrefslogtreecommitdiff
path: root/docs/usb-c.md
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-08-08 15:46:01 -0600
committerCommit Bot <commit-bot@chromium.org>2019-08-09 17:57:53 +0000
commitcbab6baa77eff6d62f21145a85e9ce5dd379278f (patch)
treecabc5d66d13567497c2359d18850d7747a095f55 /docs/usb-c.md
parent278bbbd7a7ce365b7500d0c97e24ffdc4a1c48dc (diff)
downloadchrome-ec-cbab6baa77eff6d62f21145a85e9ce5dd379278f.tar.gz
doc: switch to markdown anchors
Switch from HTML to markdown anchors for linked references. BUG=none BRANCH=none TEST=none Change-Id: Ibd032e58cb0bea9234713fa3082db8fb3e259153 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1745346 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'docs/usb-c.md')
-rw-r--r--docs/usb-c.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/usb-c.md b/docs/usb-c.md
index b6bdb673de..36680dcfd6 100644
--- a/docs/usb-c.md
+++ b/docs/usb-c.md
@@ -25,10 +25,10 @@ Modes in the EC codebase.
## Glossary
-* PD<a name="pd"></a>
+* PD{#pd}
* Power Delivery. Protocol over USB-C connector that allows up to 100W of
power. Not supported on USB-A or USB-B connectors.
-* TCPC<a name="tcpc"></a>
+* TCPC{#tcpc}
* Type-C Port Controller. Typically a separate IC connected through I2C,
sometimes embedded within the EC as a hardware sub module. The TCPC
interprets physical layer signals on CC lines and Vbus, and sends that
@@ -37,7 +37,7 @@ Modes in the EC codebase.
that communicated with the main EC (also running this codebase), which
acted as the TCPM. More info in the official
[TCPC spec][USB TCPM Spec Id].
-* TCPM<a name="tcpm"></a>
+* TCPM{#tcpm}
* Type-C Port Manager. Manages the state of the USB-C connection. Makes
decisions about what state to transition to. This is the code running on
the EC itself.
@@ -48,7 +48,7 @@ Modes in the EC codebase.
available, such as Try.SRC
* TC
* Type-C physical layer.
-* PPC<a name="ppc"></a>
+* PPC{#ppc}
* Power Path Controller. An optional, separate IC that isolates various
USB-C signals from each other and the rest of the board. This IC should
prevent shorts and over current/voltage scenarios for Vbus. Some PPCs