RTEMS / Documentation / Documentation¶
Go to Issues or Merge Requests
Merge Requests Summary
Issues¶
61 - Document Running rpi4 on Qemu¶
Id |
61 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-12-04T21:28:13.553Z |
Closed |
2024-12-04T21:32:48.585Z |
Updated |
2024-12-04T21:32:48.601Z |
Milestone |
6.1 |
Labels |
backport |
Link |
|
Merges |
0 |
Summary¶
Documentation is needed for helping run RTEMS on Raspberry Pi 4.
Author: Gedare Bloom
2024-12-04T21:28:18.787Z
assigned to @gedare
Author: Gedare Bloom
2024-12-04T21:28:19.221Z
Author: Kinsey Moore
2024-12-04T21:28:31.958Z
mentioned in commit 3c9a21fc8364b646574bdc1ea05120d6bdd33751
Author: Gedare Bloom
2024-12-04T21:29:13.180Z
mentioned in merge request !98
58 - waf.py: SyntaxWarning: invalid escape sequence¶
Id |
58 |
State |
closed |
Type |
ISSUE |
Author |
Frank Kuehndel |
Assignee(s) |
Amar Takhar |
Closed by |
Chris Johns |
Created |
2024-11-22T13:02:32.215Z |
Closed |
2024-11-26T05:27:22.714Z |
Updated |
2024-12-04T18:56:55.753Z |
Milestone |
6.1 |
Link |
|
Merges |
1 |
Summary¶
I am adapting our CI pipeline which build the RTEMS Docs to the latest changes and recognized the following warnings:
$ cd rtems-docs
$ ./waf configure --plantuml --ditaa --pdf --singlehtml --prefix=/home/minna/src/artifacts/html
/home/minna/src/rtems-docs/common/waf.py:111: SyntaxWarning: invalid escape sequence '\\D'
ver = tuple(map(int, re.split('[\\D]', version)))
/home/minna/src/rtems-docs/common/waf.py:118: SyntaxWarning: invalid escape sequence '\\D'
ver = tuple(map(int, re.split('[\\D]', version)))
/home/minna/src/rtems-docs/common/latex.py:9: SyntaxWarning: invalid escape sequence '\\d'
'\\documentclass[a4paper,11pt,english]{report}']
Moreover, using OpenSUSE as basis for the builds, the python package distro
is missing:
$ ./waf configure --plantuml --ditaa --pdf --singlehtml --prefix=/home/minna/src/artifacts/html
[...]
Checking for program 'pdf2ps' : /usr/bin/pdf2ps
Checking for program 'makeglossaries' : /usr/bin/makeglossaries
Traceback (most recent call last):
File "/home/minna/src/rtems-docs/common/latex.py", line 85, in host_name
from distro import linux_distribution
ModuleNotFoundError: No module named 'distro'
This missing module can easily installed in the environment with pip install distro
.
Steps to reproduce¶
See README.md
Pre-set options¶
Author: Amar Takhar
2024-11-22T18:23:25.811Z
assigned to @frank_k
Author: Amar Takhar
2024-11-22T18:28:54.628Z
assigned to @amar and unassigned @frank_k
Author: Amar Takhar
2024-11-22T18:29:19.544Z
Hello Frank this issue has two problems? The errors and the missing module? I’m not sure w hat to say about the missing module that is not something I have changed. @chris will have to speak about that one.
As for the syntax error that is also not something I’ve changed what version of Python are you using? I’m on 3.11 but it should work on 3.9+
Author: Amar Takhar
2024-11-23T08:55:18.741Z
mentioned in merge request !93
Author: Amar Takhar
2024-11-23T08:55:53.615Z
Please try !93 should fix the issue.
Author: Amar Takhar
2024-11-23T08:56:06.583Z
This does not cover the missing module.
Author: Amar Takhar
2024-11-23T08:57:26.345Z
mentioned in issue #59
Author: Amar Takhar
2024-11-23T08:57:44.182Z
marked this issue as related to #59
Author: Chris Johns
2024-11-26T05:27:48.746Z
mentioned in commit ca3080f0f71515375afe97f781ed6e7db4c64436
Author: Chris Johns
2024-11-26T05:28:39.578Z
mentioned in merge request !94
Author: Frank Kuehndel
2024-12-03T11:46:47.157Z
Sorry for the late reply. I am using Python 3.6. The warnings are still present in
17c582f53ad06ec64c47c7eaaf255de218ee6ff2
. Maybe its only because of the old Python version. I have to check this.
Author: Gedare Bloom
2024-12-04T18:56:55.271Z
mentioned in issue #60
55 - Version not showing in left panel¶
Id |
55 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Assignee(s) |
Amar Takhar |
Closed by |
Chris Johns |
Created |
2024-11-14T06:41:59.443Z |
Closed |
2024-11-22T00:45:09.325Z |
Updated |
2024-11-22T00:45:09.337Z |
Milestone |
6.1 |
Labels |
doc, doc::sphinx |
Link |
|
Merges |
0 |
A change has removed the version string from the left panel. The 6.1-rc4 build of the documentation shows it:
!`image.png <https://gitlab.rtems.org/-/project/uploads/786867c7fab7c1d4101412121d1bfb69/image.png>`_
and the latest build of the docs is:
!`image.png <https://gitlab.rtems.org/-/project/uploads/6dbb2123a908bca48fb4fb325a86e8ec/image.png>`_
Author: Chris Johns
2024-11-14T06:45:53.724Z
changed the description
Author: Gedare Bloom
2024-11-14T06:46:08.463Z
Compare: * https://docs.rtems.org/docs/main/user/overview/index.html * https://ftp.rtems.org/pub/rtems/releases/6/rc/6.1-rc4/docs/html/user/overview/index.html
Author: Amar Takhar
2024-11-14T06:56:41.757Z
The new theme has a version switcher allowing you to switch between doc versions and keep the section you’re on. It’s right where that version is.
Author: Amar Takhar
2024-11-14T06:58:49.092Z
If you look beside ‘PyData Theme’ here: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/indices.html you can switch between versions it’s pretty handy.
Author: Chris Johns
2024-11-14T07:57:03.182Z
I cannot see any version box in our docs? What happens in the released?
Author: Amar Takhar
2024-11-14T07:57:03.150Z
No idea I haven’t changed anything are those versions pulled from somewhere?
FYI I have fixed this in the new theme it shows up there.
Author: Chris Johns
2024-11-22T00:45:04.994Z
assigned to @amar
48 - Highlight the benefits of the new Rtems release/releases :rocket:¶
Id |
48 |
State |
closed |
Type |
ISSUE |
Author |
ita2048 ita2048 |
Assignee(s) |
Gedare Bloom |
Closed by |
Kinsey Moore |
Created |
2024-11-01T12:53:25.397Z |
Closed |
2024-11-21T23:44:12.380Z |
Updated |
2024-11-21T23:44:12.451Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
The following page describes problems to address when migrating to a new version https://docs.rtems.org/branches/master/user/migration/index.html
However, the documentation is missing what is new and exciting in the latest version. Why should anyone upgrade to the latest release? What is new and sparks joy? :sparkles: Are there new features? Are there new platforms? :computer:
Concrete suggestion: * Rename Changing versions to “upgrading to Rtems 6” * Add a section about “What is new in Rtems 6” or “Highlights of this new version”
Author: ita2048 ita2048
2024-11-01T12:55:50.287Z
changed the description
Author: Chris Johns
2024-11-07T23:36:21.797Z
assigned to @gedare
Author: Gedare Bloom
2024-11-20T21:53:30.240Z
mentioned in merge request !88
11 - Mention GitLab in user/migration/v5-to-v6.rst¶
Id |
11 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Chris Johns |
Created |
2024-05-16T19:16:09.288Z |
Closed |
2024-11-17T22:13:30.050Z |
Updated |
2024-11-17T22:13:30.140Z |
Milestone |
6.1 |
Labels |
infra::migration |
Link |
|
Merges |
1 |
Summary¶
During the v6 release we have transitioned to GitLab. It should be mentioned in the migration notes.
Steps to reproduce¶
Author: Chris Johns
2024-10-18T00:12:17.556Z
assigned to @gedare
Author: Gedare Bloom
2024-11-17T20:45:58.506Z
mentioned in merge request !84
50 - Add documentation for flashdev command¶
Id |
50 |
State |
closed |
Type |
ISSUE |
Author |
Aaron Nyholm |
Assignee(s) |
Aaron Nyholm, Chris Johns |
Closed by |
Kinsey Moore |
Created |
2024-11-06T22:57:18.720Z |
Closed |
2024-11-10T21:44:49.026Z |
Updated |
2024-11-10T21:44:49.147Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
Currently there is no documentation for the flashdev
command in the shell guide. This needs to be added.
Steps to reproduce¶
Pre-set options¶
Author: Amar Takhar
2024-11-06T23:09:57.793Z
This is for https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/291
Author: Amar Takhar
2024-11-06T23:10:17.021Z
assigned to @eagleirony and @chris
Author: Aaron Nyholm
2024-11-08T03:22:54.147Z
mentioned in merge request !74
17 - docs.rtems.org needs changes to reflect gitlab and master->main rename¶
Id |
17 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Assignee(s) |
Chris Johns, Amar Takhar |
Closed by |
Amar Takhar |
Created |
2024-06-30T23:29:56.574Z |
Closed |
2024-11-07T23:59:51.707Z |
Updated |
2024-11-07T23:59:51.721Z |
Milestone |
6.1 |
Link |
|
Merges |
0 |
Summary¶
https://docs.rtems.org/ still has /master/
as the URL. This needs to be changed to main we can have an automatic forward in the webserver to redirect https://docs.rtems.org/*/master/*
to ``https://docs.rtems.org/*/main/*``.
This step needs to be completed before docs can be automated anyway so it is a blocking change to that but I’m unsure if CI doc building will happen before %6.1 or not.
Author: Amar Takhar
2024-10-06T01:14:39.960Z
mentioned in issue rtems/rtos/rtems#5133
Author: Amar Takhar
2024-10-06T01:17:32.848Z
marked this issue as blocked by rtems/rtos/rtems#5133
Author: Amar Takhar
2024-10-06T01:17:39.434Z
removed the relation with rtems/rtos/rtems#5133
Author: Amar Takhar
2024-10-06T01:18:00.348Z
marked this issue as blocking rtems/rtos/rtems#5133
Author: Amar Takhar
2024-10-06T01:18:06.466Z
assigned to @chris
Author: Amar Takhar
2024-10-28T21:09:26.888Z
assigned to @amar
Author: Amar Takhar
2024-10-28T21:17:18.038Z
marked rtems/rtos/rtems#5133 as a duplicate of this issue
Author: Amar Takhar
2024-11-07T23:59:51.430Z
This was completed with the new docs website launch.
47 - Fix broken API documentation links¶
Id |
47 |
State |
closed |
Type |
ISSUE |
Author |
ita2048 ita2048 |
Closed by |
Amar Takhar |
Created |
2024-11-01T12:33:22.838Z |
Closed |
2024-11-06T21:00:53.911Z |
Updated |
2024-11-06T21:00:53.924Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
Development:¶
Please rename “RTEMS CPU Kit Doxygen” to “RTEMS API documentation” linked from https://docs.rtems.org/
Please fix the link https://docs.rtems.org/doxygen/branches/master/ so that it reads “main” instead of “master”
Please update the API documentation to 5.3 because it is only for “RTEMS 5.0.0” on the main branch
Release 5.3¶
Please rename “RTEMS CPU Kit Doxygen” to “RTEMS API documentation” linked from https://docs.rtems.org/
Please fix the link to the API documentation on 5.3 because the link is currently broken https://docs.rtems.org/doxygen/releases/rtems-5.3/ with error 404
The API docs links for 5.2, 5.1 and 4.11 are not broken, so something terrible happened recently :grimacing: :skull_crossbones:
Author: Amar Takhar
2024-11-06T21:00:53.568Z
This was confirmed as fixed by @ita2048 on Discord.
42 - Dangling references¶
Id |
42 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Closed by |
Gedare Bloom |
Created |
2024-10-29T19:39:39.063Z |
Closed |
2024-10-30T03:43:37.443Z |
Updated |
2024-10-30T03:45:16.133Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
ita pointed out on discord that we have some dangling references:
See here:
Not sure what was meant to be there or if it can be deleted.
Steps to reproduce¶
Pre-set options¶
Author: Amar Takhar
2024-10-30T03:45:12.945Z
This was fixed in !72
43 - Fix references to old branches¶
Id |
43 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-10-29T20:40:42.257Z |
Closed |
2024-10-29T22:44:14.370Z |
Updated |
2024-10-29T22:44:14.536Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
These docs refer to 4.11
which was released 20 years ago.
We should fix this to use replaceables which should stay accurate for the commandlines even though the screen output may be wrong it will at least be a little closer.
_Note_ the documentation itself needs to be fixed as well.
Steps to reproduce¶
Try to follow the documentation.
Pre-set options¶
Author: Amar Takhar
2024-10-29T20:42:49.956Z
changed the description
Author: Amar Takhar
2024-10-29T20:43:15.367Z
changed the description
Author: Gedare Bloom
2024-10-29T20:48:04.074Z
I think this entire section should be removed in favor of the Quick Start. Some relevant text could be migrated there.
Author: Amar Takhar
2024-10-29T20:48:04.035Z
For %6.1?
Author: Gedare Bloom
2024-10-29T20:51:50.883Z
probably, anyone trying to follow this section will get confused
Author: Gedare Bloom
2024-10-29T22:16:20.465Z
assigned to @gedare
Author: Amar Takhar
2024-10-29T22:39:33.935Z
mentioned in merge request !72
24 - Deprecating Interfaces needs moving from wiki¶
Id |
24 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Assignee(s) |
Amar Takhar |
Closed by |
Chris Johns |
Created |
2024-07-26T23:39:08.220Z |
Closed |
2024-10-25T05:48:13.688Z |
Updated |
2024-10-25T05:48:13.764Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
This file:
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/blob/main/eng/coding-deprecating.rst?ref_type=heads
Needs to be populated by the contents of this file:
Needs to be done before %6.1 as part of devel.rtems.org decomissioning.
Steps to reproduce¶
Author: Amar Takhar
2024-07-27T00:06:30.797Z
changed title from Deprec{-t-}ating Interfaces needs moving from wiki to Deprec{+i+}ating Interfaces needs moving from wiki
Author: Amar Takhar
2024-07-27T00:07:02.295Z
mentioned in merge request !38
Author: Amar Takhar
2024-07-28T12:11:23.428Z
mentioned in commit 05f9a3d56b45e700104d22bf40881ef89fff5d91
Author: Joel Sherrill
2024-10-08T21:08:16.114Z
changed title from Deprec{-i-}ating Interfaces needs moving from wiki to Deprecating Interfaces needs moving from wiki
Author: Chris Johns
2024-10-18T00:04:56.174Z
assigned to @amar
Author: Amar Takhar
2024-10-25T05:32:45.169Z
mentioned in merge request !67
39 - User manual IRC section¶
Id |
39 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Assignee(s) |
Amar Takhar |
Closed by |
Chris Johns |
Created |
2024-10-18T04:35:30.574Z |
Closed |
2024-10-25T03:27:02.622Z |
Updated |
2024-10-25T03:27:02.714Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Change the IRC section to discord
Author: Chris Johns
2024-10-24T22:26:23.488Z
assigned to @amar
Author: Chris Johns
2024-10-24T22:26:49.894Z
We do not use IRC and have moved to Discord
Author: Amar Takhar
2024-10-25T03:22:00.678Z
mentioned in merge request !66
22 - Link to non exisent repository¶
Id |
22 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Assignee(s) |
Sebastian Huber |
Closed by |
Amar Takhar |
Created |
2024-07-26T19:07:12.554Z |
Closed |
2024-10-07T22:15:43.140Z |
Updated |
2024-10-07T22:15:43.213Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
There is a link to a non existent repository here:
@sebhub , what is going on with this repo? Thanks.
Steps to reproduce¶
Author: Amar Takhar
2024-07-26T19:07:12.744Z
assigned to @sebhub
Author: Amar Takhar
2024-08-19T19:52:32.949Z
mentioned in issue #31
Author: Amar Takhar
2024-08-19T19:52:49.340Z
@sebhub any update for this? I would like to get these fixed thanks.
Author: Sebastian Huber
2024-08-21T12:16:25.162Z
I have currently no back up of this repository available. I would like to move it to my private gitlab area.
Author: Amar Takhar
2024-10-07T21:37:45.281Z
This has been archived here: https://ftp.rtems.org/pub/rtems/archive/misc/rtems/rtems-gtest-2018-11-15.tar.xz
Author: Gedare Bloom
2024-10-07T21:41:09.159Z
mentioned in merge request !53
30 - C Classic API manual SMP link points to git.rtems.org¶
Id |
30 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Closed by |
Gedare Bloom |
Created |
2024-08-18T01:39:52.159Z |
Closed |
2024-10-07T20:16:48.598Z |
Updated |
2024-10-07T20:18:30.888Z |
Milestone |
6.1 |
Labels |
doc, smp |
Link |
|
Merges |
0 |
https://docs.rtems.org/branches/master/c-user/symmetric_multiprocessing_services.html#per-processor-data reference the percpudata.h
file in the old repo.
Author: Chris Johns
2024-08-18T01:40:21.685Z
changed title from C Classic API manu SMP link points to git.rtems.org to C Classic API manu{+al+} SMP link points to git.rtems.org
Author: Chris Johns
2024-08-18T01:55:30.516Z
The SMP needs some work. There are a number of references to web sites that need to be updated or the references removed.
Author: Chris Johns
2024-08-18T01:57:36.118Z
I cannot see a link in the SMP section in the C manual to the “SMP Schedulers” and “Directives” section of “Scheduling Concepts” of the C API manual. I think it would be helpful to have links.
Author: Gedare Bloom
2024-10-07T20:16:48.305Z
This was fixed by !11. I’ll migrate the other comments to a new issue.
Author: Gedare Bloom
2024-10-07T20:18:30.766Z
mentioned in issue #36
31 - Update link to rtems-gtest¶
Id |
31 |
State |
closed |
Type |
ISSUE |
Author |
Amar Takhar |
Assignee(s) |
Sebastian Huber |
Closed by |
Amar Takhar |
Created |
2024-08-19T19:41:52.838Z |
Closed |
2024-08-19T19:52:32.444Z |
Updated |
2024-08-19T19:52:32.456Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
This link needs to be updated in the engineering manual:
https://git.rtems.org/sebh/rtems-gtest.git/
Author: Amar Takhar
2024-08-19T19:41:52.944Z
assigned to @sebhub
Author: Amar Takhar
2024-08-19T19:52:32.148Z
This is a duplicate of #22
18 - Checking if Sphinx is between 1.3 and 5.9¶
Id |
18 |
State |
closed |
Type |
ISSUE |
Author |
Sebastian Huber |
Closed by |
Sebastian Huber |
Created |
2024-07-03T18:55:35.260Z |
Closed |
2024-07-04T05:27:14.273Z |
Updated |
2024-07-04T05:28:23.881Z |
Milestone |
6.1 |
Labels |
doc::sphinx |
Link |
|
Merges |
0 |
Summary¶
I naively installed Sphinx through pip in a virtual environment and got:
Checking if Sphinx is between 1.3 and 5.9 : Sphinx version is too new: 7.3
Is this version limitation still applicable?
Author: Joel Sherrill
2024-07-03T22:42:14.934Z
Weird. I use the sphinx provided with Rocky 9 and it reports “sphinx-build 7.2.6.” I do not seem to be tripping that.
And I do not see “is between 1.3” when I grep rtems-docs. common/waf.py has this:
# If you do not want to check for a maximum version, set it to None.
sphinx_min_version = (1, 3)
sphinx_max_version = None
Are you up to date?
Author: Chris Johns
2024-07-03T22:42:14.906Z
Where is there a need to cap the version at 5.9?
Author: Amar Takhar
2024-07-03T22:18:29.437Z
I forget what broke in Sphinx however I am re-working the build system for the documentation to allow individual docs to build again and fix some things that were broken as well as bring us up to date.
You can target a specific version with:
pip install sphinx==5.3.0You can remove it first and re-install. I do not think it’s worth updating yet because as far as I know the rendering issues have not been resolved.
Author: Chris Johns
2024-07-03T22:48:37.244Z
I am using 7.3.7. My configure is:
Setting top to : /opt/work/chris/rtems/docs/rtems-docs.git Setting out to : /opt/work/chris/rtems/docs/rtems-docs.git/build Checking for program 'git' : /usr/local/bin/git Checking for program 'sphinx-build' : /opt/work/chris/rtems/r-py-3/bin/sphinx-build Checking for program 'aspell' : not found Checking if Sphinx is at least 1.3 : yes (7.3) Checking Sphinx Options : none Checking Sphinx Nit-Pick mode : no Checking for 'sphinx-rtd-theme' : found Checking for 'sphinx.ext.autodoc' : found Checking for 'sphinx.ext.coverage' : found Checking for 'sphinx.ext.doctest' : found Checking for 'sphinx.ext.graphviz' : found Checking for 'sphinx.ext.intersphinx' : found Checking for 'sphinx.ext.mathjax' : found Checking for 'sphinxcontrib.bibtex' : found Checking for 'sphinxcontrib.jquery' : foundThe build result is:
Waf: Leaving directory `/opt/work/chris/rtems/docs/rtems-docs.git/build' 'build' finished successfully (42.631s)Host:
FreeBSD torea 14.0-RELEASE FreeBSD 14.0-RELEASE #0 releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64I am not sure what the issue is?
Author: Amar Takhar
2024-07-03T22:48:37.217Z
No idea I just remember the latest version breaking the theme some time ago and it was capped? Was that fixed?
Author: Chris Johns
2024-07-03T22:49:16.982Z
Yes
Author: Chris Johns
2024-07-03T22:52:00.753Z
After reading the question in the description by @sebhub I see this is a question and not a problem. @sebhub no it should not be a problem. Where is the limit stated?
Author: Sebastian Huber
2024-07-04T05:28:23.896Z
Sorry for the trouble, this was caused by a configuration error on my side. The rtems-docs submodule in rtems-central is pretty outdated right now.
Author: Chris Johns
2024-07-04T05:28:23.863Z
No problem and thanks for the update.
14 - Update POSIX Compliance Guide for New Standards Editions¶
Id |
14 |
State |
closed |
Type |
ISSUE |
Author |
Joel Sherrill |
Assignee(s) |
Joel Sherrill |
Closed by |
Kinsey Moore |
Created |
2024-06-14T17:12:11.774Z |
Closed |
2024-06-18T01:46:14.969Z |
Updated |
2024-06-18T01:46:15.410Z |
Milestone |
6.1 |
Labels |
posix::compliance |
Link |
|
Merges |
1 |
Summary¶
The POSIX Compliance Guide is based on a spreadsheet which has not been updated in a few years. The FACE Technical Standard, Edition 3.2 and C17 both need to be added. Also there are improvements to RTEMS which need to be accounted for.
Steps to reproduce¶
Author: Joel Sherrill
2024-06-14T17:12:11.855Z
assigned to @joel
Author: Joel Sherrill
2024-06-14T17:14:01.064Z
mentioned in merge request !19
8 - Document Merge Request Workflow¶
Id |
8 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Closed by |
Amar Takhar |
Created |
2024-05-02T22:44:58.978Z |
Closed |
2024-05-18T04:02:23.469Z |
Updated |
2024-05-22T21:41:29.400Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Document Merge Request Workflow¶
Document how to add comments to specific lines that are being reviewed or adding a comment to the top level
When you a merge request you land on the page with all the comments and you need to find the specific area you wish to comment on.
How to update a Merge Request with changes
Make a draft merge request if you want to review it first or it is a RFC
Consider using the quick commands accessed using
?
Author: Chris Johns
2024-05-02T23:34:22.366Z
marked this issue as related to #9
Author: Gedare Bloom
2024-05-16T16:53:36.385Z
mentioned in merge request !10
Author: Gedare Bloom
2024-05-22T21:41:29.379Z
mentioned in issue administration/gitlab#11
5 - Contributing guidance is outdated¶
Id |
5 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-04-29T17:46:24.755Z |
Closed |
2024-05-02T04:59:46.379Z |
Updated |
2024-05-22T21:41:29.368Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
2 |
Summary¶
Contribution guidance needs to be updated for using Gitlab.
Steps to reproduce¶
Author: Gedare Bloom
2024-04-29T17:46:24.839Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T17:46:30.433Z
created branch 5-contributing-guidance-is-outdated to address this issue
Author: Gedare Bloom
2024-04-29T17:47:04.582Z
mentioned in merge request !4
Author: Gedare Bloom
2024-05-01T15:22:36.801Z
mentioned in merge request !5
Author: Gedare Bloom
2024-05-22T21:41:29.340Z
mentioned in issue administration/gitlab#11
4 - Rewrite bug user story¶
Id |
4 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-04-29T17:17:49.690Z |
Closed |
2024-04-30T15:09:02.707Z |
Updated |
2024-05-22T21:41:29.129Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
Update guidance for how user’s should submit bug reports to Gitlab
Steps to reproduce¶
Author: Gedare Bloom
2024-04-29T17:17:49.773Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T17:17:55.416Z
created branch 4-rewrite-bug-user-story to address this issue
Author: Gedare Bloom
2024-04-29T17:19:05.353Z
mentioned in merge request !3
Author: Gedare Bloom
2024-05-22T21:41:29.056Z
mentioned in issue administration/gitlab#11
10 - Manuals refer to git.rtems.org¶
Id |
10 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Amar Takhar |
Created |
2024-05-16T18:45:00.248Z |
Closed |
2024-05-18T04:03:52.361Z |
Updated |
2024-05-18T04:03:52.429Z |
Milestone |
6.1 |
Link |
|
Merges |
1 |
Summary¶
Several of the manuals have references to git.rtems.org URLs that should be updated to gitlab.rtems.org
Steps to reproduce¶
Author: Gedare Bloom
2024-05-16T18:45:00.323Z
assigned to @gedare
Author: Gedare Bloom
2024-05-16T19:12:28.996Z
mentioned in merge request !11
2 - Rewrite trac links to gitlab¶
Id |
2 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-04-29T14:58:32.944Z |
Closed |
2024-04-29T20:14:47.535Z |
Updated |
2024-04-29T20:14:47.579Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
Reflect Trac to Gitlab migration
Steps to reproduce¶
Author: Gedare Bloom
2024-04-29T14:58:33.051Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T14:58:42.169Z
created branch 2-rewrite-trac-links-to-gitlab to address this issue
Author: Gedare Bloom
2024-04-29T14:59:26.808Z
mentioned in merge request !1
3 - sync git.rtems.org¶
Id |
3 |
State |
closed |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Gedare Bloom |
Closed by |
Gedare Bloom |
Created |
2024-04-29T15:08:46.739Z |
Closed |
2024-04-29T20:13:42.555Z |
Updated |
2024-04-29T20:13:42.653Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
1 |
Summary¶
pull commits from git.rtems.org lost by transition
Steps to reproduce¶
Author: Gedare Bloom
2024-04-29T15:08:46.846Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T15:09:04.491Z
created branch 3-sync-git-rtems-org to address this issue
Author: Gedare Bloom
2024-04-29T15:09:26.055Z
mentioned in merge request !2
60 - Missing module ‘distro’ (opened)¶
Id |
60 |
State |
opened |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Kinsey Moore, Joel Sherrill, Gedare Bloom, Sebastian Huber |
Created |
2024-12-04T18:56:52.621Z |
Updated |
2024-12-16T14:49:07.692Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
Reported in #58
$ ./waf configure --plantuml --ditaa --pdf --singlehtml --prefix=/home/minna/src/artifacts/html
[...]
Checking for program 'pdf2ps' : /usr/bin/pdf2ps
Checking for program 'makeglossaries' : /usr/bin/makeglossaries
Traceback (most recent call last):
File "/home/minna/src/rtems-docs/common/latex.py", line 85, in host_name
from distro import linux_distribution
ModuleNotFoundError: No module named 'distro'
How come this is showing up now was something pulling it before? Docs need to be updated.
Steps to reproduce¶
Pre-set options¶
Author: Amar Takhar
2024-11-23T08:57:25.917Z
assigned to @chris
Author: Amar Takhar
2024-11-23T08:57:44.141Z
marked this issue as related to #58
Author: Chris Johns
2024-11-24T22:20:48.273Z
It is in a
try/except
in the code onmain
:!`image <https://gitlab.rtems.org/-/project/uploads/ac9c83434b039fe7c86ba94107bc5f0e/image.png>`_
Author: Chris Johns
2024-11-24T22:26:46.204Z
assigned to @joel
Author: Chris Johns
2024-11-24T22:27:55.976Z
assigned to @sebhub, @gedare, and @opticron and unassigned @chris
Author: Chris Johns
2024-11-24T22:28:12.954Z
Looks like the call has gone:
!`image <https://gitlab.rtems.org/-/project/uploads/54d1e59be8549741a7b7598ead055d8e/image.png>`_{width=746 height=149}
I do not use Linux or have a suitable set up to sort this out. I am giving this to the Linux people we have I know of.
Author: Frank Kuehndel
2024-12-03T12:30:56.878Z
I guess, this again has become two independent topics:
At least on OpenSUSE, the
distro
package is not installed by default. It should be mentioned somewhere in theREADME.md
to add it to the Python environment. I just do not see the right place and do not know whether other Linux distributions havedistro
installed by default or not.Deprecation of
platform
andlinux_distribution()
:According to Distro - an OS platform information API Python’s original ``platform.linux_distribution`` function ([has been] removed in Python 3.8).
According to distro package version 1.9.0 API
distro.linux_distribution()
is deprecated. I guess incommon/latex.py
,distro[0]
should be replaced bydistro.name()
, anddirsto[1]
bydistro.version()
… or somehow similar (I do not know how much compatible you must be to old Python versions withplatform.linux_distribution
function).
Author: Gedare Bloom
2024-12-04T18:56:53.404Z
cloned from #59
Author: Gedare Bloom
2024-12-04T18:56:52.716Z
assigned to @opticron, @joel, @gedare, and @sebhub
Author: Gedare Bloom
2024-12-04T19:01:32.809Z
mentioned in merge request !99
Author: Gedare Bloom
2024-12-04T19:08:10.014Z
Author: Gedare Bloom
2024-12-16T14:49:07.498Z
mentioned in commit b72e70157237e220adf768628656340f10a64e55
54 - Details on windows builds (opened)¶
Id |
54 |
State |
opened |
Type |
ISSUE |
Author |
ita2048 ita2048 |
Created |
2024-11-12T20:00:50.340Z |
Updated |
2024-12-06T00:07:26.791Z |
Milestone |
6.1 |
Link |
|
Merges |
0 |
On Windows the build can be much more simple, and only four commands are needed from msys:
python3 -m venv sphinx # python 3.12.7 from msys
. sphinx/bin/activate
pip install sphinx sphinxcontrib-bibtex sphinxcontrib-jquery sphinx-copybutton sphinx-book-theme
./waf configure clean build install --prefix=/foo
On Windows, the
--singlehtml
can be built after installinginliner
:
pacman install unzip # required for `npm install`
install nvm from https://github.com/nvm-sh/nvm
nvm install --lts
npm install -g inliner
. sphinx/bin/activate
./waf configure clean build install --prefix=/foo --singlehtml
Author: Amar Takhar
2024-11-16T20:14:39.674Z
Per @ita2048 on Discord:
For the release: consider waf-2.1.4 (current version is 2.1.3 https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/waf?ref_type=heads#L35
Author: Amar Takhar
2024-11-16T20:21:25.741Z
marked this issue as blocked by rtems/rtos/rtems#5153
Author: Gedare Bloom
2024-11-18T20:48:36.415Z
mentioned in merge request !85
Author: Gedare Bloom
2024-11-18T20:49:04.599Z
mentioned in merge request !86
Author: Gedare Bloom
2024-11-20T15:05:18.034Z
mentioned in commit 06dadefd69d89589015867ca4208464927d44b5b
Author: ita2048 ita2048
2024-11-25T18:15:05.016Z
~~New packages needed: ``pip install sphinx-copybutton sphinx-book-theme``~~
Author: ita2048 ita2048
2024-11-25T18:13:46.412Z
changed the description
Author: Gedare Bloom
2024-12-04T21:39:41.155Z
Author: Gedare Bloom
2024-12-04T22:26:43.010Z
marked this issue as blocked by rtems/rtos/rtems#5167
Author: Gedare Bloom
2024-12-04T22:26:49.176Z
removed the relation with rtems/rtos/rtems#5153
Author: Chris Johns
2024-12-06T00:07:26.844Z
changed the description
62 - Update waf to 2.1.4 (opened)¶
Id |
62 |
State |
opened |
Type |
ISSUE |
Author |
Gedare Bloom |
Assignee(s) |
Amar Takhar |
Created |
2024-12-04T22:16:34.228Z |
Updated |
2024-12-04T22:46:41.423Z |
Milestone |
6.1 |
Labels |
backport, tool::waf |
Link |
|
Merges |
0 |
Summary¶
The latest verison of waf fixes several issues on Windows. We also have a huge inconsistency in the version we’re running which we should probably fix:
./rtems-deployment/waf waf 2.0.24 (1af97c71f5a6756abf36d0f78ed8fd551596d7cb)
./rtems-docs/waf waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)
./rtems-examples/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-libbsd/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-littlevgl/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-lwip/waf waf 2.0.18 (314689b8994259a84f0de0aaef74d7ce91f541ad)
./rtems-net-legacy/waf waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems-net-services/waf waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-tools/waf waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems/waf waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)
Steps to reproduce¶
Pre-set options¶
Author: Amar Takhar
2024-11-16T20:21:25.689Z
marked this issue as blocking rtems/docs/rtems-docs#54
Author: Amar Takhar
2024-11-16T20:21:31.439Z
changed the description
Author: Gedare Bloom
2024-11-17T00:11:44.128Z
Should we automate an approach to keep all our repos in sync with waf version?
Author: Amar Takhar
2024-11-17T00:19:39.724Z
Yeah I already have that written down but it’s not that easy. We need to think about the workflow of how this should happen. There needs to be a process to test the new version against all the repositories to make sure it works and then update so we need to be more deliberate about it.
I have some ideas about it but the procedural part needs to be discussed: what’s important enough to upgrade for and do we want to support one repo getting ahead of others to avoid increasing the size of our repositories or whether we care or not. Clearly the above is not great having
2.0
vs2.1
Having said that2.1.4
has fixes we really want for Windows.
Author: Amar Takhar
2024-11-17T01:08:46.506Z
Author: Amar Takhar
2024-11-17T03:50:21.836Z
assigned to @amar
Author: Amar Takhar
2024-11-17T04:22:19.639Z
After this update is done I’ll create another issue for the next update. As we require an update we should collect reasons, issues and MRs until we trigger the next update. Of course a critical issue should be an immediate update but smaller things for instance if it’s specific to one repo we can let that one repo get out of sync until we have more of are reason to update project-wide. otherwise we may end up update too often.
Author: Amar Takhar
2024-11-18T20:19:26.807Z
mentioned in merge request rtems/rtos/rtems!318
Author: Amar Takhar
2024-11-20T23:35:55.569Z
mentioned in commit amar/rtems-deployment@c8fd177b03fb5130697a7411d716f1542c6175b1
Author: Amar Takhar
2024-11-20T23:36:01.722Z
mentioned in commit amar/rtems-docs@ff70333104a0aaa05877df336d1bb1672b205b73
Author: Amar Takhar
2024-11-20T23:36:04.790Z
mentioned in commit amar/rtems-examples@8056cf5ccaaff51477096bdd3ae3850cecee957d
Author: Amar Takhar
2024-11-20T23:36:05.900Z
mentioned in commit amar/rtems-libbsd@2cac334d6a21b6006dfee4613d3da78eec26b1c8
Author: Amar Takhar
2024-11-20T23:36:08.424Z
mentioned in commit amar/rtems-littlevgl@7831e7125a6efe283e3c65efec1e24a96fdfc2ac
Author: Amar Takhar
2024-11-20T23:36:10.195Z
mentioned in commit amar/rtems-lwip@24f46d35dedf08807d6088443ab5c82e95c36ed8
Author: Amar Takhar
2024-11-20T23:36:12.174Z
mentioned in commit amar/rtems-net-legacy@8845824db452168140610db037ea0359e363cf1d
Author: Amar Takhar
2024-11-20T23:36:14.636Z
mentioned in commit amar/rtems-net-services@7bcc152d49267e5b5ca3c00c1707cc40b2ef95b6
Author: Amar Takhar
2024-11-20T23:36:17.086Z
mentioned in commit amar/rtems-tools@12a94b63506ad84ec1c4feed56d3ce2e85475d85
Author: Amar Takhar
2024-11-20T23:36:21.347Z
mentioned in commit amar/rtems@62baa874b823fea35b7cdea78734d277ada7b455
Author: Amar Takhar
2024-11-20T23:39:31.029Z
mentioned in merge request rtems/rtos/rtems!323
Author: Amar Takhar
2024-11-20T23:39:48.843Z
mentioned in merge request rtems/tools/rtems-tools!44
Author: Amar Takhar
2024-11-20T23:40:09.031Z
mentioned in merge request rtems/pkg/rtems-net-services!9
Author: Amar Takhar
2024-11-20T23:40:25.975Z
mentioned in merge request rtems/pkg/rtems-net-legacy!6
Author: Amar Takhar
2024-11-20T23:40:33.280Z
mentioned in merge request rtems/pkg/rtems-lwip!11
Author: Amar Takhar
2024-11-20T23:40:41.082Z
mentioned in merge request rtems/pkg/rtems-littlevgl!4
Author: Amar Takhar
2024-11-20T23:40:53.742Z
mentioned in merge request rtems/pkg/rtems-libbsd!25
Author: Amar Takhar
2024-11-20T23:41:01.964Z
mentioned in merge request rtems/rtos/rtems-examples!5
Author: Amar Takhar
2024-11-20T23:41:10.912Z
mentioned in merge request rtems/docs/rtems-docs!89
Author: Amar Takhar
2024-11-20T23:41:24.453Z
mentioned in merge request rtems/tools/rtems-deployment!13
Author: Gedare Bloom
2024-11-21T00:03:44.787Z
mentioned in commit gedare/rtems-docs@2f1694269539dc59177b203df1b8481ee52f989a
Author: Gedare Bloom
2024-11-21T00:04:29.322Z
mentioned in merge request rtems/docs/rtems-docs!85
Author: Gedare Bloom
2024-11-21T00:06:48.926Z
mentioned in commit gedare/rtems-docs@816d14787b8bb89e7830c9885946fa8dc6dadf79
Author: Amar Takhar
2024-11-22T10:02:29.944Z
mentioned in commit amar/rtems-docs@24cf46b966d77bada338422de2ead632f79beb89
Author: Amar Takhar
2024-11-24T23:02:01.254Z
mentioned in commit amar/rtems-docs@7582461dbcff0287bb8bc1a615734696a416b266
Author: Amar Takhar
2024-11-24T23:03:10.673Z
mentioned in commit amar/rtems-examples@ac68170083fc3b2e5ce9a63a6c64b4b2e5d7915f
Author: Amar Takhar
2024-11-24T23:03:49.371Z
mentioned in commit amar/rtems-libbsd@a2d65d78fbe832a50ca6c986936c9b0c16647739
Author: Amar Takhar
2024-11-24T23:06:27.181Z
mentioned in commit amar/rtems@03c5b7e88f165ea56487e78822cf0b8595c79cfa
Author: Amar Takhar
2024-11-25T01:33:09.501Z
mentioned in commit amar/rtems-docs@b9af7d8fad94c310f7d973c10b5a7c2da8d4e7e8
Author: Amar Takhar
2024-12-04T21:56:00.650Z
mentioned in commit amar/rtems@8d71cc5dc4a0e11fd7b8d7b5b94bb2e54d3a6f9e
Author: Gedare Bloom
2024-12-04T22:16:38.273Z
cloned from rtems/rtos/rtems#5153
Author: Gedare Bloom
2024-12-04T22:16:34.372Z
assigned to @amar
Author: Gedare Bloom
2024-12-04T22:21:47.105Z
Author: Gedare Bloom
2024-12-04T22:46:41.336Z
53 - Typos (opened)¶
Id |
53 |
State |
opened |
Type |
ISSUE |
Author |
ita2048 ita2048 |
Assignee(s) |
Amar Takhar |
Created |
2024-11-09T10:21:40.360Z |
Updated |
2024-12-04T21:39:40.474Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
“We are currently working on pur privacy policy” -> “our privacy policy” on https://www.rtems.org/privacy/
“Rational” -> “Rationale” on https://docs.rtems.org/branches/master/user.html#rational
“explcitly” in https://gitlab.rtems.org/rtems/docs/rtems-docs/-/blob/main/cpu-supplement/aarch64.rst?plain=1#L128
Author: Amar Takhar
2024-11-09T19:01:00.977Z
We need to run things through spellcheck it’s supported as a command in the docs with a person dictionary but nobody uses it. Thanks.
Author: Kinsey Moore
2024-11-14T23:25:42.957Z
assigned to @amar
Author: Gedare Bloom
2024-12-04T21:39:40.968Z
44 - Point stale default branch references to “main” (opened)¶
Id |
44 |
State |
opened |
Type |
ISSUE |
Author |
ita2048 ita2048 |
Assignee(s) |
Amar Takhar |
Created |
2024-11-01T11:40:25.499Z |
Updated |
2024-12-04T21:39:39.958Z |
Milestone |
6.1 |
Labels |
doc |
Link |
|
Merges |
0 |
Summary¶
The old references need updating to point to “main”: 1. First, the URL to the documentation itself reads “master”: https://docs.rtems.org/branches/master/user/index.html 2. “The Master branch the development branch and latest release is 5.3.” on https://docs.rtems.org/ 3. “The Master branch the development branch and latest release is 5.3.” on https://docs.rtems.org/branches.html 4. “is one more than 6`` and is on the ``master branch” on https://docs.rtems.org/branches/master/user/installation/developer.html (which should have been deleted) 5. “the bug is not reproducible on the Git master” on https://docs.rtems.org/branches/master/user/installation/developer.html 6. “Make sure not to commit changes in the master branch” on https://docs.rtems.org/branches/master/user/start/gsoc.html 7. “The master branch has the version N.0.0 with N being the next major release number.” on https://docs.rtems.org/branches/master/user/support/bugs.html 8. “NOTE: The following example uses FreeBSD master branch” on https://docs.rtems.org/branches/master/user/exe/device-tree.html - FreeBSD’s main branch seems to be called `main
Author: Chris Johns
2024-11-07T23:37:42.516Z
assigned to @amar
Author: Gedare Bloom
2024-12-04T21:39:40.232Z
Merge Requests¶
99 - common: remove dead code¶
Id |
99 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-12-16T14:49:07.185Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Chris Johns |
Created |
2024-12-04T19:01:26.896Z |
Updated |
2024-12-16T14:49:08.663Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/99 |
Commit |
Summary¶
common: remove dead code
The per-host latex package support is no longer used. Delete it.
Fixes #60.
Closes #60
Author: Gedare Bloom
2024-12-04T19:03:54.306Z
Tested on Ubuntu.
Author: Gedare Bloom
2024-12-04T19:04:04.010Z
assigned to @gedare
Author: Gedare Bloom
2024-12-04T19:04:12.251Z
requested review from @chris
Author: Kinsey Moore
2024-12-05T19:53:05.174Z
added 2 commits
3c9a21fc - 1 commit from branch
rtems/docs:6
b72e7015 - common: remove dead code
Author: Kinsey Moore
2024-12-16T14:38:18.497Z
approved this merge request
98 - user/bsps/raspberrypi4: running on qemu¶
Id |
98 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-12-04T21:31:27.139Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-12-02T17:01:03.636Z |
Updated |
2024-12-04T21:31:29.227Z |
Milestone |
6.1 |
Labels |
backport |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/98 |
Commit |
Summary¶
user/bsps/raspberrypi4: running on qemu
(cherry picked from commit ce7a8b132e3775064f0485c3a2a5435c01b2cf76)
Co-authored-by: Ning Yang <yangn0@qq.com>
closes #61
Author: Kinsey Moore
2024-12-02T17:01:03.822Z
assigned to @opticron
Author: Gedare Bloom
2024-12-04T21:28:33.256Z
added 1 commit
3c9a21fc - user/bsps/raspberrypi4: running on qemu
Author: Gedare Bloom
2024-12-04T21:29:13.042Z
changed the description
Author: Gedare Bloom
2024-12-04T21:31:14.440Z
approved this merge request
91 - riscv/niosv: Updated configuration INI default values to match MR !270¶
Id |
91 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-11-22T04:41:36.404Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-11-22T04:36:26.290Z |
Updated |
2024-11-22T17:26:39.803Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/91 |
Commit |
Summary¶
riscv/niosv: Updated configuration INI default values to match MR !270
(cherry picked from commit 7223a364006d71ed44302bfdfed0c97f256efd88)
Co-authored-by: Kevin <kirspkt@gmail.com>
Author: Kinsey Moore
2024-11-22T04:36:26.512Z
assigned to @opticron
Author: Chris Johns
2024-11-22T04:41:31.541Z
approved this merge request
Author: Frank Kuehndel
2024-11-22T17:26:39.676Z
mentioned in issue #57
83 - Change theme to sphinx-book-theme¶
Id |
83 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-22T00:13:12.540Z |
Assignee(s) |
Amar Takhar |
Created |
2024-11-14T22:46:20.876Z |
Updated |
2024-11-22T00:13:14.324Z |
Milestone |
6.1 |
Labels |
doc::sphinx |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/83 |
Commit |
Summary¶
Change theme to sphinx-book-theme
Sphinx booktheme is a more modern theme based off of of the PyData theme for science.
It is cleaner and more suitable for the RTEMS documentation. Works very well for mobile and is easier to navigate for large, complex documents.
This also includes the refreshed logo and favicon
Some other cleanups to conf.py to make it easier to manage.
Author: Amar Takhar
2024-11-14T22:46:21.054Z
assigned to @amar
Author: Kinsey Moore
2024-11-20T15:30:01.748Z
added 7 commits
1cf85467…06dadefd - 3 commits from branch
rtems/docs:main
96d6bf6a - Change theme to sphinx-book-theme
384c4f17 - Remove right sidebar for singlehtml.
8a0bf2bc - Add version text beneath logo.
5b5ef862 - Support version dropdown.
Author: Kinsey Moore
2024-11-22T00:12:51.796Z
added 5 commits
d17d6257 - 1 commit from branch
rtems/docs:main
3d978ed8 - Change theme to sphinx-book-theme
2f93e9d1 - Remove right sidebar for singlehtml.
6278967c - Add version text beneath logo.
9e9c5473 - Support version dropdown.
Author: Kinsey Moore
2024-11-22T00:13:05.425Z
approved this merge request
88 - user: refactor migration to add release highlights¶
Id |
88 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-21T23:44:12.108Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Chris Johns |
Created |
2024-11-20T21:53:24.084Z |
Updated |
2024-11-21T23:44:15.213Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/88 |
Commit |
Summary¶
user: refactor migration to add release highlights
Closes #48.
Also replace specific advice about API changes to point users to read the release notes.
Author: Gedare Bloom
2024-11-20T21:53:24.343Z
assigned to @gedare
Author: Gedare Bloom
2024-11-20T21:55:53.168Z
requested review from @gedare
Author: Gedare Bloom
2024-11-20T21:56:07.697Z
requested review from @chris and removed review request for @gedare
Author: Chris Johns
2024-11-21T23:43:52.237Z
approved this merge request
86 - README: Clarify waf invocation in Building¶
Id |
86 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-20T15:05:15.344Z |
Assignee(s) |
Gedare Bloom |
Created |
2024-11-18T20:48:57.161Z |
Updated |
2024-11-20T15:05:18.295Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/86 |
Commit |
Summary¶
README: Clarify waf invocation in Building
Updates #54.
Author: Gedare Bloom
2024-11-18T20:48:57.371Z
assigned to @gedare
Author: Kinsey Moore
2024-11-20T15:05:02.462Z
approved this merge request
84 - user: mention GitLab in migration/v5-to-v6¶
Id |
84 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-11-17T22:13:29.643Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Chris Johns |
Created |
2024-11-17T20:45:52.120Z |
Updated |
2024-11-17T22:13:33.306Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/84 |
Commit |
Summary¶
user: mention GitLab in migration/v5-to-v6
Fixes #11.
Also adds a shorthand to generate links for Discord.
Author: Chris Johns
2024-11-17T22:10:42.958Z
assigned to @gedare
Author: Chris Johns
2024-11-17T22:11:11.488Z
requested review from @chris
Author: Chris Johns
2024-11-17T22:13:23.156Z
approved this merge request
80 - user: Update Tracing - Event Recording¶
Id |
80 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-11-15T00:44:13.208Z |
Assignee(s) |
Sebastian Huber, Amar Takhar |
Created |
2024-11-12T23:38:37.949Z |
Updated |
2024-11-15T00:44:16.132Z |
Milestone |
6.1 |
Labels |
tool |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/80 |
Commit |
Summary¶
Author: Sebastian Huber
2024-11-12T23:38:38.043Z
assigned to @sebhub
Author: Chris Johns
2024-11-12T23:40:24.156Z
Great looking images. This is impressive.
How do they look in a PDF because they are large and detailed images?
Author: Sebastian Huber
2024-11-12T23:48:18.559Z
added 1 commit
6a417a29 - user: Update Tracing - Event Recording
Author: Sebastian Huber
2024-11-13T00:16:08.957Z
It is all right on a monitor, I haven’t printed it out.
Author: Chris Johns
2024-11-13T00:16:08.957Z
Yeah they are great and the scale of what is happen is fantastic. I am not sure you can reduce it and maintain the “wow” factor so if we can have a look and decide it would help :smile:
Author: Sebastian Huber
2024-11-13T00:16:08.957Z
I am not sure what you mean. The images are scaled down automatically according to the width option.
Author: Sebastian Huber
2024-11-13T00:16:08.957Z
Author: Chris Johns
2024-11-13T00:16:08.957Z
Looks great. Thanks.
Author: Chris Johns
2024-11-13T00:16:08.975Z
resolved all threads
Author: Chris Johns
2024-11-14T23:36:33.945Z
Is this for all tasks in a system all the time?
Author: Sebastian Huber
2024-11-13T00:45:51.648Z
changed this line in version 3 of the diff
Author: Sebastian Huber
2024-11-13T00:45:52.287Z
changed this line in version 3 of the diff
Author: Chris Johns
2024-11-13T00:55:51.680Z
Also:
When the application on the target system terminates, the latest…
Author: Chris Johns
2024-11-14T23:36:30.543Z
Are the events transfered using TCP, the console or both?
Author: Chris Johns
2024-11-14T23:36:26.942Z
Should you mention the tool is built and installed when the RSB builds your tool chain?
Author: Chris Johns
2024-11-13T00:48:40.608Z
CTF explained?
Author: Sebastian Huber
2024-11-13T00:48:40.608Z
I moved a block from the analysis to the transfer section.
Author: Sebastian Huber
2024-11-13T00:45:54.030Z
added 1 commit
d089c7c6 - user: Update Tracing - Event Recording
Author: Sebastian Huber
2024-11-13T00:52:38.657Z
added 1 commit
e5165c27 - user: Update Tracing - Event Recording
Author: Sebastian Huber
2024-11-14T00:46:58.615Z
added 3 commits
e5165c27…9e8141cb - 2 commits from branch
rtems/docs:main
6d100a73 - user: Update Tracing - Event Recording
Author: Sebastian Huber
2024-11-14T23:36:33.964Z
resolved all threads
Author: Kinsey Moore
2024-11-15T00:21:54.051Z
assigned to @amar
Author: Chris Johns
2024-11-15T00:44:04.920Z
approved this merge request
82 - user/zynqmp: Reword for BSP renaming¶
Id |
82 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-11-13T22:40:55.356Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-11-13T21:59:51.263Z |
Updated |
2024-11-13T22:40:57.685Z |
Milestone |
6.1 |
Labels |
arch:aarch64, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/82 |
Commit |
Summary¶
Author: Kinsey Moore
2024-11-13T21:59:51.442Z
assigned to @opticron
Author: Gedare Bloom
2024-11-13T22:40:50.900Z
approved this merge request
76 - Add website icons.¶
Id |
76 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-10T21:51:43.357Z |
Assignee(s) |
Amar Takhar |
Created |
2024-11-09T03:31:18.522Z |
Updated |
2024-11-10T21:51:44.844Z |
Milestone |
6.1 |
Labels |
website |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/76 |
Commit |
Summary¶
Author: Amar Takhar
2024-11-09T03:31:18.684Z
assigned to @amar
Author: Kinsey Moore
2024-11-10T21:51:14.521Z
added 8 commits
2c807fe6…ddf5919f - 6 commits from branch
rtems/docs:main
073dd1e2 - Add website icons.
8974f46a - Fix directory name png -> icons
Author: Kinsey Moore
2024-11-10T21:51:35.233Z
approved this merge request
74 - shell: Added flashdev documentation¶
Id |
74 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-11-10T21:44:48.676Z |
Assignee(s) |
Aaron Nyholm |
Created |
2024-11-08T03:22:47.340Z |
Updated |
2024-11-10T21:44:51.772Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/74 |
Commit |
Summary¶
shell: Added flashdev documentation
Closes #50
Author: Chris Johns
2024-11-08T03:23:37.549Z
assigned to @eagleirony
Author: Kinsey Moore
2024-11-10T21:40:53.140Z
added 9 commits
f463a77b…fdf76518 - 8 commits from branch
rtems/docs:main
ddf5919f - shell: Added flashdev documentation
Author: Kinsey Moore
2024-11-10T21:44:44.055Z
approved this merge request
45 - Add BeagleV-Fire Board Documentation¶
Id |
45 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-11-09T21:46:17.575Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Joel Sherrill |
Created |
2024-08-27T20:32:48.503Z |
Updated |
2024-11-09T21:46:17.562Z |
Milestone |
6.1 |
Labels |
arch:riscv, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/45 |
Commit |
This merge request adds documentation for the BeagleV-Fire board. The new content provides detailed steps for setting up and configuring the BeagleV-Fire board with RTEMS, including: * Introduction to BeagleV-Fire Board * Information on the existing base BSP and support for the riscv/beaglevfire BSP variant * Explained config.ini file for building the riscv/beaglevfire BSP variant. * Explanation of both uni-processing and multi-processing modes. * Step-by-step commands for configuring and building RTEMS for BeagleV-Fire * Instructions on how to convert .exe files to .elf and generate payloads using the HSS payload generator. * Steps for setting up UART communication from the host PC. * Instructions for transferring the payload binary to the BeagleV-Fire board via the eMMC/SD card. * Commands and expected output to validate the successful loading and execution of the payload.
Author: Joel Sherrill
2024-11-09T21:43:51.357Z
This still sounds like a final report. The Base BSP has since been enhanced to include X, Y, and Z. We shouldn’t need the github reference since it should all be in gitlab.rtems.org. And make sure that it all is. :)
Author: Purva Yeshi
2024-11-09T21:43:51.357Z
Got it. I’ll update the documentation to reflect that the BSP is already in place, and I’ll remove the BSP links.
Author: Gedare Bloom
2024-11-09T21:43:13.240Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:43:41.961Z
Some lines look well over 80 columns. Make a pass.
Author: Purva Yeshi
2024-11-09T21:43:41.961Z
Okay, I’ll adjust the lines to be within 80 characters.
Author: Gedare Bloom
2024-11-09T21:43:14.115Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:43:36.991Z
Why wouldn’t SMP be supported. I suspect it is just not required.
Author: Purva Yeshi
2024-11-09T21:43:36.991Z
Understood. Should I remove the SMP use cases from the documentation, or would you prefer I modify them to clarify that SMP is supported but just not required in this scenario?
Author: Joel Sherrill
2024-11-09T21:43:36.991Z
I think I would be prone to leave it alone and delete the sentence “This mode is suitable for …”
Author: Purva Yeshi
2024-11-09T21:43:36.991Z
Alright.
Author: Gedare Bloom
2024-11-09T21:43:15.059Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:43:30.070Z
This isn’t needed. It is generic across all BSPs. No need to repeat.
Author: Purva Yeshi
2024-11-09T21:43:30.070Z
Okay sure.
Author: Gedare Bloom
2024-11-09T21:43:16.028Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:43:24.573Z
I thought the exe file was an elf file. Please confirm whether this step is needed or not.
Author: Purva Yeshi
2024-11-09T21:43:24.573Z
Yes, that step is needed for HSS. HSS requires a .bin file, and there is a command in HSS that converts an .elf file into a .bin file using the hss-payload-generator. So, we need to convert the .exe file into an .elf file first.
Author: Gedare Bloom
2024-11-09T21:43:24.573Z
this is just copying it directly, might as well do
mv hello.exe hello.elf
Author: Gedare Bloom
2024-11-09T21:43:16.830Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:32:32.485Z
This ultimately needs to be an RSB generated executable package. Resolve this by filing an issue in the rtems-source-builder project and citing it in the reply. Make sure that issue says to update this text when the RSB supports HSS.
Author: Purva Yeshi
2024-11-09T21:32:32.485Z
I’ve created an issue on the RTEMS Source Builder project to request the addition of support for HSS payload generation. You can view the issue here
Author: Gedare Bloom
2024-11-09T21:43:17.484Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-11-09T21:44:17.698Z
Add introductory paragraph with something like the output should be similar to the following:”
Author: Purva Yeshi
2024-11-09T21:44:17.698Z
Got it, I’ll add an introductory paragraph to explain that the output should look similar to what follows.
Author: Chris Johns
2024-10-24T23:36:19.584Z
requested review from @joel
Author: Joel Sherrill
2024-10-25T14:00:35.178Z
@purva_yeshi Could you please address the comments against this merge request? It is close to being ready and we would like to include this in 6.1. Thanks.
Author: Gedare Bloom
2024-10-26T19:14:53.299Z
Author: Gedare Bloom
2024-11-09T21:44:22.837Z
This first requires
make
in that directory.
Author: Gedare Bloom
2024-11-09T21:44:27.972Z
This is with the Debug serial console. Note that the 6-pin connector is NOT compatible with 6-pin FTDI cables, it seems some of the
NC
are actually connected somewhere, and driving signals on them causes problems. Use a 3-pin/breakout of an FTDI with only GND, TX, and RX.
Author: Gedare Bloom
2024-11-09T21:43:19.599Z
changed this line in version 2 of the diff
Author: Gedare Bloom
2024-11-09T21:44:32.380Z
This will vary by host. Probably should refer to the BeagleV-Fire documentation. This is probably going to be
ttyUSB#
on Linux hosts.
Author: Gedare Bloom
2024-11-09T21:43:20.452Z
changed this line in version 2 of the diff
Author: Gedare Bloom
2024-11-09T21:44:38.398Z
Don’t write this. Provide instructions for how to figure out which device it is.
Author: Gedare Bloom
2024-11-09T21:43:21.524Z
changed this line in version 2 of the diff
Author: Chris Johns
2024-11-08T00:30:58.392Z
assigned to @gedare
Author: Gedare Bloom
2024-11-09T21:43:22.058Z
added 38 commits
6e1467d1…7701ba65 - 35 commits from branch
rtems/docs:main
f7e32458 - Add build process for BeagleV-Fire
5ea41a6f - riscv: update beaglevfire documentation
bc9870e7 - riscv: fix nesting levels for polarfire, kendryte, beaglevfire
Author: Gedare Bloom
2024-11-09T21:44:38.416Z
resolved all threads
Author: Gedare Bloom
2024-11-09T21:46:05.352Z
approved this merge request
64 - user: Update for zynqmp renaming¶
Id |
64 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-31T23:13:33.231Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-10-24T13:04:48.460Z |
Updated |
2024-10-31T23:13:34.581Z |
Milestone |
6.1 |
Labels |
arch:aarch64, arch:arm |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/64 |
Commit |
Summary¶
Author: Kinsey Moore
2024-10-24T13:04:48.985Z
assigned to @opticron
Author: Chris Johns
2024-10-31T23:03:08.224Z
approved this merge request
Author: Kinsey Moore
2024-10-31T23:06:46.705Z
added 37 commits
178d3cb4…a1ae88db - 36 commits from branch
rtems/docs:main
b03cb42e - user: Update for zynqmp renaming
Author: Kinsey Moore
2024-10-31T23:07:00.252Z
reset approvals from @chris by pushing to the branch
Author: Chris Johns
2024-10-31T23:13:28.533Z
approved this merge request
69 - versal: Update BSP names for changes in RTEMS¶
Id |
69 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-10-31T23:02:57.884Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-10-25T19:57:35.032Z |
Updated |
2024-10-31T23:02:59.066Z |
Milestone |
6.1 |
Labels |
arch:aarch64, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/69 |
Commit |
Summary¶
Author: Kinsey Moore
2024-10-25T19:57:35.448Z
assigned to @opticron
Author: Chris Johns
2024-10-31T23:01:45.200Z
approved this merge request
Author: Kinsey Moore
2024-10-31T23:02:16.636Z
added 5 commits
d8e799e5…bebbeae9 - 4 commits from branch
rtems/docs:main
a7ddb915 - versal: Update BSP names for changes in RTEMS
Author: Kinsey Moore
2024-10-31T23:02:49.439Z
added 2 commits
88817842 - 1 commit from branch
rtems/docs:main
a1ae88db - versal: Update BSP names for changes in RTEMS
70 - Add icons used for GitLab¶
Id |
70 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-10-31T23:02:31.360Z |
Assignee(s) |
Amar Takhar |
Created |
2024-10-27T20:41:00.027Z |
Updated |
2024-10-31T23:02:33.752Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/70 |
Commit |
Summary¶
Add icons used for GitLab
These will eventually be used elsewhere as well.
Author: Amar Takhar
2024-10-27T20:41:00.186Z
assigned to @amar
Author: Chris Johns
2024-10-31T23:00:33.415Z
approved this merge request
Author: Kinsey Moore
2024-10-31T23:02:08.416Z
added 5 commits
fce2fc70…bebbeae9 - 4 commits from branch
rtems/docs:main
88817842 - Add icons used for GitLab
73 - user/start: fix instructions for running rtems-test and use replaceables¶
Id |
73 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-29T23:32:16.097Z |
Created |
2024-10-29T23:14:45.545Z |
Updated |
2024-10-31T22:53:48.384Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/73 |
Commit |
Summary¶
Author: Gedare Bloom
2024-10-29T23:15:41.126Z
added 1 commit
81cdc84c - user/start: fix instructions for running rtems-test and use replaceables
Author: Chris Johns
2024-10-29T23:31:51.699Z
Why do you need to add the
--rtems-tools
path? Thertems-test
command should search under its install prefix and if built with all the tools it should be OK?
Author: Gedare Bloom
2024-10-29T23:25:38.304Z
changed this line in version 3 of the diff
Author: Gedare Bloom
2024-10-29T23:31:51.699Z
Yes, you’re right. I was running in a checked-out repo
./rtems-test
and that needs the path. I reverted this part.
Author: Chris Johns
2024-10-29T23:31:51.699Z
Yes you need the
--rtems-tools
option in that case but that is a developers option and not what the user normally sees.
Author: Gedare Bloom
2024-10-29T23:25:38.526Z
added 1 commit
bebbeae9 - user/start: use replaceables in bsp-test
Author: Chris Johns
2024-10-29T23:31:51.716Z
resolved all threads
Author: Chris Johns
2024-10-29T23:32:09.206Z
approved this merge request
Author: Amar Takhar
2024-10-31T22:53:48.200Z
mentioned in issue rtems/rtos/rtems#4695
72 - user: migrate content and remove installation section¶
Id |
72 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-10-29T22:44:12.369Z |
Created |
2024-10-29T22:37:07.135Z |
Updated |
2024-10-30T03:45:16.451Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/72 |
Commit |
Summary¶
The installation section is outdated and redundant with the quick start. Move some of the content to other places (mostly in the quick start) and delete the section.
Author: Amar Takhar
2024-10-29T22:44:07.812Z
Is this missing a closes/updates #43 in the commit message?
Author: Gedare Bloom
2024-10-29T22:44:07.812Z
added
Author: Amar Takhar
2024-10-29T22:44:07.812Z
Thanks!
Author: Gedare Bloom
2024-10-29T22:41:44.323Z
added 1 commit
4b0ed80e - user/installation: remove
Author: Amar Takhar
2024-10-29T22:43:53.675Z
approved this merge request
Author: Amar Takhar
2024-10-29T22:44:07.830Z
resolved all threads
Author: Amar Takhar
2024-10-30T03:45:16.261Z
mentioned in issue #42
68 - Use replaceables in shell examples.¶
Id |
68 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-10-25T12:38:32.386Z |
Assignee(s) |
Amar Takhar |
Reviewer(s) |
Chris Johns |
Created |
2024-10-25T07:10:58.130Z |
Updated |
2024-10-25T12:38:35.758Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/68 |
Commit |
Summary¶
Use replaceables in shell examples.
Closes rtems/rtos/rtems#4648
Author: Amar Takhar
2024-10-25T07:10:58.494Z
requested review from @chris
Author: Amar Takhar
2024-10-25T07:10:58.522Z
assigned to @amar
Author: Amar Takhar
2024-10-25T07:13:09.695Z
mentioned in issue #41
Author: Kinsey Moore
2024-10-25T12:38:11.624Z
approved this merge request
Author: Kinsey Moore
2024-10-25T12:38:18.602Z
added 3 commits
ea559f44…6b50a596 - 2 commits from branch
rtems/docs:main
a3cfaea2 - Use replaceables in shell examples.
67 - Migrate deprecating interfaces from wiki to user manual.¶
Id |
67 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-25T05:48:13.438Z |
Assignee(s) |
Amar Takhar |
Reviewer(s) |
Chris Johns |
Created |
2024-10-25T05:32:33.487Z |
Updated |
2024-10-25T05:48:17.511Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/67 |
Commit |
Summary¶
Migrate deprecating interfaces from wiki to user manual.
Closes #24
Author: Amar Takhar
2024-10-25T05:32:33.788Z
requested review from @chris
Author: Amar Takhar
2024-10-25T05:32:33.807Z
assigned to @amar
Author: Chris Johns
2024-10-25T05:47:39.723Z
approved this merge request
66 - Update from IRC to Discord¶
Id |
66 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-25T03:27:02.211Z |
Assignee(s) |
Amar Takhar |
Reviewer(s) |
Chris Johns |
Created |
2024-10-25T03:21:49.284Z |
Updated |
2024-10-25T03:27:05.685Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/66 |
Commit |
Summary¶
Update from IRC to Discord
Closes #39
Author: Amar Takhar
2024-10-25T03:24:37.746Z
requested review from @chris
Author: Amar Takhar
2024-10-25T03:24:38.996Z
assigned to @amar
Author: Chris Johns
2024-10-25T03:26:52.677Z
approved this merge request
61 - Add new logo SVGs¶
Id |
61 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-10-24T23:42:39.153Z |
Assignee(s) |
Amar Takhar |
Created |
2024-10-22T19:25:58.223Z |
Updated |
2024-10-24T23:42:42.198Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/61 |
Commit |
Summary¶
This also includes an SVG + script for the new favicon
Author: Amar Takhar
2024-10-22T19:25:58.459Z
assigned to @amar
Author: Amar Takhar
2024-10-23T01:17:36.309Z
added 1 commit
7499dcfc - Add new favicon SVG
Author: Amar Takhar
2024-10-23T01:21:08.394Z
added 2 commits
fad717b6 - Add new logo SVGs
943eaaa8 - Add new favicon SVG
Author: Amar Takhar
2024-10-23T01:21:27.732Z
changed title from Add {-missing reference to user doc-}s to Add {+new logo SVG+}s
Author: Amar Takhar
2024-10-23T01:21:27.757Z
changed the description
Author: Amar Takhar
2024-10-23T01:24:01.650Z
added 1 commit
4dd8f0c4 - Add new favicon SVG
Author: Christian Mauderer
2024-10-23T06:42:27.990Z
For the non inkscape versions: Would it make sense to convert the text to a path? Otherwise, the logo will only be displayed correctly if the font
Helvetica Black, Heavy
is installed. The German ubuntuusers wiki lists the Helvetica family as non-free font and therefore Ubuntu seems to not provide that font by default.
Author: Amar Takhar
2024-10-23T06:42:27.990Z
Good catch! It was supposed to be and it looks like I forgot to do that.
The font is historical which is why we stuck with it. I will fix this
Author: Amar Takhar
2024-10-23T06:42:27.990Z
This is done.
Author: Christian Mauderer
2024-10-23T06:43:34.439Z
Great. Thanks.
Author: Amar Takhar
2024-10-23T06:42:22.274Z
added 2 commits
d867426c - Add new logo SVGs
75bd2ac2 - Add new favicon SVG
Author: Amar Takhar
2024-10-23T06:42:28.017Z
resolved all threads
Author: Amar Takhar
2024-10-24T08:05:50.560Z
added 1 commit
65e25c5b - Add new favicon SVG.
Author: Amar Takhar
2024-10-24T23:42:01.302Z
FYI binaries will be coming with the new theme refresh.
Author: Kinsey Moore
2024-10-24T23:42:17.297Z
added 9 commits
65e25c5b…411d6b43 - 7 commits from branch
rtems/docs:main
226c1216 - Add new logo SVGs
2cafea3f - Add new favicon SVG.
Author: Kinsey Moore
2024-10-24T23:42:27.710Z
approved this merge request
52 - user: Document ZynqMP RPU BSP variants¶
Id |
52 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-24T23:35:43.842Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-10-07T01:50:06.050Z |
Updated |
2024-10-24T23:35:47.172Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/52 |
Commit |
Summary¶
Author: Sebastian Huber
2024-10-07T01:50:06.626Z
assigned to @sebhub
Author: Sebastian Huber
2024-10-07T01:50:16.890Z
restored source branch
document-arm-zynqmp-rpu-bsp
Author: Chris Johns
2024-10-07T06:32:39.329Z
Looks good. Would it be possible to include a small paragraph about the memory map and how the users create a suitable hole in the APU address map to accommodate the R5 cores?
Author: Kinsey Moore
2024-10-24T23:25:11.836Z
approved this merge request
Author: Kinsey Moore
2024-10-24T23:25:41.608Z
added 12 commits
a05b51ca…f2a2431c - 11 commits from branch
rtems/docs:main
deb79a2a - user: Document ZynqMP RPU BSP variants
Author: Chris Johns
2024-10-24T23:35:28.893Z
added 3 commits
deb79a2a…e44cb50d - 2 commits from branch
rtems/docs:main
411d6b43 - user: Document ZynqMP RPU BSP variants
59 - Add missing reference to user docs¶
Id |
59 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-10-24T23:27:54.872Z |
Assignee(s) |
Amar Takhar |
Created |
2024-10-22T18:56:32.887Z |
Updated |
2024-10-24T23:27:56.792Z |
Milestone |
6.1 |
Labels |
doc::sphinx |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/59 |
Commit |
Summary¶
Add missing reference to user docs
Also make it more clear where missing references need to be fixed.
Author: Amar Takhar
2024-10-22T18:56:33.132Z
assigned to @amar
Author: Kinsey Moore
2024-10-24T23:27:15.839Z
approved this merge request
Author: Kinsey Moore
2024-10-24T23:27:31.468Z
added 5 commits
432c8e73…f2a2431c - 4 commits from branch
rtems/docs:main
2858a72b - Add missing reference to user docs
60 - Update waf to 2.1.2 to match RTEMS¶
Id |
60 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-10-24T23:24:41.915Z |
Assignee(s) |
Amar Takhar |
Reviewer(s) |
Chris Johns |
Created |
2024-10-22T18:58:26.284Z |
Updated |
2024-10-24T23:24:43.893Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/60 |
Commit |
Summary¶
This also brings us to Python 3.
Author: Amar Takhar
2024-10-22T18:58:26.618Z
assigned to @amar
Author: Amar Takhar
2024-10-23T01:19:45.172Z
changed title from {-Add missing reference to user docs-} to {+Update waf to 2.1.2 to match RTEMS+}
Author: Amar Takhar
2024-10-23T01:19:45.217Z
changed the description
Author: Amar Takhar
2024-10-23T01:20:26.893Z
added 1 commit
a0e6f689 - Update waf to 2.1.2 to match RTEMS
Author: Chris Johns
2024-10-24T23:24:03.745Z
requested review from @chris
Author: Chris Johns
2024-10-24T23:24:10.662Z
added 4 commits
a0e6f689…459e9428 - 3 commits from branch
rtems/docs:main
f2a2431c - Update waf to 2.1.2 to match RTEMS
Author: Chris Johns
2024-10-24T23:24:34.773Z
approved this merge request
62 - eng: Update the release procedure¶
Id |
62 |
State |
merged |
Merged by |
Joel Sherrill |
Merged at |
2024-10-24T22:41:00.624Z |
Assignee(s) |
Chris Johns |
Reviewer(s) |
Amar Takhar, Gedare Bloom, Joel Sherrill |
Created |
2024-10-22T23:34:43.582Z |
Updated |
2024-10-24T22:41:03.485Z |
Milestone |
6.1 |
Labels |
doc::software-engineering |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/62 |
Commit |
Update the release procedure.
Updates rtems/rtos/rtems#5037
Author: Chris Johns
2024-10-22T23:34:43.837Z
assigned to @chris
Author: Amar Takhar
2024-10-22T23:51:22.472Z
requested review from @amar, @joel, and @gedare
Author: Amar Takhar
2024-10-22T23:59:42.569Z
Looks great to me. Just a note pushing to repositories is disabled and we can add tags / branches online which is restricted to the maintainer level and above. It’s great for now so we can preserve what needs to be done when CI is up and running there will be a lot more involvement in setting up tags and branches.
Author: Amar Takhar
2024-10-22T23:56:24.460Z
Also thanks for adding
-modified
that’s really handy to have.
Author: Joel Sherrill
2024-10-24T05:37:44.184Z
Spelling.
Author: Chris Johns
2024-10-24T05:42:55.103Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:37:25.208Z
Checksum – one word
Author: Chris Johns
2024-10-24T05:42:56.255Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:37:03.095Z
coverpage should be two words.
Author: Chris Johns
2024-10-24T05:42:57.620Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:35:25.974Z
means to rationale?
Author: Chris Johns
2024-10-24T05:35:25.974Z
Changed to:
The release numbering scheme changed with RTEMS 5. The project moved to two release numbers from the traditional three numbers. The major number was not being used and there was no easy clear process we could use to decide when to increment it. The major number role was deprecated and the numbers moved one to the left.
Author: Chris Johns
2024-10-24T05:43:00.149Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:32:05.862Z
can
Author: Chris Johns
2024-10-24T05:43:02.214Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:31:20.744Z
What is a “valid version controlled repository”?
Author: Chris Johns
2024-10-24T05:31:20.744Z
I valid version controlled repository is one where the commands and tools used to access a repository can access it and report its status. The language is attempting to be non-specific as well as handling implementation issues like a users
git
commands are stuffed and do not work. In that case the release label is the default (not-released
).
Author: Joel Sherrill
2024-10-24T05:27:04.219Z
This doesn’t account for vendor specific versioning past the RTEMS source baseline.
Author: Gedare Bloom
2024-10-24T05:27:04.219Z
I think it allows it, as I think the label may include further
.
within it?
Author: Chris Johns
2024-10-24T05:27:04.219Z
Yes a release label is a string and could be
joel-3.4.5.beta
creating a version string of6.1.0-joel-3.4.5.beta
and forrtems.git
it would be6.1.0.joel-3.4.5.beta
.
Author: Joel Sherrill
2024-10-24T05:25:00.504Z
required instead of require?
Author: Chris Johns
2024-10-24T05:43:11.422Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:24:33.469Z
deployment?
Author: Chris Johns
2024-10-24T05:43:13.253Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:24:03.002Z
or, ?
Author: Chris Johns
2024-10-24T05:43:14.862Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:13:52.679Z
functionally if spelled wrong but I think it should probably be functional.
Author: Chris Johns
2024-10-24T05:43:18.629Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-10-24T05:13:17.939Z
Is there a difference between index.txt and README.txt? The descriptions look quite similar.
Author: Chris Johns
2024-10-24T05:13:17.939Z
They are generated from a single markdown file. If you drop into the directory on ftp.rtems.org you get the web page and if you
wget
the release for an offline site you can see the same data as text.
Author: Joel Sherrill
2024-10-24T04:59:36.631Z
What about net services and lwip? Is this intended to be a complete list?
Update: Probably is a complete list. Just confused by diff. Mark resolved if the list is complete.
Author: Chris Johns
2024-10-24T05:24:27.614Z
The list is:
rtems.git
rtems-deployment.git
rtems-docs.git
rtems-examples.git
rtems-libbsd.git
rtems-lwip.git
rtems-net-legacy.git
rtems-net-services.git
rtems-release.git
rtems-source-builder.git
rtems-tools.git
rtems_waf.git
Author: Joel Sherrill
2024-10-24T04:56:52.855Z
The the
Author: Chris Johns
2024-10-24T04:56:52.855Z
English band from the ’80s?
Author: Joel Sherrill
2024-10-24T04:55:11.071Z
Are there specific permissions and owners on the files and directories that should be checked?
Author: Chris Johns
2024-10-24T04:55:11.071Z
Yes. There is a separation of the administrator related functions and the release process and the responsibilities of the release manager. The admin side is a work in progress and I can fill both roles but we need to move to a more formal approach.
The perms are set so only @amar and I myself have access. I have done this to minimize possible mistakes as
dispatch@
access lets the user see the ftp files and to enforce once a release is public no one can touch the released file tree.
Author: Joel Sherrill
2024-10-24T04:50:09.324Z
“an in” is missing a word.
Author: Joel Sherrill
2024-10-24T04:49:38.867Z
If you install, is this included? Something similar? Can you tell the version of an installed BSP build?
Author: Chris Johns
2024-10-24T04:49:38.867Z
Thanks, I have added some mode about this.
The version detail in the
VERISON
file is parsed and then embedded into the tool or package being built. Inrtems.git
it is a header file that is installed plus the version string is compiled into an object file. Thertems all
command prints all known version details. The tests also print this detail with each test so a capture of the test output lets you know the release the test output is from.In the RSB the
VERSION
data is added to the GCC version string and you can see that by invokinggcc
with the--version
option. For example:aarch64-rtems6-gcc (GCC) 13.3.0 20240521 (RTEMS 6, RSB 8fc070bc4a6b4382e4fefbe5872aebb009f976e9, Newlib 1b3dcfd)This procedure deals with releases where the git hash is replaced by the release string. A vendor making an RTEMS package for users is encouraged to embed something about themselves using the release label.
Author: Joel Sherrill
2024-10-23T17:48:04.041Z
Most of these are minor. Feel free to mark comments as resolved if the solution is obvious.
Author: Gedare Bloom
2024-10-24T04:39:32.140Z
typo: number
Author: Gedare Bloom
2024-10-24T04:38:56.370Z
This sentence seems wrong as the number should increment with each release made on that branch.
Author: Chris Johns
2024-10-24T04:38:56.370Z
I have updated the sentence so I hope it is better.
Author: Gedare Bloom
2024-10-24T04:36:49.798Z
s/need/needed
Author: Gedare Bloom
2024-10-24T04:33:27.022Z
This line implies that a
.
is not allowed within the release label.
Author: Chris Johns
2024-10-24T04:33:27.022Z
Yes it does. Thanks and fixed.
Author: Chris Johns
2024-10-24T05:37:44.228Z
resolved all threads
Author: Chris Johns
2024-10-24T05:43:56.355Z
added 3 commits
e6deaaed…41af37d1 - 2 commits from branch
rtems/docs:main
459e9428 - eng: Update the release procedure
Author: Joel Sherrill
2024-10-24T22:40:47.044Z
approved this merge request
56 - Update cpu_usage_statistics.rst: insert missing fullstop; delete remnants of a…¶
Id |
56 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-10-14T21:52:13.466Z |
Created |
2024-10-14T12:32:47.380Z |
Updated |
2024-10-14T21:52:24.668Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/56 |
Commit |
Summary¶
Update cpu_usage_statistics.rst: insert missing fullstop; delete remnants of a reformulated sentence.
Author: Amar Takhar
2024-10-14T21:52:04.401Z
approved this merge request
Author: Amar Takhar
2024-10-14T21:52:21.717Z
Good catch! Thank you for the submission!
11 - Resolve “Manuals refer to git.rtems.org”¶
Id |
11 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-05-18T04:03:52.155Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Chris Johns |
Created |
2024-05-16T19:12:25.274Z |
Updated |
2024-10-07T20:16:48.772Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/11 |
Commit |
Summary¶
Rewrites most of the links to point to gitlab. A few are still remaining that should be cleaned up later.
Closes #10
Author: Gedare Bloom
2024-05-16T19:12:25.396Z
requested review from @chris
Author: Gedare Bloom
2024-05-16T19:12:25.415Z
assigned to @gedare
Author: Gedare Bloom
2024-05-16T19:13:30.061Z
added 12 commits
07c13c07…9134a174 - 4 commits from branch
rtems/docs:main
401bec9e - user/start: fix git.rtems.org links
59bbe982 - user/installation/developer: fix links to git.rtems.org
0a79c27b - user/deployment/index.rst: fix links to git.rtems.org
2e25946d - user/bld/index.rst: fix links to git.rtems.org
9d303608 - user/tracing/tracelinker.rst: fix links to git.rtems.org
16f871b2 - eng/release-process.rst: fix links to git.rtems.org
61343276 - filesystem/trivial_ftp.rst: fix link to git.rtems.org
1c7ae3d9 - legacy-networking/quick_start.rst: fix link to git.rtems.org
Author: Gedare Bloom
2024-05-17T14:37:21.309Z
added 8 commits
37144d24 - user/start: fix git.rtems.org links
00a8abee - user/installation/developer: fix links to git.rtems.org
2af863fd - user/deployment/index.rst: fix links to git.rtems.org
3b90b657 - user/bld/index.rst: fix links to git.rtems.org
a6f9e3ea - user/tracing/tracelinker.rst: fix links to git.rtems.org
d627eab2 - eng/release-process.rst: fix links to git.rtems.org
b56b5d46 - filesystem/trivial_ftp.rst: fix link to git.rtems.org
fb68c842 - legacy-networking/quick_start.rst: fix link to git.rtems.org
Author: Gedare Bloom
2024-05-17T14:38:43.410Z
added 1 commit
91a4d7ad - user/glossary: fix link to yaffs2
Author: Amar Takhar
2024-05-18T04:02:37.496Z
added 11 commits
91a4d7ad…335051ef - 2 commits from branch
rtems/docs:main
ddff023c - user/start: fix git.rtems.org links
62216d82 - user/installation/developer: fix links to git.rtems.org
14772d08 - user/deployment/index.rst: fix links to git.rtems.org
3a61ecf1 - user/bld/index.rst: fix links to git.rtems.org
179390e3 - user/tracing/tracelinker.rst: fix links to git.rtems.org
86c21d47 - eng/release-process.rst: fix links to git.rtems.org
70516131 - filesystem/trivial_ftp.rst: fix link to git.rtems.org
1f4d3a24 - legacy-networking/quick_start.rst: fix link to git.rtems.org
62ef5d66 - user/glossary: fix link to yaffs2
Author: Amar Takhar
2024-05-18T04:03:43.938Z
approved this merge request
Author: Amar Takhar
2024-05-18T04:04:24.519Z
dammit this went in as a merge commit argh!
Author: Amar Takhar
2024-05-18T04:05:25.882Z
oh, no it didn’t, I was about to get really upset with myself.
Author: Gedare Bloom
2024-10-07T20:16:48.646Z
mentioned in issue #30
29 - user: Swap to https from ssh¶
Id |
29 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-07-08T16:00:22.217Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-07-08T15:56:46.442Z |
Updated |
2024-10-07T17:45:31.050Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/29 |
Commit |
Summary¶
user: Swap to https from ssh
Users running through the getting started process won’t be likely to have a GitLab account and so SSH access is out of reach for them. This changes all new-user-facing repository clones to HTTP to avoid issues in this process.
Author: Kinsey Moore
2024-07-08T15:56:46.594Z
assigned to @opticron
Author: Amar Takhar
2024-07-08T16:00:12.624Z
Adding @gedare so he is away it’s been changed.
Author: Amar Takhar
2024-07-08T16:00:15.596Z
approved this merge request
Author: Amar Takhar
2024-10-07T17:45:30.911Z
mentioned in issue #12
47 - posix-compliance: Update API tracking csv to account for lio_listio¶
Id |
47 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-09-18T16:47:46.321Z |
Assignee(s) |
Joel Sherrill |
Created |
2024-09-18T16:00:30.381Z |
Updated |
2024-09-18T16:47:48.943Z |
Milestone |
6.1 |
Labels |
api::posix, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/47 |
Commit |
Summary¶
posix-compliance: Update API tracking csv to account for lio_listio
It was previously marked as returning ENOSYS. Thanks to a successful GSoC project, it is now implemented.
Updates rtems/programs/gsoc#29
Author: Joel Sherrill
2024-09-18T16:00:30.633Z
assigned to @joel
Author: Amar Takhar
2024-09-18T16:47:23.023Z
approved this merge request
Author: Amar Takhar
2024-09-18T16:47:35.181Z
added 23 commits
7bbdbe01…5ed7ab3d - 22 commits from branch
rtems/docs:main
a76aab88 - posix-compliance: Update API tracking csv to account for lio_listio
30 - Simplify system termination procedure¶
Id |
30 |
State |
merged |
Merged by |
Sebastian Huber |
Merged at |
2024-08-24T08:43:46.831Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-07-17T17:05:33.307Z |
Updated |
2024-08-24T08:43:49.122Z |
Milestone |
6.1 |
Labels |
rtems::testing |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/30 |
Commit |
Summary¶
In the system termination procedure, everything after invoking the fatal extensions is essentially dead code. Simplify the procedure and provide a reasonable safe fall-back for badly configured applications. Just execute an idle loop with maskable interrupts disabled.
This removes the need for CPU ports to provide a fatal halt handler.
Update https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5067
Author: Sebastian Huber
2024-07-17T17:05:33.404Z
assigned to @sebhub
Author: Sebastian Huber
2024-07-17T17:06:52.757Z
marked this merge request as draft
Author: Sebastian Huber
2024-07-18T08:59:16.070Z
marked this merge request as ready
Author: Sebastian Huber
2024-07-18T08:59:16.092Z
changed the description
Author: Amar Takhar
2024-07-23T02:31:25.303Z
changed the description
Author: Kinsey Moore
2024-07-25T22:16:06.069Z
added 5 commits
9df51f3a…f1cd233f - 4 commits from branch
rtems/docs:main
46f4ca5b - Simplify system termination procedure
Author: Kinsey Moore
2024-08-14T20:55:11.644Z
“were” -> “are”
Author: Sebastian Huber
2024-08-14T20:55:11.644Z
Actually, right now in the code, the fatal extensions are invoked without explicitly disabling maskable interrupts. After a second look, I think this should be changed as well to:
void _Terminate( Internal_errors_Source the_source, Internal_errors_t the_error ) { ISR_Level level; _ISR_Local_disable( level ); (void) level; _User_extensions_Fatal( the_source, the_error ); /* * Everything after invoking the fatal extensions is essentially dead code. * At least one fatal extension of the initial extension sets should not * return and for example reset the system. See section "System Termination * Procedure" in the RTEMS Classic API Guide. * * The following code is only executed in badly configured applications. */ _CPU_Thread_Idle_body( 0 ); }
Author: Sebastian Huber
2024-08-08T02:06:41.781Z
changed this line in version 3 of the diff
Author: Kinsey Moore
2024-07-25T22:19:47.201Z
requested changes
Author: Sebastian Huber
2024-07-26T11:07:23.309Z
marked this merge request as draft
Author: Sebastian Huber
2024-08-08T02:06:41.974Z
added 6 commits
46f4ca5b…05f9a3d5 - 5 commits from branch
rtems/docs:main
6dd848a6 - Simplify system termination procedure
Author: Sebastian Huber
2024-08-08T02:21:46.682Z
marked this merge request as ready
Author: Sebastian Huber
2024-08-08T02:21:46.705Z
changed the description
Author: Gedare Bloom
2024-08-14T20:54:12.278Z
approved this merge request
Author: Gedare Bloom
2024-08-14T20:55:11.668Z
resolved all threads
Author: Sebastian Huber
2024-08-24T08:43:10.448Z
added 7 commits
6dd848a6…6dac3891 - 6 commits from branch
rtems/docs:main
b48c84bc - Simplify system termination procedure
9 - user: Add docu for use of Rust with RTEMS¶
Id |
9 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-05-23T23:19:55.260Z |
Assignee(s) |
Chris Johns |
Created |
2024-05-14T15:12:28.169Z |
Updated |
2024-08-19T08:55:18.213Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/9 |
Commit |
Summary¶
This merge request was originally a patch (v2) on the mailing list. The introductory text to the patch can be found here:
https://lists.rtems.org/pipermail/devel/2024-February/077260.html
The mailing list discussion to the patch can be found here:
https://lists.rtems.org/pipermail/devel/2024-February/077289.html
The current status is
On 3/19/24 03:24, Chris Johns wrote:
[...]
Sorry Frank, I have been busy with other changes. It is on my list but I have
will need to reread the thread when I have time.
Author: Amar Takhar
2024-05-18T04:01:42.586Z
assigned to @chris
Author: Chris Johns
2024-05-23T23:17:54.507Z
These links will not longer be there. The
rtems-bsps
command in a the RTEMS RTOS (rtems.git
) provides these lists.
Author: Frank Kuehndel
2024-05-23T23:17:54.507Z
Thanks for the hint. I remove the links and mention the rtems-bsps command instead.
Author: Frank Kuehndel
2024-05-23T11:38:04.545Z
changed this line in version 3 of the diff
Author: Chris Johns
2024-05-23T23:17:43.810Z
If you change
6
to@rtems-ver-major@
the version will be maintained for you.
Author: Frank Kuehndel
2024-05-23T23:17:43.810Z
I replace “6” everywhere where it is used as RTEMS version.
Is there a way to know in advance by which number
@rtems-ver-major@
will be replaced? I am running a script which parses the shell instructions out of the page sources for testing the instructions. The script needs to replace@rtems-ver-major@
. I currently hard coded “6” but the day will come when this is wrong.
Author: Frank Kuehndel
2024-05-23T11:38:05.446Z
changed this line in version 3 of the diff
Author: Chris Johns
2024-05-23T23:17:32.192Z
Maybe fixed up the
6
but the other values are ok. I suggest a comment that the tool versions may vary.
Author: Frank Kuehndel
2024-05-23T23:17:32.192Z
As written above, I replace all “6”. I also add a comment that the version numbers may to match the ones a reader may see.
Author: Frank Kuehndel
2024-05-23T11:38:06.030Z
changed this line in version 3 of the diff
Author: Chris Johns
2024-05-21T11:28:36.016Z
Thanks for post the MR. I have pointed out a few minor issues.
Author: Frank Kuehndel
2024-05-22T12:46:42.278Z
added 12 commits
b50d4200…62ef5d66 - 11 commits from branch
rtems/docs:main
308ae0d8 - Merge branch rtems-docs:main into fk-rust-02
Author: Frank Kuehndel
2024-05-23T11:38:06.251Z
added 1 commit
19c80796 - user: Update docu for use of Rust with RTEMS
Author: Frank Kuehndel
2024-08-12T18:29:19.296Z
@chris Many thanks for the review. I implemented your suggestions and I updated a few other parts. My latest changes are part of this merge request, now.
How to proceed? This merge request contains 3 patches, now. One of them is a true merge of 11 commits (i.e. not a singe line of commit histories but Gitlab produced a graph of parallel commits) made to rtems-docs while my first patch was on hold. Can this stay as it is or shall I open a new merge request which contains only a single patch and withdraw this merge request?
Author: Chris Johns
2024-08-12T18:29:19.296Z
@frank_k I had not notice this when I reviewed the comments and your changes. I now see there was a merge branch. How did you make the merge commit?
If you need to update you need to rebase your branch locally and force push and not add onto the branch.
Author: Frank Kuehndel
2024-08-12T18:29:19.296Z
I though Gitlab would take care of the workflow. What happens was that I first needed to update my branch of my personal fork of Gitlab “rtems-docs” to the latest state. All which Gitlab offered for this purpose was a “Merge” button. So I used that and pulled the result onto my laptop to fix the issues you had found.
Since I found this process not RTEMS-like, I wrote the comment above.
If I would had rebased my branch locally and forced push it onto Gitlab, would that not confuse Gitlab? Would Gitlab still be able to show your comments with the correct files and show the differences with the changes I had made in the mean time?
There seems to be no merge in current rtems-docs. Did you manually remove the merge and rebase the commits or did Gitlab that automatically?
Author: Chris Johns
2024-05-23T23:17:54.525Z
resolved all threads
Author: Chris Johns
2024-05-23T23:19:50.481Z
approved this merge request
Author: Frank Kuehndel
2024-08-12T18:30:29.247Z
From my point of view, this merge request is done and can be closed. The documentation is already merge into rtems-docs. Maybe @chris needs to resolve the open thread - or do I have to do that? Yet, beside of this its done.
By the way, I did set up a CI job which automatically carries out the instructions in the Rust-for-RTEMS doc on our servers and checks the results. It found the last incident last week where apparently a bug in Rust was introduced and removed in the meantime.
Author: Amar Takhar
2024-08-12T18:30:29.247Z
When it is merged it is considered complete. ‘closed’ is a state that happens when it does not get merged. I just resolved the open thread.
That is great about the CI we will have this setup eventually here. great to hear about others doing it!
Author: Amar Takhar
2024-08-12T18:29:19.318Z
resolved all threads
Author: Amar Takhar
2024-08-12T18:30:29.271Z
resolved all threads
Author: Frank Kuehndel
2024-08-19T08:55:17.334Z
mentioned in issue rtems/tools/rtems-source-builder#29
39 - Add Intel NIOS V BSP to RISC-V section of user’s manual¶
Id |
39 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-08-14T19:05:03.375Z |
Created |
2024-08-06T12:47:29.119Z |
Updated |
2024-08-14T19:05:03.357Z |
Milestone |
6.1 |
Labels |
arch:riscv |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/39 |
Commit |
Summary¶
Added a NIOS V section to the RTEMS User’s Manual under the RISC-V architecture.
Issue #5101
Author: Chris Johns
2024-08-07T02:59:26.930Z
marked this merge request as draft
Author: Chris Johns
2024-08-07T02:59:54.270Z
Please review the documentation standard here https://gitlab.rtems.org/rtems/docs/rtems-docs#documentation-standard and the line length. Thanks
Author: Kevin Kirspel
2024-08-07T13:30:47.159Z
added 1 commit
e42fbcd2 - Updated the file to be compliant with RTEMS Document standards (i.e line length)
Author: Joel Sherrill
2024-08-12T20:39:32.623Z
Capitalise Verilog
Author: Kevin Kirspel
2024-08-12T20:37:11.489Z
changed this line in version 3 of the diff
Author: Kevin Kirspel
2024-08-12T20:39:32.623Z
Capitalized Verilog in latest commit.
Author: Joel Sherrill
2024-08-12T21:26:15.098Z
Does this impact the multilib used?
On other architectures, this is detected via cpp predefines from GCC and on the RISC-V, it looks the same. Looking at riscv-context-switch.S, it appears that (__riscv_flen > 0) is used to enable the FP context switch.
Author: Kevin Kirspel
2024-08-12T21:26:15.098Z
Yes, the NIOS_IS_NIOSVG and NIOS_HAS_FP flags select what ABI is used in the YML files since the developer may choose a V/m, V/g. or V/g with FPU.
Author: Kevin Kirspel
2024-08-12T20:37:12.599Z
added 1 commit
f7be47ed - Changed verilog to Verilog
Author: Joel Sherrill
2024-08-12T21:26:15.118Z
resolved all threads
Author: Joel Sherrill
2024-08-12T21:26:22.774Z
approved this merge request
Author: Amar Takhar
2024-08-12T21:30:53.476Z
Hi @kirspelk this is still marked as draft is it ready? If so you can unmark it and merge it.
Author: Kevin Kirspel
2024-08-14T06:06:14.933Z
What’s the workflow for marking as draft and marking as ready. When I submitted the merge request initially, it was marked as ready. Chris changed it to draft after having given feedback for changes. I haven’t touched the ready status since.
Author: Amar Takhar
2024-08-14T06:06:14.933Z
Good catch I looked but now that you mention it I did see that he marked it as a draft @chris does this still need to be set to draft?
The workflow is typically the one who sets the draft removes it but not always sometimes it’s set to draft in the case where we want to make sure it’s not merged yet. We’re still sorting out documentation and a new feature is coming in GitLab 17.2 that will help with this immensely and make the use of draft not as necessary.
Author: Chris Johns
2024-08-14T06:06:14.933Z
No. I marked it draft to stop it bring approved and merged. If the questions are resolved it can be changed.
Author: Amar Takhar
2024-08-14T00:50:02.745Z
resolved all threads
Author: Amar Takhar
2024-08-14T06:06:14.954Z
resolved all threads
Author: Amar Takhar
2024-08-14T06:06:25.147Z
marked this merge request as ready
Author: Amar Takhar
2024-08-14T06:08:54.194Z
@kirspelk this MR needs to be rebased it can’t be done via the interface I’ll approve it once it’s done thanks.
Author: Kevin Kirspel
2024-08-14T14:15:26.931Z
added 3 commits
f7be47ed…6f47251e - 2 commits from branch
rtems/docs:main
3eb5f9c4 - Merge branch rtems-docs:main into main
Author: Kevin Kirspel
2024-08-14T14:24:16.658Z
It created an extra commit when I updated my fork. Will this be a problem?
Author: Joel Sherrill
2024-08-14T15:40:42.518Z
Can you rebase and get rid of that one? You probably will have to push force after that.
Author: Kevin Kirspel
2024-08-14T16:11:39.060Z
added 3 commits
f7be47ed…6f47251e - 2 commits from branch
rtems/docs:main
f9ac9738 - Merge branch ‘main’ of https://gitlab.rtems.org/rtems/docs/rtems-docs
Author: Kevin Kirspel
2024-08-14T16:19:10.847Z
added 5 commits
f7be47ed…6f47251e - 2 commits from branch
rtems/docs:main
d9d446c0 - Added Intel NIOS V BSP to RISC-V
00d5a3f5 - Updated the file to be compliant with RTEMS Document standards (i.e line length)
14a8d31e - Changed verilog to Verilog
Author: Kevin Kirspel
2024-08-14T19:04:43.111Z
OK, I figured it out. It’s properly rebased now. There is an ongoing conversation in the merge request for the RTEMS repo about the README.md documentation that is in the BSP directory. We may want to hold off on this merge until that discussion has been concluded because I may need to add documentation here.
Author: Amar Takhar
2024-08-14T19:04:43.111Z
That’s OK just create a new MR if that ends up happening.
Author: Amar Takhar
2024-08-14T19:04:43.135Z
resolved all threads
14 - Spelling corrections.¶
Id |
14 |
State |
merged |
Merged by |
Joel Sherrill |
Merged at |
2024-05-25T22:42:44.638Z |
Assignee(s) |
Amar Takhar |
Created |
2024-05-25T22:23:42.344Z |
Updated |
2024-08-10T00:40:56.970Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/14 |
Commit |
Summary¶
Author: Amar Takhar
2024-05-25T22:24:39.770Z
contains no changes?!
Author: Amar Takhar
2024-05-25T22:25:55.297Z
Ohh haha my change is on the wrong branch! That’s a first.
Author: Amar Takhar
2024-05-25T22:26:28.068Z
added 1 commit
5fe30b37 - Spelling corrections.
Author: Amar Takhar
2024-05-25T22:33:17.602Z
changed title from Spelling to Spelling{+ corrections.+}
Author: Joel Sherrill
2024-05-25T22:42:39.522Z
approved this merge request
Author: Amar Takhar
2024-05-25T22:58:28.227Z
assigned to @amar
20 - eng: Document assert-in-set action¶
Id |
20 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-06-18T15:44:49.495Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-06-17T09:16:20.909Z |
Updated |
2024-08-10T00:40:44.548Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/20 |
Commit |
Summary¶
Author: Sebastian Huber
2024-06-17T09:16:21.005Z
assigned to @sebhub
Author: Gedare Bloom
2024-06-18T06:36:35.425Z
“is in the”?
Author: Sebastian Huber
2024-06-18T05:53:46.146Z
changed this line in version 2 of the diff
Author: Sebastian Huber
2024-06-18T06:36:35.425Z
Thanks, I fixed this.
Author: Sebastian Huber
2024-06-18T05:53:46.297Z
added 5 commits
82557a6e…05d72243 - 4 commits from branch
rtems/docs:main
e7f358f7 - eng: Document assert-in-set action
Author: Sebastian Huber
2024-06-18T06:36:35.445Z
resolved all threads
Author: Gedare Bloom
2024-06-18T15:44:39.629Z
approved this merge request
21 - c-user: Document typedef parameters¶
Id |
21 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-06-17T20:25:48.985Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-06-17T09:16:55.630Z |
Updated |
2024-08-10T00:40:44.413Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/21 |
Commit |
Summary¶
Author: Sebastian Huber
2024-06-17T09:16:55.702Z
assigned to @sebhub
Author: Gedare Bloom
2024-06-17T20:21:45.235Z
approved this merge request
Author: Gedare Bloom
2024-06-18T06:38:21.351Z
It looks like some of these changes still need to be regenerated into
cpukit/include/rtems/extension.h
?
Author: Sebastian Huber
2024-06-18T06:38:21.320Z
The Doxygen generator already produced documentation for the parameters.
17 - Fix rtems version¶
Id |
17 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-06-17T20:27:03.746Z |
Created |
2024-06-13T06:45:03.389Z |
Updated |
2024-08-10T00:40:44.208Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/17 |
Commit |
Summary¶
Fix RTEMS version in the RSB BSP Build section
Author: Kinsey Moore
2024-06-17T20:26:41.179Z
added 2 commits
000d760e - 1 commit from branch
rtems/docs:main
ae3d5cfc - Fix rtems version
Author: Kinsey Moore
2024-06-17T20:26:54.219Z
approved this merge request
24 - c-user: Document INTERNAL_ERROR_CANNOT_DISABLE_DATA_CACHE¶
Id |
24 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-06-25T04:11:41.539Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-06-21T08:58:05.340Z |
Updated |
2024-08-10T00:40:29.551Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/24 |
Commit |
Summary¶
Author: Sebastian Huber
2024-06-21T08:58:05.745Z
assigned to @sebhub
Author: Sebastian Huber
2024-06-21T09:06:44.483Z
added 1 commit
4ca3be89 - c-user: Document INTERNAL_ERROR_CANNOT_DISABLE_DATA_CACHE
Author: Gedare Bloom
2024-06-22T23:00:43.027Z
added 1 commit
7380f910 - c-user: fix typo in directives.rst
Author: Gedare Bloom
2024-06-24T16:40:20.987Z
approved this merge request
Author: Amar Takhar
2024-06-25T04:11:30.580Z
added 7 commits
7380f910…6ef24ab6 - 5 commits from branch
rtems/docs:main
ec0fee08 - c-user: Document INTERNAL_ERROR_CANNOT_DISABLE_DATA_CACHE
9cc4ac74 - c-user: fix typo in directives.rst
22 - c-user: Mention RTEMS_INTERRUPT_LOCK_NEEDS_OBJECT¶
Id |
22 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-06-21T16:37:33.917Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-06-21T06:13:12.584Z |
Updated |
2024-08-10T00:40:29.448Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/22 |
Commit |
Summary¶
Author: Sebastian Huber
2024-06-21T06:13:12.673Z
assigned to @sebhub
Author: Kinsey Moore
2024-06-21T16:37:25.951Z
“usused” and “needded” need to be fixed.
Author: Sebastian Huber
2024-06-21T16:33:56.994Z
changed this line in version 2 of the diff
Author: Kinsey Moore
2024-06-21T14:35:27.695Z
requested changes
Author: Kinsey Moore
2024-06-21T14:46:29.118Z
approved this merge request
Author: Kinsey Moore
2024-06-21T14:46:32.064Z
unapproved this merge request
Author: Sebastian Huber
2024-06-21T16:33:57.168Z
added 1 commit
a9519ba9 - c-user: Mention RTEMS_INTERRUPT_LOCK_NEEDS_OBJECT
Author: Kinsey Moore
2024-06-21T16:37:25.969Z
resolved all threads
Author: Kinsey Moore
2024-06-21T16:37:31.028Z
approved this merge request
23 - c-user: Clarify system termination procedure¶
Id |
23 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-06-22T22:56:46.468Z |
Assignee(s) |
Sebastian Huber |
Created |
2024-06-21T08:07:35.496Z |
Updated |
2024-08-10T00:40:29.332Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/23 |
Commit |
Summary¶
Author: Sebastian Huber
2024-06-21T08:07:37.408Z
assigned to @sebhub
Author: Sebastian Huber
2024-06-21T08:08:56.851Z
mentioned in merge request rtems/rtos/rtems!28
Author: Gedare Bloom
2024-06-22T22:55:30.576Z
added 1 commit
8e86c248 - c-user: fix typos in background.rst
Author: Gedare Bloom
2024-06-22T22:56:01.510Z
approved this merge request
Author: Gedare Bloom
2024-06-22T22:56:07.242Z
added 3 commits
a9519ba9 - 1 commit from branch
rtems/docs:main
3372985e - c-user: Clarify system termination procedure
bd2c53ac - c-user: fix typos in background.rst
18 - raspberrypi4.rst: Documation for the gpio driver¶
Id |
18 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-06-22T22:58:52.396Z |
Created |
2024-06-13T06:55:51.613Z |
Updated |
2024-08-10T00:40:29.211Z |
Milestone |
6.1 |
Labels |
arch:arm, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/18 |
Commit |
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/59#note_107057
Author: Ning Yang
2024-06-13T06:56:02.645Z
mentioned in merge request rtems/rtos/rtems!59
Author: Ning Yang
2024-06-14T11:13:18.741Z
Author: Gedare Bloom
2024-06-21T08:40:55.186Z
This needs updating for API-level name changes.
Author: Ning Yang
2024-06-21T08:40:55.186Z
Done.
Author: Ning Yang
2024-06-21T08:38:11.661Z
added 1 commit
8c2c4334 - raspberrypi4.rst: Documation for the gpio driver
Author: Ning Yang
2024-06-21T08:40:55.203Z
resolved all threads
Author: Gedare Bloom
2024-06-22T22:58:28.234Z
approved this merge request
Author: Gedare Bloom
2024-06-22T22:58:35.889Z
added 9 commits
8c2c4334…bd2c53ac - 8 commits from branch
rtems/docs:main
7baf1801 - raspberrypi4.rst: Documation for the gpio driver
25 - user/raspberrypi: Update copyright and stale info¶
Id |
25 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-06-24T16:44:35.543Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-06-24T13:08:31.099Z |
Updated |
2024-08-10T00:40:29.025Z |
Milestone |
6.1 |
Labels |
arch:arm, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/25 |
Commit |
Summary¶
Author: Kinsey Moore
2024-06-24T13:08:31.269Z
assigned to @opticron
Author: Gedare Bloom
2024-06-24T16:44:27.246Z
approved this merge request
28 - c-user: Document timeout/try_wait function for counting semaphore¶
Id |
28 |
State |
merged |
Merged by |
Sebastian Huber |
Merged at |
2024-07-04T05:33:28.635Z |
Created |
2024-07-02T08:56:58.742Z |
Updated |
2024-08-10T00:40:19.093Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/28 |
Commit |
Summary¶
Document timeout/try_wait function for self-contained object counting semaphore.
Related to https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5055
Author: Sebastian Huber
2024-07-02T18:47:25.116Z
approved this merge request
Author: xiaojun zheng
2024-07-03T00:39:27.879Z
changed the description
Author: Sebastian Huber
2024-07-04T05:32:57.788Z
added 2 commits
427902a9 - 1 commit from branch
rtems/docs:main
cc7fd6ea - c-user: Document timeout/try_wait function for counting semaphore
26 - posix-users/input_and_output.rst: Update AIO Documentation¶
Id |
26 |
State |
merged |
Merged by |
Joel Sherrill |
Merged at |
2024-07-02T20:03:50.304Z |
Created |
2024-06-27T19:13:04.090Z |
Updated |
2024-08-10T00:40:18.908Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/26 |
Commit |
Summary¶
posix-users/input_and_output.rst: Update AIO Documentation
Updated the POSIX API guide related to asynchronous input and output. These changes follow recent corrections made to the implementation, see: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5039
Author: Joel Sherrill
2024-07-02T19:36:09.927Z
Look at clock.rst to see how returning -1 and setting errno is done. I think the main thing you missed is the markup on errno itself.
clock.rst:On error, this routine returns -1 and sets ````errno``
to one of the following:``
Author: Joel Sherrill
2024-07-02T19:37:11.978Z
Add a blank line above.
Author: Alessandro Nardin
2024-07-02T16:18:01.100Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-07-02T19:34:44.588Z
In the background hints at the thread(s) servicing requests. Are they mentioned anywhere?
Author: Joel Sherrill
2024-07-02T19:36:21.699Z
Same errno comment.
Author: Alessandro Nardin
2024-07-02T16:18:01.602Z
changed this line in version 2 of the diff
Author: Joel Sherrill
2024-07-02T19:37:00.437Z
Same comments as above. A section on the configuration of the thread is needed. I don’t remember what the user can specify.
Author: Alessandro Nardin
2024-07-02T19:37:00.437Z
For thread configuration, are you referring to AIO_MAX_THREADS and AIO_MAX_QUEUE_SIZE ?
Author: Joel Sherrill
2024-07-02T19:37:00.437Z
Yes. Are they hard-coded or configurable?
May want a ticket to make them configurable and then close this.
Resolved by making another ticket. The limit is not currently configurable.
Author: Joel Sherrill
2024-06-28T16:32:26.868Z
Generally it was the same comments repeated for each method. Just sweep the file with my suggestions.
Author: Alessandro Nardin
2024-07-02T16:18:02.125Z
added 2 commits
7b3db9d6 - 1 commit from branch
rtems/docs:main
427902a9 - posix-users/input_and_output.rst: Update AIO Documentation
Author: Joel Sherrill
2024-07-02T19:37:11.996Z
resolved all threads
Author: Joel Sherrill
2024-07-02T19:37:23.833Z
approved this merge request
Author: Alessandro Nardin
2024-07-02T19:56:11.541Z
marked this merge request as ready
31 - posix-user: Add getrusage¶
Id |
31 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-07-18T05:31:00.028Z |
Assignee(s) |
Chris Johns |
Created |
2024-07-18T04:57:17.864Z |
Updated |
2024-08-10T00:40:05.679Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/31 |
Commit |
This MR add POSIX User documentation for getrusage
. See rtems/rtos/rtems!116 and rtems/rtos/rtems#5062.
Author: Chris Johns
2024-07-18T04:57:18.065Z
assigned to @chris
Author: Amar Takhar
2024-07-18T05:29:52.409Z
execution
Author: Chris Johns
2024-07-18T05:29:42.083Z
changed this line in version 2 of the diff
Author: Chris Johns
2024-07-18T05:29:52.409Z
Fixed. Thanks.
Author: Chris Johns
2024-07-18T05:29:42.290Z
added 1 commit
adc039aa - posix-user: Add getrusage
Author: Chris Johns
2024-07-18T05:29:52.433Z
resolved all threads
Author: Amar Takhar
2024-07-18T05:30:55.338Z
approved this merge request
40 - Minor cleanup¶
Id |
40 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-08-09T21:57:54.584Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-08-09T21:27:26.549Z |
Updated |
2024-08-10T00:39:50.344Z |
Milestone |
6.1 |
Labels |
arch:aarch64 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/40 |
Commit |
Summary¶
Correct spelling and a page title.
Author: Kinsey Moore
2024-08-09T21:27:26.696Z
assigned to @opticron
Author: Amar Takhar
2024-08-09T21:57:49.870Z
approved this merge request
38 - Remove old references to devel.rtems.org¶
Id |
38 |
State |
merged |
Merged by |
Joel Sherrill |
Merged at |
2024-07-28T12:11:21.549Z |
Created |
2024-07-27T00:06:58.274Z |
Updated |
2024-07-28T12:11:23.111Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/38 |
Commit |
Summary¶
Remove old references to devel.rtems.org
Some were deleted as the content was imported.
Other references were updated.
There is content that still needs to be imported and I have opened issues to handle this:
Author: Amar Takhar
2024-07-27T00:09:45.786Z
added 1 commit
05f9a3d5 - Remove old references to devel.rtems.org
Author: Amar Takhar
2024-07-27T00:10:32.967Z
changed the description
Author: Joel Sherrill
2024-07-28T12:10:15.376Z
Deleting this would lose the idea that something needs to be done. I think this info is in the software engineering guide so reference it instead.
Author: Amar Takhar
2024-07-28T12:10:15.376Z
I removed it because the content was imported it wasn’t? I’ll check again thanks
Author: Amar Takhar
2024-07-28T12:10:15.376Z
Yes the content of that file is from the wiki .. not sure what you’re asking here? Someone has already done the transition but forgot to remove the comment. Am I missing something?
Author: Joel Sherrill
2024-07-28T04:48:38.342Z
Turn reviewing this into an issue and assign it to me. I think this is at least an unfair or out of date statement
Author: Amar Takhar
2024-07-28T04:48:38.590Z
created #27 to continue this discussion
Author: Joel Sherrill
2024-07-28T04:15:16.390Z
requested changes
Author: Amar Takhar
2024-07-28T04:48:38.597Z
mentioned in issue #27
Author: Joel Sherrill
2024-07-28T12:10:15.396Z
resolved all threads
Author: Joel Sherrill
2024-07-28T12:11:17.126Z
approved this merge request
37 - Update old git.rtems.org links to GitLab¶
Id |
37 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-26T19:36:09.219Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-26T19:23:08.843Z |
Updated |
2024-07-26T19:48:05.328Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/37 |
Commit |
Summary¶
Update old git.rtems.org links to GitLab
Some console output I updated to to just be gitlab.rtems.org. I doubt anyone would notice but any references to git.rtems.org aren’t good.
Author: Amar Takhar
2024-07-26T19:23:08.998Z
assigned to @amar
Author: Amar Takhar
2024-07-26T19:23:32.600Z
Note this MR has a dependency.
Author: Kinsey Moore
2024-07-26T19:32:53.055Z
added 4 commits
2cc38939…03a27eed - 3 commits from branch
rtems/docs:main
dd440be7 - Update old git.rtems.org links to GitLab
Author: Kinsey Moore
2024-07-26T19:35:59.169Z
approved this merge request
Author: Joel Sherrill
2024-07-26T19:48:05.977Z
The site review.rtems.org does not exist. I don’t know why this was ever here. Can it be deleted in this pass?
Author: Amar Takhar
2024-07-26T19:48:05.977Z
It’s not used anywhere it’ll be killed eventually not working on content with these changes.
Author: Joel Sherrill
2024-07-26T19:47:22.637Z
Does this need to point somewhere else?
Author: Amar Takhar
2024-07-26T19:47:22.637Z
Not working on fixing content these are something Gedare is working on.
Author: Joel Sherrill
2024-07-26T19:47:18.719Z
Both of these are deadends also
Author: Amar Takhar
2024-07-26T19:47:18.719Z
Not working on fixing content these are something Gedare is working on.
Author: Joel Sherrill
2024-07-26T19:46:57.366Z
This probably should be closed with an issue to update this to use gitlab processes.
Author: Amar Takhar
2024-07-26T19:46:57.366Z
That is under @gedare I’m not updating any of these docs.
Author: Joel Sherrill
2024-07-26T19:37:22.387Z
Feel free to resolve with an issue as appropriate. Gedare was supposed to be addressing development process documentation changes so assign to him where applicable.
Author: Amar Takhar
2024-07-26T19:48:05.999Z
resolved all threads
36 - Update source browser URLs to GitLab¶
Id |
36 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-26T19:32:39.307Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-26T18:43:28.925Z |
Updated |
2024-07-26T19:32:40.966Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/36 |
Commit |
Summary¶
Author: Amar Takhar
2024-07-26T18:43:29.078Z
assigned to @amar
Author: Kinsey Moore
2024-07-26T19:32:26.986Z
added 3 commits
5512eb3f…3ce7a357 - 2 commits from branch
rtems/docs:main
03a27eed - Update source browser URLs to GitLab
Author: Kinsey Moore
2024-07-26T19:32:33.770Z
approved this merge request
35 - Point to new LICENSE.md¶
Id |
35 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-26T19:29:41.129Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-26T18:24:35.245Z |
Updated |
2024-07-26T19:29:42.403Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/35 |
Commit |
Summary¶
Point to new LICENSE.md
I didn’t link directly to the licenses as we’ll be moving the file around and there is a TOC. The less anchors the better any explanations should happen in the LICENSE.md file.
Author: Amar Takhar
2024-07-26T18:24:35.389Z
assigned to @amar
Author: Kinsey Moore
2024-07-26T19:29:12.626Z
approved this merge request
Author: Kinsey Moore
2024-07-26T19:29:26.819Z
added 2 commits
39ef1665 - 1 commit from branch
rtems/docs:main
3ce7a357 - Point to new LICENSE.md
34 - Remove mention of MAINTAINERS file¶
Id |
34 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-26T19:28:55.463Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-26T18:19:28.921Z |
Updated |
2024-07-26T19:28:57.631Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/34 |
Commit |
Summary¶
Remove mention of MAINTAINERS file
See rtems/rtos/rtems!131
Author: Amar Takhar
2024-07-26T18:19:29.114Z
assigned to @amar
Author: Kinsey Moore
2024-07-26T19:28:52.426Z
approved this merge request
33 - Convert LICENSE file to MarkDown¶
Id |
33 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-07-25T22:15:53.833Z |
Assignee(s) |
Amar Takhar |
Created |
2024-07-20T04:56:24.384Z |
Updated |
2024-07-25T22:15:55.937Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/33 |
Commit |
Summary¶
Author: Amar Takhar
2024-07-20T04:56:24.937Z
assigned to @amar
Author: Joel Sherrill
2024-07-24T18:14:47.084Z
This is probably “resolve by filing issue”. Do we want the headings to be the real name of the license? Include an SPDX tag in the section? The anchor could be the SPDX name.
Author: Amar Takhar
2024-07-24T18:15:38.857Z
When I convert documentation I don’t make changes to the documentation at the same time. That way you can track old to new. If we want to change contents we should do that after it’s been converted. I do make some changes when the old content is really bad but titles I keep the same so the old ‘License 2’ can be tracked to its new place and then we can change it.
Author: Amar Takhar
2024-07-24T18:14:47.110Z
resolved all threads
Author: Kinsey Moore
2024-07-25T22:15:50.163Z
approved this merge request
32 - user/stm32h7: Separate comment block¶
Id |
32 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-07-18T20:52:25.517Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-07-18T18:14:35.327Z |
Updated |
2024-07-18T20:52:27.021Z |
Milestone |
6.1 |
Labels |
arch:arm, doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/32 |
Commit |
Summary¶
user/stm32h7: Separate comment block
The comment blocks at the end of the console section are being rendered since they are not appropriately separated from the text block. This change prevents them from rendering as was intended.
Author: Kinsey Moore
2024-07-18T18:14:35.501Z
assigned to @opticron
Author: Gedare Bloom
2024-07-18T20:52:19.212Z
approved this merge request
27 - posix-compliance: Update tracking CSV for published POSIX-2024 (Issue 8)¶
Id |
27 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-07-02T01:49:15.101Z |
Assignee(s) |
Joel Sherrill |
Reviewer(s) |
Gedare Bloom |
Created |
2024-07-01T18:45:02.291Z |
Updated |
2024-07-02T01:49:17.326Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/27 |
Commit |
Summary¶
POSIX-2024 (Issue 8) was recently published. The information in that column was double-checked versus the published edition.
RTEMS support for new Issue 8 functions was checked.
standards.rst was updated to mention Issue 8 and use the word function not method.
Author: Joel Sherrill
2024-07-01T18:45:02.420Z
requested review from @gedare
Author: Joel Sherrill
2024-07-01T18:45:03.378Z
assigned to @joel
Author: Amar Takhar
2024-07-01T18:49:53.556Z
added 13 commits
bce15fb7…9cc4ac74 - 12 commits from branch
rtems/docs:main
9063fb34 - posix-compliance: Update API spreadsheet
Author: Joel Sherrill
2024-07-01T19:51:39.438Z
added 1 commit
7b3db9d6 - posix-compliance: Update API spreadsheet
Author: Chris Johns
2024-07-02T01:49:09.742Z
approved this merge request
19 - posix-compliance: Update tracking CSV and standards descriptions¶
Id |
19 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2024-06-18T01:46:14.674Z |
Assignee(s) |
Joel Sherrill |
Reviewer(s) |
Chris Johns, Gedare Bloom |
Created |
2024-06-14T17:13:56.561Z |
Updated |
2024-06-18T01:46:17.604Z |
Milestone |
6.1 |
Labels |
posix::compliance |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/19 |
Commit |
Summary¶
posix-compliance: Update tracking CSV and standards descriptions
Adds C17, FACE Technical Standard, Edition 3.2 and includes various updates to RTEMS support.
Closes #14
Author: Joel Sherrill
2024-06-14T17:13:56.688Z
requested review from @chris and @gedare
Author: Joel Sherrill
2024-06-14T17:13:56.703Z
assigned to @joel
Author: Gedare Bloom
2024-06-17T20:39:21.390Z
added 1 commit
2dde95b6 - standards.rst: fix typo
Author: Gedare Bloom
2024-06-17T20:39:50.760Z
approved this merge request
Author: Gedare Bloom
2024-06-17T20:40:16.598Z
added 4 commits
2dde95b6…ae3d5cfc - 2 commits from branch
rtems/docs:main
6a2d014e - posix-compliance: Update tracking CSV and standards descriptions
05d72243 - standards.rst: fix typo
16 - user/testing: Update documentation for RTEMS 6¶
Id |
16 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-06-08T00:52:21.571Z |
Assignee(s) |
Kinsey Moore |
Created |
2024-06-07T02:57:02.486Z |
Updated |
2024-06-08T00:52:22.670Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/16 |
Commit |
Summary¶
Updates https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/4960
Author: Kinsey Moore
2024-06-07T02:57:02.645Z
assigned to @opticron
Author: Kinsey Moore
2024-06-07T02:57:22.969Z
added 6 commits
d740bc4a…d196c8bc - 5 commits from branch
rtems/docs:main
989e939d - user/testing: Update documentation for RTEMS 6
Author: Gedare Bloom
2024-06-07T22:20:32.362Z
approved this merge request
8 - c-user: Document get/set interrupt priority¶
Id |
8 |
State |
merged |
Merged by |
Chris Johns |
Merged at |
2024-05-28T21:20:40.931Z |
Created |
2024-05-02T14:02:35.000Z |
Updated |
2024-05-28T21:20:42.483Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/8 |
Commit |
Summary¶
Update #5002.
Author: Sebastian Huber
2024-05-08T07:43:12.856Z
added 1 commit
a72be6ec - c-user: Document get/set interrupt priority
Author: Chris Johns
2024-05-25T08:50:05.113Z
Is this the state for not supported by the processor? This is not mentioned and I think it is important to mention.
Author: Sebastian Huber
2024-05-25T08:50:05.113Z
This text is basically the same for all interrupt vector related functions. If it is not clear, then we should find a better standard text for this error.
Author: Chris Johns
2024-05-25T08:50:05.113Z
I am not sure how that relates? Are you saying all interrupts calls a required to return a specific error code for the exact same reasons?
Author: Sebastian Huber
2024-05-25T08:50:05.113Z
Yes, for the RTEMS_INVALID_ID, there is a common text:
grep -rn RTEMS_INVALID_ID c-user/interrupt/ -A 2 c-user/interrupt/directives.rst:1230::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1231- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1232- ``vector``. -- c-user/interrupt/directives.rst:1319::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1320- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1321- ``vector``. -- c-user/interrupt/directives.rst:1440::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1441- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1442- ``vector``. -- c-user/interrupt/directives.rst:1527::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1528- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1529- ``vector``. -- c-user/interrupt/directives.rst:1601::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1602- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1603- ``vector``. -- c-user/interrupt/directives.rst:1661::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1662- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1663- ``vector``. -- c-user/interrupt/directives.rst:1723::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1724- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1725- ``vector``. -- c-user/interrupt/directives.rst:1802::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1803- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1804- ``vector``. -- c-user/interrupt/directives.rst:1859::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1860- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1861- ``vector``. -- c-user/interrupt/directives.rst:1921::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1922- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1923- ``vector``. -- c-user/interrupt/directives.rst:1984::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-1985- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-1986- ``vector``. -- c-user/interrupt/directives.rst:2058::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2059- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2060- ``vector``. -- c-user/interrupt/directives.rst:2128::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2129- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2130- ``vector``. -- c-user/interrupt/directives.rst:2206::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2207- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2208- ``vector``. -- c-user/interrupt/directives.rst:2276::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2277- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2278- ``vector``. -- c-user/interrupt/directives.rst:2522::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2523- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2524- ``server_index``. -- c-user/interrupt/directives.rst:2533::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2534- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2535- ``vector``. -- c-user/interrupt/directives.rst:2620::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2621- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2622- ``server_index``. -- c-user/interrupt/directives.rst:2624::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2625- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2626- ``vector``. -- c-user/interrupt/directives.rst:2700::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2701- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2702- ``server_index``. -- c-user/interrupt/directives.rst:2764::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2765- There was no interrupt server associated with the server index specified by c-user/interrupt/directives.rst-2766- ``server_index``. -- c-user/interrupt/directives.rst:2822::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2823- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2824- ``server_index``. -- c-user/interrupt/directives.rst:2876::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2877- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2878- ``server_index``. -- c-user/interrupt/directives.rst:2944::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2945- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2946- ``source_server_index``. -- c-user/interrupt/directives.rst:2948::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2949- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-2950- ``destination_server_index``. -- c-user/interrupt/directives.rst:2952::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-2953- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-2954- ``vector``. -- c-user/interrupt/directives.rst:3022::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-3023- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-3024- ``server_index``. -- c-user/interrupt/directives.rst:3026::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-3027- There was no interrupt vector associated with the number specified by c-user/interrupt/directives.rst-3028- ``vector``. -- c-user/interrupt/directives.rst:3087::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-3088- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-3089- ``server_index``. -- c-user/interrupt/directives.rst:3354::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-3355- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-3356- ``server_index``. -- c-user/interrupt/directives.rst:3438::c:macro:`RTEMS_INVALID_ID` c-user/interrupt/directives.rst-3439- There was no interrupt server associated with the index specified by c-user/interrupt/directives.rst-3440- ``server_index``.
Author: Chris Johns
2024-05-25T08:50:05.113Z
All I am asking is there is a reminder to the user to check the BSP specifics to find out if the feature is supported. With out this a new user or a user that does not know the BSP or RTEMS may assume what they are doing is the reason.
Author: Chris Johns
2024-05-25T08:49:59.854Z
But they can use the attach calls or should they be naked?
Author: Sebastian Huber
2024-05-25T08:49:59.854Z
If this works or not depends on the architecture and chip.
Author: Chris Johns
2024-05-25T08:49:59.854Z
Then I suggest this be explained.
Author: Sebastian Huber
2024-05-24T08:47:15.779Z
changed this line in version 3 of the diff
Author: Chris Johns
2024-05-21T11:36:06.524Z
This is fine but I think the same issue as the code is the state when there is a lack of support. It could be confusing to a new user if the call fails and the BSP is missing the support.
Author: Sebastian Huber
2024-05-21T12:58:50.223Z
I would say that changing the interrupt priorities is something for experts. You have to know the constraints of the interrupt controller to work with them. The BSP documentation should address the implementation status.
Author: Sebastian Huber
2024-05-24T08:47:15.966Z
added 16 commits
a72be6ec…b0e04597 - 15 commits from branch
rtems/docs:main
fda289c6 - c-user: Document get/set interrupt priority
Author: Sebastian Huber
2024-05-25T08:50:17.816Z
I updated the documentation do address the review comments.
Author: Chris Johns
2024-05-25T08:50:17.816Z
Looks good. Can you please rebase and resolve the threads you have addressed with the update. I cannot get a merge button until that happens. Thanks.
Author: Sebastian Huber
2024-05-25T08:50:17.833Z
resolved all threads
Author: Sebastian Huber
2024-05-25T08:50:30.100Z
added 6 commits
fda289c6…e0fe7026 - 5 commits from branch
rtems/docs:main
79201f7d - c-user: Document get/set interrupt priority
Author: Sebastian Huber
2024-05-25T08:53:27.287Z
added 1 commit
6810ec1a - c-user: Document get/set interrupt priority
Author: Chris Johns
2024-05-28T21:19:59.350Z
approved this merge request
Author: Chris Johns
2024-05-28T21:20:17.407Z
added 3 commits
6810ec1a…35cae580 - 2 commits from branch
rtems/docs:main
d196c8bc - c-user: Document get/set interrupt priority
15 - Fix parallel building¶
Id |
15 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-05-27T04:02:10.656Z |
Assignee(s) |
Chris Johns |
Created |
2024-05-26T07:20:08.327Z |
Updated |
2024-05-27T04:02:11.522Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/15 |
Commit |
Summary¶
Fix parallel building. An add group serialised the build
Author: Chris Johns
2024-05-26T07:20:10.583Z
assigned to @chris
Author: Chris Johns
2024-05-26T21:51:48.714Z
added 1 commit
ee26182c - waf: Fix parallel building
Author: Amar Takhar
2024-05-27T04:01:07.377Z
approved this merge request
Author: Amar Takhar
2024-05-27T04:01:17.497Z
added 3 commits
ee26182c…5fe30b37 - 2 commits from branch
rtems/docs:main
35cae580 - waf: Fix parallel building
13 - Fix the README file name¶
Id |
13 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-05-25T05:01:53.285Z |
Assignee(s) |
Chris Johns |
Reviewer(s) |
Amar Takhar |
Created |
2024-05-25T05:01:13.755Z |
Updated |
2024-05-25T05:01:54.144Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/13 |
Commit |
Summary¶
This fixes the basic mistake in !12
Author: Chris Johns
2024-05-25T05:01:13.877Z
requested review from @amar
Author: Chris Johns
2024-05-25T05:01:13.890Z
assigned to @chris
Author: Amar Takhar
2024-05-25T05:01:49.733Z
approved this merge request
12 - Move README to markdown¶
Id |
12 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-05-25T04:57:20.180Z |
Assignee(s) |
Chris Johns |
Created |
2024-05-25T04:49:29.439Z |
Updated |
2024-05-25T05:01:16.182Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/12 |
Commit |
Summary¶
Move the README
to markdown and clean up the formatting
Author: Chris Johns
2024-05-25T04:49:29.633Z
assigned to @chris
Author: Chris Johns
2024-05-25T04:53:56.938Z
added 1 commit
39cabd5c - docs: Move README to markdown and clean up
Author: Amar Takhar
2024-05-25T04:57:11.940Z
approved this merge request
Author: Amar Takhar
2024-05-25T04:58:33.848Z
OK .. this is a first for me I can’t believe I missed that.
Author: Amar Takhar
2024-05-25T04:58:41.458Z
Look at the filename…
Author: Chris Johns
2024-05-25T05:01:16.159Z
mentioned in merge request !13
10 - Resolve “Document Merge Request Workflow”¶
Id |
10 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-05-18T04:02:23.243Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Chris Johns |
Created |
2024-05-16T16:53:32.583Z |
Updated |
2024-05-18T04:02:24.844Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/10 |
Commit |
Summary¶
Closes #8
Author: Gedare Bloom
2024-05-16T16:53:32.706Z
requested review from @chris
Author: Gedare Bloom
2024-05-16T16:53:32.726Z
assigned to @gedare
Author: Amar Takhar
2024-05-18T04:02:17.802Z
approved this merge request
5 - Resolve “Contributing guidance is outdated”¶
Id |
5 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-05-02T04:59:46.045Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Kinsey Moore |
Created |
2024-05-01T15:22:32.949Z |
Updated |
2024-05-02T04:59:48.265Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/5 |
Commit |
Summary¶
Closes #5
Author: Gedare Bloom
2024-05-01T15:22:33.073Z
requested review from @opticron
Author: Gedare Bloom
2024-05-01T15:22:33.120Z
assigned to @gedare
Author: Chris Johns
2024-05-01T22:38:40.872Z
approved this merge request
Author: Amar Takhar
2024-05-01T22:41:28.873Z
Interesting this is still blocked I thought I set it up properly.
Author: Amar Takhar
2024-05-01T22:41:44.780Z
I think I might know what’s going on.
Author: Gedare Bloom
2024-05-02T04:08:17.321Z
mentioned in merge request !6
3 - Resolve “Rewrite bug user story”¶
Id |
3 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-04-30T15:09:02.286Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Kinsey Moore |
Created |
2024-04-29T17:19:02.450Z |
Updated |
2024-04-30T15:09:03.819Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/3 |
Commit |
Summary¶
Closes #4
Author: Gedare Bloom
2024-04-29T17:19:02.573Z
requested review from @opticron
Author: Gedare Bloom
2024-04-29T17:19:02.590Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T17:36:15.978Z
added 1 commit
246c735b - user/support/bugs: rewrite bug user story toward gitlab
Author: Gedare Bloom
2024-04-29T17:36:24.571Z
marked this merge request as ready
Author: Amar Takhar
2024-04-29T20:11:12.670Z
approved this merge request
Author: Kinsey Moore
2024-04-30T14:23:25.434Z
added 3 commits
246c735b…e327f319 - 2 commits from branch
main
c2404ead - user/support/bugs: rewrite bug user story toward gitlab
1 - Resolve “Rewrite trac links to gitlab”¶
Id |
1 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-04-29T20:14:47.265Z |
Assignee(s) |
Gedare Bloom |
Created |
2024-04-29T14:59:25.659Z |
Updated |
2024-04-29T20:14:48.134Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/1 |
Commit |
Summary¶
Closes #2
Author: Gedare Bloom
2024-04-29T14:59:25.843Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T15:21:27.666Z
added 2 commits
3dcc9f20 - user/zynqmp-rpu: Add load and debug information
5e0a4381 - common: rewrite trac links to gitlab
Author: Gedare Bloom
2024-04-29T15:21:49.244Z
marked this merge request as ready
Author: Amar Takhar
2024-04-29T20:14:37.024Z
I’m guessing this is not supposed to be part of this merge request?
Author: Gedare Bloom
2024-04-29T20:14:16.061Z
changed this file in version 2 of the diff
Author: Gedare Bloom
2024-04-29T20:14:16.301Z
added 2 commits
6a0e16b9 - 1 commit from branch
main
e327f319 - common: rewrite trac links to gitlab
Author: Gedare Bloom
2024-04-29T20:14:37.042Z
resolved all threads
2 - Resolve “sync git.rtems.org”¶
Id |
2 |
State |
merged |
Merged by |
Gedare Bloom |
Merged at |
2024-04-29T20:13:42.255Z |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Kinsey Moore |
Created |
2024-04-29T15:09:24.503Z |
Updated |
2024-04-29T20:13:43.384Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/2 |
Commit |
Summary¶
Closes #3
Author: Gedare Bloom
2024-04-29T15:09:24.630Z
requested review from @opticron
Author: Gedare Bloom
2024-04-29T15:09:24.652Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T15:15:12.556Z
added 1 commit
6a0e16b9 - user/zynqmp-rpu: Add load and debug information
Author: Gedare Bloom
2024-04-29T15:15:20.516Z
marked this merge request as ready
Author: Amar Takhar
2024-04-29T20:10:48.911Z
approved this merge request
7 - CODEOWNERS: mark general approvers as optional and add maintainer approvers (closed)¶
Id |
7 |
State |
closed |
Assignee(s) |
Amar Takhar |
Closed by |
Gedare Bloom |
Created |
2024-05-02T04:51:00.535Z |
Closed |
2024-05-02T05:08:06.500Z |
Updated |
2024-05-02T05:08:06.479Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/7 |
Commit |
Summary¶
If this pattern works, we can use it on other repos (other than rtems.git)
Closes #6
Author: Gedare Bloom
2024-05-02T04:51:00.681Z
assigned to @amar
Author: Gedare Bloom
2024-05-02T05:08:06.016Z
the CODEOWNERS file is not modified through an MR
6 - Draft: Resolve “Merge Request Approval process is broken” (closed)¶
Id |
6 |
State |
closed |
Assignee(s) |
Amar Takhar |
Closed by |
Gedare Bloom |
Created |
2024-05-02T04:07:33.161Z |
Closed |
2024-05-02T04:49:03.064Z |
Updated |
2024-05-02T04:49:03.051Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/6 |
Commit |
Summary¶
Closes #6
Author: Gedare Bloom
2024-05-02T04:07:33.299Z
assigned to @amar
Author: Gedare Bloom
2024-05-02T04:08:16.735Z
If this looks good, I would like to test the logic out here and see if it frees up the blocked !5
If this pattern works, we can adopt it to the other repos (other than RTEMS.git).
4 - Resolve “Contributing guidance is outdated” (closed)¶
Id |
4 |
State |
closed |
Assignee(s) |
Gedare Bloom |
Reviewer(s) |
Kinsey Moore |
Closed by |
Gedare Bloom |
Created |
2024-04-29T17:47:02.875Z |
Closed |
2024-05-01T14:41:47.430Z |
Updated |
2024-05-01T14:41:47.416Z |
Milestone |
6.1 |
Labels |
doc |
Link |
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/4 |
Commit |
Summary¶
Closes #5
Author: Gedare Bloom
2024-04-29T17:47:03.007Z
requested review from @opticron
Author: Gedare Bloom
2024-04-29T17:47:03.299Z
assigned to @gedare
Author: Gedare Bloom
2024-04-29T20:03:59.462Z
added 3 commits
dae2f951 - user: update installation section
855c6b36 - user: update contributing guidance in Support section
62d20bc9 - user: update merge approval description
Author: Gedare Bloom
2024-04-29T20:04:19.619Z
marked this merge request as ready
Author: Amar Takhar
2024-04-29T20:11:40.436Z
approved this merge request
Author: Kinsey Moore
2024-04-30T14:23:35.407Z
added 5 commits
62d20bc9…e327f319 - 2 commits from branch
main
b1237168 - user: update installation section
65157c46 - user: update contributing guidance in Support section
6b21418f - user: update merge approval description
Author: Gedare Bloom
2024-04-30T15:10:00.882Z
added 4 commits
c2404ead - 1 commit from branch
main
b773c0af - user: update installation section
d25958d4 - user: update contributing guidance in Support section
6cbff66b - user: update merge approval description
Author: Gedare Bloom
2024-04-30T15:11:36.326Z
This needs to be updated to reflect using forks and not direct MR from an Issue. Also may write documentation how to undo such a direct MR from an Issue and use this MR as a test case for the same.