From: Fabien Le Mentec Date: Tue, 18 Oct 2011 05:49:07 +0000 (-0500) Subject: [update] add macpod to AUTHORS. update documentation for the blink program. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a821592dad00fd51835ae2eec0c91196a15789e9;hp=de389469aa244cfaeea9fd9ddc2183e919ba464d;p=fw%2Fstlink [update] add macpod to AUTHORS. update documentation for the blink program. --- diff --git a/AUTHORS b/AUTHORS index ca1df75..aeb61bd 100644 --- 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 diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index 2b4618f..b11e033 100644 Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index e0e8d2d..1d16735 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -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}