diff options
Diffstat (limited to 'realtime')
| -rw-r--r-- | realtime/rt-app-basics/pres_rt-app-basics_en.tex | 12 |
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} |
