summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/gen_section
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/gen_section')
-rw-r--r--doc/new_chapters/gen_section26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section
index d3b8bde58f..d07769455a 100644
--- a/doc/new_chapters/gen_section
+++ b/doc/new_chapters/gen_section
@@ -129,6 +129,32 @@ case ${chapter} in
ROUTINES="strcpy strncpy strcat strncat strcmp strncmp strchr strcspn \
strpbrk strrchr strspn strstr strtok stlen"
;;
+ misc_stackchk)
+ CHAPTER_CAPS="Stack Bounds Checker"
+ CHAPTER_LOWER="stack bounds checker"
+ ROUTINES="Stack_check_Initialize Stack_check_Dump_usage"
+ ;;
+ misc_rtmonuse)
+ CHAPTER_CAPS="Rate Monotonic Period Statistics"
+ CHAPTER_LOWER="rate monotonic period statistics"
+ ROUTINES="Period_usage_Initialize Period_usage_Reset \
+ Period_usage_Update Period_usage_Dump"
+ ;;
+ misc_cpuuse)
+ CHAPTER_CAPS="CPU Usage Statistics"
+ CHAPTER_LOWER="CPU usage statistics"
+ ROUTINES="CPU_usage_Dump CPU_usage_Reset"
+ ;;
+ misc_error)
+ CHAPTER_CAPS="Error Reporting Support"
+ CHAPTER_LOWER="error reporting support"
+ ROUTINES="rtems_error rtems_panic"
+ ;;
+ misc_monitor)
+ CHAPTER_CAPS="Monitor Task"
+ CHAPTER_LOWER="monitor task"
+ ROUTINES="rtems_monitor_init rtems_monitor_wakeup"
+ ;;
*)
echo "Unknown chapter name"
exit 1