summaryrefslogtreecommitdiff
path: root/realtime
AgeCommit message (Collapse)Author
2018-06-29rt-specialties: added top -d 0Kurt Kanzenbach
top -d 0 is also an interesting test for finding bugs. [jogness] Extended the description of the test. Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2018-06-29rt-specialties: rename to RT testsKurt Kanzenbach
As discussed with John, this slide set basically only shows the RT tests. So rename it. Furthermore, the last two slides are not needed. Especially for scheduling, we have different slides. Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2018-06-21rt-app-basics: use posix setrobustJohn Ogness
pthread_mutexattr_setrobust() is now in the posix standard. Remove the _np/_NP usage. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-06-21rt-app-basics: use rt prio 80 instead of 99John Ogness
User apps should _never_ use prio 99. So don't show a demo using it! Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-19replace *all* tabs with spacesJohn Ogness
There are times when tabs are allowed and times when they are not. Let's just simply never use tabs for anything. This makes it easy to find presentations where tabs were accidentally inserted. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20remove german slides when english are availableJohn Ogness
Remove german slides if a completely translated english version is available. For slides that have been translated to english, but do not contain all the information of the german slides, the german slides are still available. But they are only available for reference. That will not be built. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19rt specialties: add english versionJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19rt basics: add english versionJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19rt-app-basics: switch to verbatimJohn Ogness
The verbatim text type is much easier to read. Use it instead for commands and output. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2015-05-04realtime: fix graphic includesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2013-12-27Update all topics for KconfigJan Altenberg
2013-12-27Merge branch 'master' into kconfigJan Altenberg
2013-07-18RT internals by tglxJan Altenberg
2013-07-10fix debugfs mountpointManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2013-05-13Implement Kconfig build systemChristian Eppler
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
2011-01-27convert the rest to the new buildsys formatManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2011-01-26Aufräumen und neu strukturieren Teil 1Manuel Traut
- alle images wurden ins Wurzelverzeichnis verschoben - TEXINPUTS wird projektspezifisch gesetzt - es besteht die Möglichkeit einzelne pdfs zu generieren (wie bisher) desweiteren ist es möglich eigene Zusammenstellungen anzulegen - Einsstellungen welche das Design der Dokumente definieren werden nun in config*.tex & tail*.tex im Wurzelverzeichnis definiert - templates an neue Umgebung angepasst - in jedem Kapitelverzeichnis liegt nun eine Datei section welche das Kapitel beschreibt (mind. überschrift). Diese kann ggf. inkludiert werden. - TODO: es sind noch nicht alle Dokumente auf die neue Struktur umgestellt (siehe Makefile) Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-12-01Makefile bugfixes for top-level Makefile (added frameworks and protocols)Jan Altenberg
Bugfix: Added Makefile for protocols removed unused files
2010-10-13simplify makefilesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-10-13remove cleaned up files from makefilesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-10-13cleanup obvious duplicatesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-10-09Added bibliography for rt-app-basic slides.Jan Altenberg
2010-10-08RT application design.Jan Altenberg
2010-08-09remove linutronix-*.png duplicates. If lx-cd is 'installed' theManuel Traut
images are included from /usr/share/lx/logo Signed-off-by: Manuel Traut <manut@linutronix.de>
2009-06-20RT speciality fixesJan Altenberg
2009-06-20RT basics fixesJan Altenberg
2009-06-20Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulungJan Altenberg
2009-06-20rt-specialties chapterJan Altenberg
2009-06-20Adding one more missing rt-basic fileJan Altenberg
2009-06-20Added Makefiles in each folder to allow make all or make clean from top ↵Hans J. Koch
level directory
2009-06-20Commit missing RT basics changesJan Altenberg
2009-06-19Completed RT Basics chapterJan Altenberg
2009-06-19Added lots of content for the RT basics stuff.Jan Altenberg
2009-06-18Initial import rt-basic contents.Jan Altenberg
2009-06-09Initial commit.Hans J. Koch