Kinsey Moore
e2d2d4a124
c-user/smp: Fix item rendering
2023-03-28 09:23:12 -05:00
Kinsey Moore
fd6d862033
c-user/chains: Correct iteration example code
...
Casting the node returned by rtems_chain_head is incorrect. That node is
owned by the control structure and use of it post-cast could cause
memory corruption. Instead, use rtems_chain_first which returns the
node after the head node. This also corrects node->next to
rtems_chain_next(node) which makes better use of the API.
2023-03-09 09:16:12 -06:00
Sebastian Huber
248168db70
c-user: Use configuration option references
2023-02-14 16:14:47 +01:00
Sebastian Huber
79d05f58d7
c-user: Document CONFIGURE_INIT
2023-02-14 16:14:47 +01:00
Sebastian Huber
e9603bfb7c
c-user: Fix header file path
2023-02-14 16:14:47 +01:00
Sebastian Huber
ee8e1fe7ac
c-user: Harmonize header file references
2023-02-14 16:14:47 +01:00
Sebastian Huber
63e175f65c
c-user: Remove obsolete config section
...
This commit already clarified that the defines of the removed section
are optional BSP provided default values and not application
configuration options:
commit cf9f2121577b11f8eab5e49c48173c46cf09c627
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date: Wed Nov 17 08:46:56 2021 +0100
c-user: Clarify BSP related configuration settings
2023-02-14 16:14:47 +01:00
Martin Erik Werner
c4df72c2f1
c-user/message/directives.rst: byes->bytes typo
2023-01-23 08:54:41 +01:00
Joel Sherrill
f48f79dcad
c-user/rate-monotonic/background.rst: Correct logically inverted statement
...
Also corrected a spot of formatting.
Closes #4781 .
2023-01-13 08:44:26 -06:00
Joel Sherrill
32de9ff259
c-user: Add Local vs Global to Key Concepts Chapter
...
Add multiple new index entries and cite them where RTEMS_LOCAL
and RTEMS_GLOBAL are cited.
Closes #4453 .
2022-12-07 12:35:19 -06:00
Sebastian Huber
47e1f6e06b
Document CONFIGURE_RECORD_INTERRUPTS_ENABLED
...
Close #4769 .
2022-12-02 10:27:30 +01:00
Joel Sherrill
aaba6e5826
c-user/*: Add trailing parentheses on methods in index which were missing it
...
Closes #4766 .
2022-11-30 09:59:20 -06:00
Sebastian Huber
0213597d46
c-user: Adjust URL for struct timespec
2022-11-08 07:39:06 +01:00
Matt Joyce
a382919ba6
c-user/clock: Fix typo
2022-11-08 06:59:24 +01:00
Sebastian Huber
a6c426d863
c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
bb9c38dcfc
c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
36ae26d6e6
c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
5eae93cbd1
c-user: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE
2022-10-14 15:04:35 +02:00
Sebastian Huber
bd6ccadea0
c-user: Fix references
2022-10-06 13:16:09 +02:00
Sebastian Huber
6ea95ab717
c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED
...
Document this fatal error.
2022-10-06 09:20:50 +02:00
Sebastian Huber
2afb8219db
c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE
...
Move CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE to the general configuration
options.
2022-10-06 09:20:40 +02:00
Sebastian Huber
0fc5c0336d
c-user: Add application config info directives
...
Close #4267 .
Close #4269 .
2022-10-04 10:26:38 +02:00
Sebastian Huber
c98307c4f1
c-user: Add types to macros
2022-10-04 08:04:56 +02:00
Sebastian Huber
278550b2d8
c-user: Add type roles
2022-09-29 10:01:14 +02:00
Joel Sherrill
4f9e9e522f
c-user/config/face.rst: New file -- add CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
...
Closes #4691 .
2022-09-05 09:02:06 +02:00
Sebastian Huber
cf9f212157
c-user: Clarify BSP related configuration settings
2022-08-31 11:38:37 +02:00
Sebastian Huber
657f7440f7
c-user: Update OAR copyright and reformat
...
These files are generated by a script.
2022-08-11 08:26:30 +02:00
Sebastian Huber
f4377b4479
c-user: Document new rtems_task_delete() behaviour
...
Update #4679 .
2022-07-28 07:43:28 +02:00
Sebastian Huber
81fd510a5c
c-user: Document task life states
...
Update #4679 .
2022-07-28 07:43:28 +02:00
Sebastian Huber
f1eb94b143
c-user: Do not mention pseudo-interrupt priority
...
Update #2365 .
2022-07-26 11:25:42 +02: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
0e200f3c9e
c-user: Clarify scheduler of created task
2022-03-30 09:07:31 +02:00
Sebastian Huber
49f84b7de3
c-user: Improve interrupt set affinity handling
...
Update #3269 .
2022-03-16 07:25:26 +01:00
Sebastian Huber
2f8be4b627
c-user: Document CONFIGURE_SCHEDULER_TABLE_ENTRIES
...
Update #4524 .
2022-02-22 15:09:26 +01:00
Sebastian Huber
162925edd0
c-user: Use document internal links
2022-01-11 09:26:52 +01:00
Sebastian Huber
e77e04d2dc
c-user: Clarify Clock Manager dependencies
...
Update #4572 .
2022-01-11 09:26:52 +01:00
Sebastian Huber
786b89ac86
c-user: Clarify time formats
...
Update #4572 .
2021-12-16 15:44:06 +01:00
Sebastian Huber
732d8bca8f
c-user: Fix Clock Manager parameter descriptions
...
Update #4572 .
2021-12-16 07:44:49 +01:00
Sebastian Huber
838b78ad5c
c-user: Replace "precision" with "resolution"
...
Resolution is the right term for the documented property.
2021-11-23 15:21:00 +01:00
Sebastian Huber
513b90d7a4
c-user: rtems_scheduler_remove_processor()
...
Update error status description.
Close #4544 .
2021-11-19 08:49:53 +01:00
Sebastian Huber
38ec48d292
c-user: Document new clock manager directives
...
Add new clock manager directives to get all times provided by the
timehands.
Close #4527 .
2021-11-19 08:49:46 +01:00
Sebastian Huber
61410dad2a
c-user: Use RTEMS_WHO_AM_I for rtems_task_ident()
2021-11-19 08:47:00 +01:00
Sebastian Huber
1c8ce332e2
c-user: Use rubric for configuration options
...
Clear the page for each configuration options similar to the directives.
Use a rubric instead of a definition list for the application
configuration options similar to the directive documentation pages. For
direcives and application configuration options use the same rubric
order.
Generalize value constraints to constraints.
This patch does not change hand written content.
2021-11-17 09:08:53 +01:00
Sebastian Huber
1badb5f479
c-user: CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS
...
Fix default value description.
2021-11-16 08:00:03 +01:00
Kinsey Moore
a0bf79c39a
c-user: Update for application CONFIGURE option
...
This adds the documentation for the application configuration option
CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING.
2021-11-03 08:25:36 -05:00
Sebastian Huber
feb4687558
c-user: rtems_rate_monotonic_get_status()
...
Mention that resetting the processor usage time of tasks has no impact
on the period status and statistics.
Remove no longer relevant RTEMS_NOT_DEFINED error status.
Close #4528 .
2021-10-25 08:13:47 +02:00
Sebastian Huber
46dbb6dd7f
c-user: Regenerate for IDLE task allocator option
...
Update #4524 .
2021-10-25 08:13:47 +02:00
Joel Sherrill
df5be4c97a
task-stack-alloc.rst: Add CONFIGURE_TASK_STACK_FROM_ALLOCATOR
...
Updates #4524 .
2021-10-12 13:46:11 -05:00
Sebastian Huber
887b8d3dd6
glossary: Add terms
2021-09-30 07:42:19 +02:00
Sebastian Huber
0ca7adf983
glossary: Add OMIP
2021-09-28 10:54:27 +02:00