[update] documentation, libsg2 dependency
authorFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 22:25:11 +0000 (17:25 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 22:25:11 +0000 (17:25 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index d49aa963ceddc330f5735dbf8176f2e89479d94a..bcc9065f0b1a9f8371cf98442e4dae353b3f0c31 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index 81605e26c227cfecdec93de668a68adc0042f143..21bd13a570abf0553a919a42366df03d86a5c50f 100644 (file)
@@ -52,8 +52,16 @@ STLINK is an opensource software to program and debug the discovery kits. Those
 kits have an onboard chip that translates USB commands sent by the host PC into
 JTAG commands. This chip is called STLINK, which is confusing since the software
 has the same name. It comes into 2 versions (STLINK v1 and v2). From a software
-point of view, those version differ only in the transport layer used to communicate
+point of view, those versions differ only in the transport layer used to communicate
 (v1 uses SCSI passthru commands, while v2 uses raw USB).
+
+\paragraph{}
+Before continuing, the following dependencies are required:
+\begin{itemize}
+\item libusb-1.0
+\item libsg2
+\end{itemize}
+
 \paragraph{}
 The STLINK software source code is retrieved using:\\
 \begin{small}