Sebastian Huber
c16c8c6fd4
user: Update architectures supporting TLS
2022-05-04 13:04:15 +02:00
Karel Gardas
5475c9c63e
user/bsps/arm: remove dangling stm32h7 bsp page
...
The page for STM32H7 BSP is twice here, so let's keep the one providing
most information.
2022-04-06 08:10:15 +02:00
Sebastian Huber
0e200f3c9e
c-user: Clarify scheduler of created task
2022-03-30 09:07:31 +02:00
Alan Cudmore
c0d6983483
rtems-docs: add example booting aarch64 image on Xilinx ZCU102
...
This patch is for the rtems-docs repo. I added details on the procedure I
used to boot RTEMS images on the Xilinx ZCU102 board. I applied this patch,
and generated the HTML docs, and everything looks ok to me.
2022-03-25 10:17:15 -05:00
Kinsey Moore
df8261a46e
cpu-supplement: Add note about device memory
...
Add information about restricted use of device memory for ARM and
AArch64.
2022-03-25 10:17:15 -05:00
Joel Sherrill
9b6583d7f1
eng/tester.rst: Reference User Manual for rtems-test
...
This was just a TBD section of no value before.
2022-03-24 14:18:12 -05:00
Alex White
bf27a21b3d
microblaze: Document BSPs and update CPU supplement
2022-03-23 14:26:40 -05: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
Christian Mauderer
c11ae8e5bb
bsps/imxrt: Generate correctly aligned device tree
...
The device tree has to be aligned correctly. rtems-bin2c has a new
parameter for that. This patch uses this parameter to generate the right
alignment and makes it more clear how to use the generated C file.
2022-02-21 09:33:47 +01:00
Sebastian Huber
383b600016
eng: Add rtems-central.git post branch procedures
2022-01-28 14:59:52 +01:00
Sebastian Huber
fff7d6afc1
eng: Fix indentation
2022-01-28 14:59:52 +01:00
Sebastian Huber
2924bf7811
eng: Update version number handling
2022-01-28 14:59:52 +01:00
Joel Sherrill
7073017762
user/hosts/posix.rst: Replace Cent)S with CentOS
2022-01-24 16:35:10 -06:00
Sebastian Huber
dd60a4a247
eng: Add script usage to how-to
...
Update #3715 .
2022-01-24 15:35:30 +01:00
Sebastian Huber
1ba0f4103a
eng: Document get-string-command-line action
...
Update #4548 .
2022-01-11 17:01:45 +01:00
Sebastian Huber
9fecafaef1
eng: Add runtime performance kinds
2022-01-11 16:54:32 +01:00
Sebastian Huber
fa1c18ef07
eng: Document get-string-command-line action
...
Close #4548 .
2022-01-11 16:54:32 +01:00
Sebastian Huber
ffcf9dc48b
eng: Fix action requirement patterns
2022-01-11 16:54:32 +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
Kinsey Moore
7be2da1fb9
cpu-supplement: Add aarch64 to index
...
This was never updated when AArch64 documentation was added.
2022-01-05 09:18:44 -06:00
Ryan Long
4e22dfefea
Update package list for Ubuntu
...
Updated the latest version referenced of Ubuntu to 20.04, updated
package list, and identified what packages need to still be installed
afterwards to pass sb-check.
Closes #4110
2021-12-22 09:03:18 -06: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
835ece14cc
cpu-supplement: Update trap handling for SPARC
...
Close #4459 .
2021-11-26 14:47:12 +01:00
Sebastian Huber
87d1f4d762
cpu-supplement: Use `REG
` for SPARC registers
...
Update #4459 .
2021-11-26 14:47:12 +01:00
Sebastian Huber
8731bd6a39
cpu-supplement: Update URL
2021-11-26 14:47:12 +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
Amar Takhar
fa25208342
Update jQuery from 1.12.4 to 3.6.0.
...
Identified by security scans.
2021-11-11 22:28:57 -05: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
Kinsey Moore
ac8f46171e
cpu-supplement: Update AArch64 SMP details
...
AArch64 now supports SMP for the Xilinx ZynqMP BSP family.
2021-11-03 08:25:31 -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
Ryan Long
13092ff2f9
posix.rst: Add info for FreeBSD 13
...
Add list of additional packages needed to build RTEMS environment for
FreeBSD 13.
2021-09-27 17:24:37 -05:00
Chris Johns
7b289f6599
user/testing: Add the %wait directive
2021-09-23 15:02:20 +10:00
Sebastian Huber
7afc7a0f31
rtems: Fix message manager documentation
...
Correct the description of the ``count`` parameter of
rtems_message_queue_flush().
Close #4508 .
2021-09-16 09:39:20 +02:00
Sebastian Huber
28188d4652
c-user: Fix use of lower and higher priority
2021-09-15 17:45:29 +02:00
Sebastian Huber
5fdc744dce
c-user: Clarify task priorities
2021-09-15 07:54:43 +02:00
Sebastian Huber
c81e148179
c-user: Define lower and higher priority
2021-09-15 07:54:43 +02:00
Sebastian Huber
6198c49c24
c-user: Fix message manager documentation
...
Remove bogus return status from rtems_message_queue_receive(). Clarify
rtems_message_queue_flush().
Close #4508 .
2021-09-15 07:54:43 +02:00
Sebastian Huber
0bc62eee95
c-user: Clarify rtems_extension_create()
2021-09-15 07:54:43 +02:00