[update] add macpod to AUTHORS. update documentation for the blink program.
authorFabien Le Mentec <texane@gmail.com>
Tue, 18 Oct 2011 05:49:07 +0000 (00:49 -0500)
committerFabien Le Mentec <texane@gmail.com>
Tue, 18 Oct 2011 05:49:07 +0000 (00:49 -0500)
AUTHORS
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

diff --git a/AUTHORS b/AUTHORS
index ca1df75a08ed463e1101ed747f50b3156b586eb2..aeb61bd57dd804b6b59b4c4b14fa9bddeded8348 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,4 @@ karlp@tweak.net.au
 h0rr0rrdrag@gmail.com
 mstempin@com1.fr
 bon@elektron.ikp.physik.tu-darmstadt.de
+nelsonjm@macpod.neta
index 2b4618ff5b52877f2147399ca583b6204f8e9959..b11e033b98ba85889d0c24db0cf5af7d9a6085d3 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index e0e8d2d73a1fe8a4caba5ca80b0dc140ffc87cde..1d16735dadb66a943532cff7716e1cdd9eded5e9 100644 (file)
@@ -88,8 +88,9 @@ $> make ;
 A simple LED blinking example is provided in the example directory. It is built using:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
+# update the make option accordingly to your architecture
 cd stlink.git/example/blink ;
-PATH=$TOOLCHAIN_PATH/bin:$PATH make ;
+PATH=$TOOLCHAIN_PATH/bin:$PATH make CONFIG_STM32L_DISCOVERY=1;
 \end{lstlisting}
 \end{small}