Changeset 3fb73e22 in rtems
- Timestamp:
- 09/20/11 01:06:48 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 40ee2fc0
- Parents:
- dfdf7961
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
rdfdf7961 r3fb73e22 1 2011-09-19 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * user/Makefile.am, user/c_user.texi: Reorder chapters to put 4 scheduling earlier. Also put Barrier and Rate Monotonic Manager where 5 they logically belong. They appear to have just be added toward the 6 end. 7 1 8 2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com> 2 9 -
doc/user/Makefile.am
rdfdf7961 r3fb73e22 1 1 # 2 # COPYRIGHT (c) 1988-20 072 # COPYRIGHT (c) 1988-2011 3 3 # On-Line Applications Research Corporation (OAR). 4 4 # All rights reserved. … … 55 55 $(BMENU2) -p "Key Concepts Memory Management" \ 56 56 -u "Top" \ 57 -n "Scheduling Concepts" < $< > $@ 58 59 schedule.texi: schedule.t 60 $(BMENU2) -p "RTEMS Data Types List of Data Types" \ 61 -u "Top" \ 57 62 -n "Initialization Manager" < $< > $@ 58 63 59 64 init.texi: init.t 60 $(BMENU2) -p " RTEMS Data Types List of Data Types" \65 $(BMENU2) -p "Scheduling Concepts Task State Transitions" \ 61 66 -u "Top" \ 62 67 -n "Task Manager" < $< > $@ … … 81 86 $(BMENU2) -p "Clock Manager CLOCK_TICK - Announce a clock tick" \ 82 87 -u "Top" \ 88 -n "Rate Monotonic Manager" < $< > $@ 89 90 rtmon.texi: rtmon.t 91 $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \ 92 -u "Top" \ 83 93 -n "Semaphore Manager" < $< > $@ 84 94 85 95 sem.texi: sem.t 86 $(BMENU2) -p "Timer Manager TIMER_RESET - Reset an interval timer" \ 96 $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \ 97 -u "Top" \ 98 -n "Barrier Manager" < $< > $@ 99 100 barrier.texi: barrier.t 101 $(BMENU2) -p "Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \ 87 102 -u "Top" \ 88 103 -n "Message Manager" < $< > $@ 89 104 90 105 msg.texi: msg.t 91 $(BMENU2) -p " Semaphore Manager SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore" \106 $(BMENU2) -p "Barrier Manager BARRIER_RELEASE - Release a barrier" \ 92 107 -u "Top" \ 93 108 -n "Event Manager" < $< > $@ … … 129 144 $(BMENU2) -p "I/O Manager IO_CONTROL - Special device services" \ 130 145 -u "Top" \ 131 -n "Scheduling Concepts" < $< > $@132 133 schedule.texi: schedule.t134 $(BMENU2) \135 -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \136 -u "Top" \137 -n "Rate Monotonic Manager" < $< > $@138 139 rtmon.texi: rtmon.t140 $(BMENU2) -p "Scheduling Concepts Task State Transitions" \141 -u "Top" \142 -n "Barrier Manager" < $< > $@143 144 barrier.texi: barrier.t145 $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \146 -u "Top" \147 146 -n "Board Support Packages" < $< > $@ 148 147 149 148 bsp.texi: bsp.t 150 $(BMENU2) -p " Barrier Manager BARRIER_RELEASE - Release a barrier" \149 $(BMENU2) -p "Fatal Error Manager FATAL_ERROR_OCCURRED - Invoke the fatal error handler" \ 151 150 -u "Top" \ 152 151 -n "User Extensions Manager" < $< > $@ -
doc/user/c_user.texi
rdfdf7961 r3fb73e22 8 8 9 9 @c 10 @c COPYRIGHT (c) 1988-20 08.10 @c COPYRIGHT (c) 1988-2011. 11 11 @c On-Line Applications Research Corporation (OAR). 12 12 @c All rights reserved. … … 87 87 @include concepts.texi 88 88 @include datatypes.texi 89 @include schedule.texi 89 90 @include init.texi 90 91 @include task.texi … … 92 93 @include clock.texi 93 94 @include timer.texi 95 @include rtmon.texi 94 96 @include sem.texi 97 @include barrier.texi 95 98 @include msg.texi 96 99 @include event.texi … … 101 104 @include io.texi 102 105 @include fatal.texi 103 @include schedule.texi104 @include rtmon.texi105 @include barrier.texi106 106 @include bsp.texi 107 107 @include userext.texi … … 127 127 * Key Concepts:: 128 128 * RTEMS Data Types:: 129 * Scheduling Concepts:: 129 130 * Initialization Manager:: 130 131 * Task Manager:: … … 132 133 * Clock Manager:: 133 134 * Timer Manager:: 135 * Rate Monotonic Manager:: 134 136 * Semaphore Manager:: 137 * Barrier Manager:: 135 138 * Message Manager:: 136 139 * Event Manager:: … … 141 144 * I/O Manager:: 142 145 * Fatal Error Manager:: 143 * Scheduling Concepts::144 * Rate Monotonic Manager::145 * Barrier Manager::146 146 * Board Support Packages:: 147 147 * User Extensions Manager::
Note: See TracChangeset
for help on using the changeset viewer.