summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-12-02 13:21:05 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-02 23:36:56 +0000
commitfe387a175ad92df2a165854b683ffa76c41750a6 (patch)
treef425303f7510bd4927f0cad06d6379035a839143
parentda960f61b0d0dda2fb1c3732f508a5a82fe0a230 (diff)
downloadchrome-ec-fe387a175ad92df2a165854b683ffa76c41750a6.tar.gz
docs: Add wikipedia link for LPC
BRANCH=none BUG=none TEST=view in gitiles Change-Id: I711fb38b180adfc7f69cf954b6070aa45e7677ae Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1946788 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--docs/ec_terms.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ec_terms.md b/docs/ec_terms.md
index 6a19b4e055..8e4f705b0f 100644
--- a/docs/ec_terms.md
+++ b/docs/ec_terms.md
@@ -112,7 +112,7 @@
A Light Emitting Diode is a semiconductor that emits light when current flows through it.
-* **LPC - Low Pin Count bus**{#lpc}
+* **LPC - [Low Pin Count bus]**{#lpc}
Legacy communication bus between the [AP](#ap) and [EC](#ec). Runs at 33
MHz, providing a 133 Mbps bandwidth connection. Replaced by the
@@ -199,4 +199,5 @@
[eSPI Specification]: <https://www.intel.com/content/dam/support/us/en/documents/software/chipset-software/327432-004_espi_base_specification_rev1.0.pdf>
[I2C Specification]: <https://www.nxp.com/docs/en/user-guide/UM10204.pdf>
[RS-232]: <https://en.wikipedia.org/wiki/RS-232>
-[EC MKBP driver]: <https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/common/keyboard_mkbp.c> \ No newline at end of file
+[EC MKBP driver]: <https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/common/keyboard_mkbp.c>
+[Low Pin Count bus]: https://en.wikipedia.org/wiki/Low_Pin_Count \ No newline at end of file