Changeset fafdf95 in rtems
- Timestamp:
- 09/27/04 22:28:43 (19 years ago)
- Children:
- 206d973
- Parents:
- 38d354d3
- Location:
- doc/user
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/ChangeLog
r38d354d3 rfafdf95 1 2004-09-27 Joel Sherrill <joel@OARcorp.com> 2 3 PR 683/doc 4 * overview.t: Chapter numbering in preface was wrong. 5 1 6 2004-07-24 Joel Sherrill <joel@OARcorp.com> 2 7 -
doc/user/overview.t
r38d354d3 rfafdf95 435 435 436 436 @item Chapter 3: 437 RTEMS Data Types: describes the fundamental data types shared 438 by the services in the RTEMS Classic API. 439 440 @item Chapter 4: 437 441 Initialization Manager: describes the functionality and directives 438 442 provided by the Initialization Manager. 439 443 440 @item Chapter 4:444 @item Chapter 5: 441 445 Task Manager: describes the functionality and directives provided 442 446 by the Task Manager. 443 447 444 @item Chapter 5:448 @item Chapter 6: 445 449 Interrupt Manager: describes the functionality and directives 446 450 provided by the Interrupt Manager. 447 451 448 @item Chapter 6:452 @item Chapter 7: 449 453 Clock Manager: describes the functionality and directives 450 454 provided by the Clock Manager. 451 455 452 @item Chapter 7456 @item Chapter 8: 453 457 Timer Manager: describes the functionality and directives provided 454 458 by the Timer Manager. 455 459 456 @item Chapter 8:460 @item Chapter 9: 457 461 Semaphore Manager: describes the functionality and directives 458 462 provided by the Semaphore Manager. 459 463 460 @item Chapter 9:464 @item Chapter 10: 461 465 Message Manager: describes the functionality and directives 462 466 provided by the Message Manager. 463 467 464 @item Chapter 1 0:468 @item Chapter 11: 465 469 Event Manager: describes the 466 470 functionality and directives provided by the Event Manager. 467 471 468 @item Chapter 1 1:472 @item Chapter 12: 469 473 Signal Manager: describes the 470 474 functionality and directives provided by the Signal Manager. 471 475 472 @item Chapter 1 2:476 @item Chapter 13: 473 477 Partition Manager: describes the 474 478 functionality and directives provided by the Partition Manager. 475 479 476 @item Chapter 1 3:480 @item Chapter 14: 477 481 Region Manager: describes the 478 482 functionality and directives provided by the Region Manager. 479 483 480 @item Chapter 1 4:484 @item Chapter 15: 481 485 Dual-Ported Memory Manager: describes 482 486 the functionality and directives provided by the Dual-Ported 483 487 Memory Manager. 484 488 485 @item Chapter 1 5:489 @item Chapter 16: 486 490 I/O Manager: describes the 487 491 functionality and directives provided by the I/O Manager. 488 492 489 @item Chapter 1 6:493 @item Chapter 17: 490 494 Fatal Error Manager: describes the functionality and directives 491 495 provided by the Fatal Error Manager. 492 496 493 @item Chapter 1 7:497 @item Chapter 18: 494 498 Scheduling Concepts: details the RTEMS scheduling algorithm and 495 499 task state transitions. 496 500 497 @item Chapter 1 8:501 @item Chapter 19: 498 502 Rate Monotonic Manager: describes the functionality and directives 499 503 provided by the Rate Monotonic Manager. 500 504 501 @item Chapter 19:505 @item Chapter 20: 502 506 Board Support Packages: defines the 503 507 functionality required of user-supplied board support packages. 504 508 505 @item Chapter 2 0:509 @item Chapter 21: 506 510 User Extensions: shows the user how to 507 511 extend RTEMS to incorporate custom features. 508 512 509 @item Chapter 2 1:513 @item Chapter 22: 510 514 Configuring a System: details the process by which one tailors RTEMS 511 515 for a particular single-processor or multiprocessor application. 512 516 513 @item Chapter 2 2:517 @item Chapter 23: 514 518 Multiprocessing Manager: presents a 515 519 conceptual overview of the multiprocessing capabilities provided … … 518 522 directives. 519 523 520 @item Chapter 2 3:524 @item Chapter 24: 521 525 Directive Status Codes: provides a definition of each of the 522 526 directive status codes referenced in this manual. 523 527 524 @item Chapter 2 4:528 @item Chapter 25: 525 529 Example Application: provides a template for simple RTEMS applications. 526 530 527 @item Chapter 2 5:531 @item Chapter 26: 528 532 Glossary: defines terms used throughout this manual. 529 533
Note: See TracChangeset
for help on using the changeset viewer.