From e1f3f89e7ea7945adddd0c2e6838f5e59856cff2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 14 Dec 2018 13:34:03 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1378907 Reviewed-by: Jett Rink --- util/stm32mon.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() */ -- cgit v1.2.1