[fix] documentation
authorFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 18:18:26 +0000 (13:18 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 18:18:26 +0000 (13:18 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index f8cab1fad3054bb250efdc1ce1974436160eeaec..116bb7c9dc7b4e3c77061dec1ff487bd744c30b9 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index 1e6959eb1858f80c2b40ea69a2bfda7ae60463e7..272a01db4844954e259b62593e89168c20b6b11c 100644 (file)
@@ -108,7 +108,7 @@ $> $TOOLCHAIN_PATH/bin/arm-none-eabi-gdb
 From GDB, connect to the server using:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
-$> target extended-remote localhost:4242
+$> target extended localhost:4242
 \end{lstlisting}
 \end{small}
 
@@ -133,7 +133,9 @@ $> run
 \section{References}
 \begin{itemize}
 \item http://www.st.com/internet/mcu/product/248823.jsp\\
-  all the documentation related to STM32L discovery kit
+  documentation related to the STM32L mcu
+\item http://www.st.com/internet/evalboard/product/250990.jsp\\
+  documentation related to the STM32L discovery kit
 \end{itemize}
 
 \end{document}