summaryrefslogtreecommitdiff
path: root/realtime
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2010-10-09 09:46:17 +0200
committerJan Altenberg <jan@linutronix.de>2010-10-09 09:46:17 +0200
commit5c4103df94f354dc37e8b2f072336b71e46e1921 (patch)
treeb1ff16f744f698ffbe89fa958808c114d70399e3 /realtime
parent8bee39fc16ab0f016a0eabb6b39541ccaaec8cda (diff)
Added bibliography for rt-app-basic slides.
Diffstat (limited to 'realtime')
-rw-r--r--realtime/rt-app-basics/pres_rt-app-basics_en.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/realtime/rt-app-basics/pres_rt-app-basics_en.tex b/realtime/rt-app-basics/pres_rt-app-basics_en.tex
index 95094cf..6179851 100644
--- a/realtime/rt-app-basics/pres_rt-app-basics_en.tex
+++ b/realtime/rt-app-basics/pres_rt-app-basics_en.tex
@@ -293,4 +293,16 @@ pthread_cond_wait (&cond, &mutex);
pthread_mutex_unlock(&mutex);
\end{lstlisting}
\end{frame}
+
+\section*{sources}
+\begin{frame}
+\frametitle{sources}
+\small
+\begin{thebibliography}{1}
+\bibitem{rt1} https://rt.wiki.kernel.org/
+\bibitem{rt2} https://rt.wiki.kernel.org/index.php/ Dynamic\_memory\_allocation\_example
+\bibitem{rt3} https://rt.wiki.kernel.org/index.php/ Threaded\_RT-application\_with\_memory\_locking\_and\_stack\_handling\_example
+\end{thebibliography}
+\end{frame}
+
\end{document}