Richard Campbell
2a0664402b
RTEMS Docs: Check sphinx version
...
Sphinx.util.compat module was removed at Sphinx version 1.7.
Imported module was not being used.
Closes #3311 .
2018-03-09 13:28:45 -06:00
Joel Sherrill
9c9ba8f8bc
posix-compliance: Add description of standards
2018-03-09 13:23:48 -06:00
Sebastian Huber
5b76390b49
c-user: Fix simple SMP scheduler limits
2018-03-09 07:51:56 +01:00
Sebastian Huber
bf78123ada
c-user: Rework scheduler alogrithm config defs
...
Update #3325 .
2018-03-08 07:47:22 +01:00
Sebastian Huber
c65aeed3cd
c-user: Rework clustered scheduling configuration
2018-03-07 15:34:43 +01:00
Sebastian Huber
464d541653
c-user: Use uniprocessor throughout
2018-03-07 15:33:02 +01:00
Sebastian Huber
690b7f9e35
c-user: Sort scheduler configuration options
2018-03-07 15:32:41 +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
Sebastian Huber
3bb3e5795c
c-user: Fix scheduler configuration overview
2018-03-07 15:31:51 +01:00
Sebastian Huber
8010b6e3ca
c-user: Update CONFIGURE_SCHEDULER_NAME
2018-03-07 15:31:40 +01:00
Sebastian Huber
f6c6c8b274
CONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVER
...
Update #3320 .
2018-03-06 08:07:53 +01:00
Sebastian Huber
d078405b9a
CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
...
Close #3170 .
Update #3199 .
2018-02-05 10:47:40 +01:00
Sebastian Huber
13debfb57f
c-user: Fix index directives
...
Update #3229 .
2018-02-05 10:43:23 +01:00
Sebastian Huber
0e8f08d0c5
c-user: Use configuration option as section name
...
This makes it easier to find the documentation for a given configuration
option.
Remove superfluous comments.
2018-02-05 10:43:13 +01:00
Sebastian Huber
08514040bb
c-user: Document obsolete termios config options
...
Update #2843 .
2018-02-05 09:58:53 +01:00
Sebastian Huber
1472f8411b
c-user: Add self-contained objects chapter
...
Update #2843 .
2018-02-05 09:35:53 +01:00
Sebastian Huber
3a594a9d06
c-user: Clarify user extensions
2018-01-05 11:06:58 +01:00
Sebastian Huber
ba649825d7
c-user: Update unlimites objects configuration
2017-12-15 07:33:22 +01:00
Joel Sherrill
307945504a
Account for non-preemption and interrupt level not supported on SMP
...
Closes #3000 .
2017-12-06 12:49:43 -06:00
Sebastian Huber
0ef3449a75
c-user: Clarify local interrupt disable
2017-12-01 09:31:57 +01:00
Sebastian Huber
b2c766bc72
c-user: Clarify interrupt manager directives
...
Use RTEMS coding style in all code blocks.
2017-11-30 10:12:50 +01:00
Sebastian Huber
674b71470b
c-user: Document global construction
...
Close #3243 .
2017-11-24 06:56:51 +01:00
Sebastian Huber
97c51c8bfb
c-user: Document rtems_panic()
...
Close #3244 .
2017-11-23 07:27:55 +01:00
Sebastian Huber
d1a824fd18
c-user: Remove RTEMS_SYSINIT_POSIX_RWLOCK
...
Update #3115 .
2017-11-22 13:51:12 +01:00
Sebastian Huber
6c1bf7e933
c-user: Remove RTEMS_SYSINIT_POSIX_BARRIER
...
Update #3114 .
2017-11-22 13:51:12 +01:00
Sebastian Huber
7188bd5046
c-user: Remove RTEMS_SYSINIT_POSIX_MUTEX
...
Update #3112 .
2017-11-22 13:51:12 +01:00
Sebastian Huber
5680ec5c6d
c-user: RTEMS_SYSINIT_POSIX_CONDITION_VARIABLE
...
Update #3113 .
2017-11-22 13:51:12 +01:00
Sebastian Huber
0acf49e980
Mention barrier manager in rtems_semaphore_flush()
2017-11-20 08:25:26 +01:00
Sebastian Huber
70f23e475b
Clarify INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL
...
Update #3239 .
2017-11-20 08:08:30 +01:00
Sebastian Huber
e2a1a3ab2a
c-user: Clarify rtems_interrupt_flash()
2017-11-20 08:08:06 +01:00
Sebastian Huber
6efb6fadbe
c-user: Remove clock driver specific functions
...
Do not mention functions which belong to a specific clock driver
implementation. These functions should not be called by applications
directly.
2017-11-17 13:33:57 +01:00
Sebastian Huber
baf98240a4
Document INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL
...
Close #3239 .
2017-11-17 07:58:10 +01:00
Sebastian Huber
5531f022fc
INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
2017-11-17 07:57:51 +01:00
Christian Mauderer
d0b961ac34
bsp-howto: Add getentropy.
...
Update #3239 .
2017-11-17 07:47:38 +01:00
Sebastian Huber
d9ecff105d
c-users: Clarify semaphore obtain/flush
2017-11-16 10:44:55 +01:00
Martin Erik Werner
c6066d4532
bsp-howto/console: Move misplaced var. in example
...
Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
2017-11-16 09:54:25 +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
ac0eaff941
Use '.. toctree::' and not '.. include::' in the User Manual.
...
- Change all suitable '.. include::' to TOC tree.
- Remove unused and not needed sections.
- Fix the conf.py to not exclude some files.
Close #3232 .
2017-11-13 11:51:23 +11:00
Chris Johns
6c5640131f
c-user: Fix index locations.
...
Update #3229 .
2017-11-12 14:34:48 +11:00
Chris Johns
42d50d760e
Add indexes to all documents.
...
Update #3229 .
2017-11-12 10:32:39 +11:00
Sebastian Huber
60a6d6eae9
Change RTEMS version to 5
...
Update #3220 .
2017-11-09 10:24:09 +01:00
Joel Sherrill
120c8a09e6
c-user/configuring_a_system.rst: Delete notepads section
...
closes #3215 .
2017-11-02 10:10:36 -05:00
Sebastian Huber
c5161ee2f3
posix-users: Clarify timed operation errors
...
Close #3182 .
2017-10-24 10:50:45 +02:00
Chris Johns
bf900c7153
posix-compliance: Latex does not like an empty glossary.
2017-10-13 08:52:14 -07:00
Chris Johns
b2527535fd
posix-compliance: Reference the generated content via the include file.
...
- Move the copyright to the top of the generated file.
- Add a glossary and references section.
2017-10-13 07:37:40 -07:00
Chris Johns
55fcfaa4c2
posix-compliance: Fix the pdflatex file created by Sphinx.
2017-10-12 21:31:50 -07:00
Chris Johns
4401dc5500
build: Remove the grouping in posix-compliance.
2017-10-12 18:30:32 -07:00
Chris Johns
2804294c6c
posix-compliance: Add automatic generation of the ReST file from CSV data.
...
Closes #3177 .
2017-10-12 20:25:26 -05:00
Chris Johns
8e8094abc8
build: Add extra source to the sphinx build.
...
Updates #3177 .
2017-10-12 20:25:20 -05:00
Joel Sherrill
2c3cf2166d
New version of POSIX Compliance Guide
...
This is a replacement of the POSIX 1003.1 Compliance Guide. It
will be generated from a .csv file.
Updates #3177 .
2017-10-12 20:25:13 -05:00