Kinsey Moore
e2d2d4a124
c-user/smp: Fix item rendering
2023-03-28 09:23:12 -05:00
Joel Sherrill
9ba26e7cb2
c-user: Update references to --enable-* configure options.
...
Also updated list of SMP architectures and added enough lead in
to let users know the source code was the definitive answer.
2022-05-20 08:45:16 -05:00
Sebastian Huber
8bd4e6a55b
c-user: Document thread switch extension changes
...
Close #3885 .
2020-03-03 13:13:17 +01:00
Sebastian Huber
53300c8e16
c-user: rtems_scheduler_get_processor_maximum()
...
Close #3732 .
2019-04-09 08:12:17 +02:00
Sebastian Huber
3495a91aa9
c-user: Document rtems_scheduler_get_processor()
...
Close #3731 .
2019-04-09 08:12:17 +02:00
Sebastian Huber
8ff7024f97
c-user: Mention atomic operations API
2019-03-13 08:32:43 +01:00
Sebastian Huber
e52906b556
Simplify SPDX-License-Identifier comment
2019-01-11 07:22:01 +01:00
Sebastian Huber
12dccfe716
Remove superfluous "All rights reserved."
2019-01-11 07:18:56 +01:00
Sebastian Huber
4886d60aa8
Use standard format for copyright lines
2019-01-11 07:18:16 +01:00
Sebastian Huber
00edae709d
c-user: Use common wording for build config opts
2018-11-05 07:18:51 +01:00
Sebastian Huber
955d36640f
c-user: Clarify scheduler configuration
2018-10-26 19:11:45 +02:00
Sebastian Huber
7c58036961
c-user: Mention thread pinning
...
Close #3508 .
2018-09-10 07:09:46 +02:00
Sebastian Huber
d90c8137a8
c-user: Mention per-processor data
...
Close #3507 .
2018-09-10 07:09:42 +02:00
Sebastian Huber
142770b459
c-user: SMP is supported on RISC-V
...
Update #3433 .
2018-08-11 15:43:37 +02:00
Sebastian Huber
1dbbc76f11
c-user: Fix reference
2018-04-30 15:03:25 +02:00
Sebastian Huber
464d541653
c-user: Use uniprocessor throughout
2018-03-07 15:33:02 +01:00
Sebastian Huber
c2ee227438
c-user: Promote clustered scheduler configuration
...
Add own section for the clustered scheduler configuration.
2018-03-07 15:31:51 +01:00
Chris Johns
33849946ff
Clean up sphinx warnings.
...
- Fix minor formatting issues.
- Fix reference the gloassary TLS using ':term:'.
- Make sure nothing is between an anchor and the heading where ':ref:' references
the anchor. This meant moving all the recently added '.. index::' entries.
Update #3232 .
Update #3229 .
2017-11-13 13:25:18 +11:00
Chris Johns
6c5640131f
c-user: Fix index locations.
...
Update #3229 .
2017-11-12 14:34:48 +11:00
Sebastian Huber
60a6d6eae9
Change RTEMS version to 5
...
Update #3220 .
2017-11-09 10:24:09 +01:00
Chris Johns
794eb1b786
c-user: Clarify SMP's rtems_get_processor_count.
2017-09-14 10:32:28 +10:00
Sebastian Huber
39773ce8bd
c-user: Replace pre-emption with preemption
2017-05-11 09:26:09 +02:00
Sebastian Huber
1d073c5385
c-user: CONFIGURE_MAXIMUM_PROCESSORS
...
Update #2894 .
2017-02-14 10:18:25 +01:00
Sebastian Huber
29222e3cf7
c-user: Add SMP internal locking
2017-02-03 14:26:03 +01:00
Sebastian Huber
0874d7dd59
c-user: Add SMP profiling
2017-02-03 13:58:19 +01:00
Sebastian Huber
1f3c22e786
c-user: Update SMP introduction
2017-02-03 12:54:44 +01:00
Sebastian Huber
b2e56c5abe
c-user: New SMP chapter title
2017-02-03 11:57:33 +01:00
Sebastian Huber
90a3c414ce
c-user: Add TAS and TTAS terms
2017-02-03 11:55:29 +01:00
Sebastian Huber
87b4d03b35
c-user: Update scheduler helping protocol
2017-02-03 11:52:51 +01:00
Sebastian Huber
785c02f7f8
c-user: Add SMP low-level synchronization
2017-02-02 14:07:53 +01:00
Sebastian Huber
2e0a2a06a1
c-user: Add SMP implementation details section
2017-02-02 10:49:56 +01:00
Sebastian Huber
b033e3960b
c-user: Add SMP application issues section
2017-02-02 10:46:05 +01:00
Sebastian Huber
7b1c63cf91
c-user: Update clustered scheduling
2017-02-02 09:43:47 +01:00
Sebastian Huber
a0d2eeea9d
Use "in X config..." instead of "on X config..."
2017-02-01 13:42:39 +01:00
Sebastian Huber
ba781f98de
c-user: Move scheduler directives
2017-02-01 13:32:41 +01:00
Sebastian Huber
9de1be6847
c-user: Remove duplicate thread queue section
2017-02-01 13:23:56 +01:00
Sebastian Huber
a6a1f72306
c-user: Update task migration
2017-02-01 13:23:14 +01:00
Sebastian Huber
a2389124d7
c-user: Move some task directives
2017-02-01 13:07:25 +01:00
Sebastian Huber
ffe8197ac3
c-user: SMP thread dispatching
...
Close #2809 .
2017-01-24 08:59:37 +01:00
Sebastian Huber
97e1553c06
c-user: Add support for references via bibtex
...
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html
Update #2871 .
2017-01-18 11:31:46 +01:00
Sebastian Huber
bcdca5db9d
c-user: Document scheduler add/remove processor
2016-11-10 11:34:32 +01:00
Chris Johns
4da4a15ee1
c-user: Fix header levels. Minor fixes.
2016-11-09 11:42:30 +11:00
Joel Sherrill
969b4cd88c
c-user: Correct copyright attribution to match original texinfo files
2016-11-08 16:58:19 -06:00
Chris Johns
53bb72e996
c-user: Format the directives as descriptions.
...
This change combined with the element list change in latex generates
a much better looking PDF.
Add a page break before each directive to like th previous versions of the
manuals.
2016-11-08 15:28:32 +11:00
Chris Johns
72a62ad88f
Rename all manuals with an _ to have a -. It helps released naming of files.
2016-11-03 16:58:08 +11:00