summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2018-12-14 13:34:03 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-12-17 20:47:15 -0800
commite1f3f89e7ea7945adddd0c2e6838f5e59856cff2 (patch)
treeadc2f62cde8d51845c6622f7cae51456f0ba37f4
parentf234b0aeb2d51f13de683ed6400f3e07aa4b717c (diff)
downloadchrome-ec-e1f3f89e7ea7945adddd0c2e6838f5e59856cff2.tar.gz
stm32mon: Add link to SPI protocol
Also fix misspelling. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I6e17407be36abd83567a2e09ae1c2684e1bc5090 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1378907 Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--util/stm32mon.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index 665c4b28b2..fc0a727644 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -3,13 +3,16 @@
* found in the LICENSE file.
*
* STM32 SoC system monitor interface tool
- * For Serial, implement proctol v2.0 as defined in:
+ * For Serial, implement protocol v2.0 as defined in:
* http://www.st.com/st-web-ui/static/active/en/resource/technical/\
* document/application_note/CD00264342.pdf
*
* For i2C, implement protocol v1.0 as defined in:
* http://www.st.com/st-web-ui/static/active/en/resource/technical/\
* document/application_note/DM00072315.pdf
+ *
+ * For SPI, implement protocol v1.1 as defined in:
+ * https://www.st.com/resource/en/application_note/dm00081379.pdf
*/
/* use cfmakeraw() */