summaryrefslogtreecommitdiffstats
path: root/c-user (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-20c-user: Clarify CONFIGURE_TICKS_PER_TIMESLICESebastian Huber1-1/+1
Close #4986.
2023-12-19c-user: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITYSebastian Huber1-1/+36
Document CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY. Update #4961.
2023-12-19glossary: Add termsSebastian Huber1-0/+54
2023-08-09Add Regulator documentation based on V1 functionalityJoel Sherrill7-0/+846
2023-07-28c-user: Clarify global constructionSebastian Huber1-10/+15
2023-07-25c-user: Link task entry and global constructionSebastian Huber6-7/+29
2023-07-20c-user: Add glossary terms for SPARC targetsSebastian Huber1-0/+30
2023-07-20c-user: Fix typoSebastian Huber1-1/+1
Updates #4772.
2023-07-20c-user: Update copyright and use glossary termsSebastian Huber2-4/+4
Updates #4772.
2023-07-06c-user: Update references to rtems_task_wake_afterKinsey Moore4-20/+25
rtems_task_wake_after takes a parameter in terms of a count of clock ticks and not a measure in a subunit of seconds. This updates documentation to reflect that. This also makes obvious the caveat about the first tick wait not being a whole tick and points the user at a replacement for better accuracy. Updates #4772
2023-05-20Update company nameSebastian Huber91-91/+91
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-09c-user: Generate API type documentationSebastian Huber19-320/+1729
Close #4901.
2023-03-28c-user/smp: Fix item renderingKinsey Moore1-1/+1
2023-03-09c-user/chains: Correct iteration example codeKinsey Moore1-2/+3
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-02-14c-user: Use configuration option referencesSebastian Huber1-31/+32
2023-02-14c-user: Document CONFIGURE_INITSebastian Huber2-2/+38
2023-02-14c-user: Fix header file pathSebastian Huber1-2/+3
2023-02-14c-user: Harmonize header file referencesSebastian Huber3-10/+10
2023-02-14c-user: Remove obsolete config sectionSebastian Huber2-356/+0
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-01-23c-user/message/directives.rst: byes->bytes typoMartin Erik Werner1-1/+1
2023-01-13c-user/rate-monotonic/background.rst: Correct logically inverted statementJoel Sherrill1-5/+6
Also corrected a spot of formatting. Closes #4781.
2022-12-07c-user: Add Local vs Global to Key Concepts ChapterJoel Sherrill1-8/+68
Add multiple new index entries and cite them where RTEMS_LOCAL and RTEMS_GLOBAL are cited. Closes #4453.
2022-12-02Document CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber1-1/+42
Close #4769.
2022-11-30c-user/*: Add trailing parentheses on methods in index which were missing itJoel Sherrill11-71/+71
Closes #4766.
2022-11-08c-user: Adjust URL for struct timespecSebastian Huber1-5/+4
2022-11-08c-user/clock: Fix typoMatt Joyce1-1/+1
2022-10-14c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-0/+7
Document this fatal error.
2022-10-14c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGESebastian Huber1-0/+5
Document this fatal error.
2022-10-14c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-0/+5
Document this fatal error.
2022-10-14c-user: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2-11/+101
2022-10-06c-user: Fix referencesSebastian Huber1-10/+5
2022-10-06c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILEDSebastian Huber1-3/+8
Document this fatal error.
2022-10-06c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2-63/+63
Move CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE to the general configuration options.
2022-10-04c-user: Add application config info directivesSebastian Huber13-96/+1832
Close #4267. Close #4269.
2022-10-04c-user: Add types to macrosSebastian Huber4-22/+44
2022-09-29c-user: Add type rolesSebastian Huber1-6/+6
2022-09-05c-user/config/face.rst: New file -- add CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill2-0/+77
Closes #4691.
2022-08-31c-user: Clarify BSP related configuration settingsSebastian Huber3-9/+76
2022-08-11c-user: Update OAR copyright and reformatSebastian Huber3-14/+10
These files are generated by a script.
2022-07-28c-user: Document new rtems_task_delete() behaviourSebastian Huber1-5/+20
Update #4679.
2022-07-28c-user: Document task life statesSebastian Huber1-1/+53
Update #4679.
2022-07-26c-user: Do not mention pseudo-interrupt prioritySebastian Huber2-3/+4
Update #2365.
2022-05-20c-user: Update references to --enable-* configure options.Joel Sherrill4-30/+44
Also updated list of SMP architectures and added enough lead in to let users know the source code was the definitive answer.
2022-03-30c-user: Clarify scheduler of created taskSebastian Huber1-3/+3
2022-03-16c-user: Improve interrupt set affinity handlingSebastian Huber2-2/+7
Update #3269.
2022-02-22c-user: Document CONFIGURE_SCHEDULER_TABLE_ENTRIESSebastian Huber1-3/+90
Update #4524.
2022-01-11c-user: Use document internal linksSebastian Huber1-10/+12
2022-01-11c-user: Clarify Clock Manager dependenciesSebastian Huber1-8/+16
Update #4572.
2021-12-16c-user: Clarify time formatsSebastian Huber1-12/+27
Update #4572.
2021-12-16c-user: Fix Clock Manager parameter descriptionsSebastian Huber1-17/+21
Update #4572.