Changeset 3bb3e57 in rtems-docs for c-user/configuring_a_system.rst
- Timestamp:
- 03/07/18 13:05:47 (5 years ago)
- Branches:
- 5, am, master
- Children:
- c2ee227
- Parents:
- 8010b6e
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/07/18 13:05:47)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/07/18 14:31:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/configuring_a_system.rst
r8010b6e r3bb3e57 3298 3298 3299 3299 This section defines the configuration parameters related to selecting a 3300 scheduling algorithm for an application. For the schedulers built into RTEMS,3301 the configuration is straightforward. All that is required is to define the 3302 configuration macro which specifies which scheduler you want for in your3303 application. The currently available schedulers are: 3300 scheduling algorithm for an application. For the :ref:`schedulers built into 3301 RTEMS <SchedulingConcepts>`, the configuration is straightforward. All that is 3302 required is to define the configuration macro which specifies which scheduler 3303 you want for in your application. 3304 3304 3305 3305 The pluggable scheduler interface also enables the user to provide their own
Note: See TracChangeset
for help on using the changeset viewer.