Re: [PATCH 0/1] Generate application configuration option documentation

2020-07-07 Thread Sebastian Huber
[It seems Thunderbird misformatted the e-mail, maybe this one looks better.] Hello Chris, thanks for the detailed response. On 08/07/2020 03:55, Chris Johns wrote: Hi Sebastian, Thank you for this patch. I am sorry but I would like to see this central repo issue resolved before any

Re: [PATCH 0/1] Generate application configuration option documentation

2020-07-07 Thread Sebastian Huber
Hello Chris, thanks for the detailed response. On 08/07/2020 03:55, Chris Johns wrote: Hi Sebastian, Thank you for this patch. I am sorry but I would like to see this central repo issue resolved before any generated files are added to any of the project's repos. I understand to some level

Re: [PATCH] Use *.md extension for the release notes

2020-07-07 Thread Chris Johns
OK to push. On 8/7/20 2:37 pm, Sebastian Huber wrote: > --- > rtems-notes-5.txt => rtems-notes-5.md | 0 > rtems-notes-6.txt => rtems-notes-6.md | 0 > rtems-release | 4 ++-- > 3 files changed, 2 insertions(+), 2 deletions(-) > rename rtems-notes-5.txt =>

Re: [PATCH] common: Remove probably superfluous import

2020-07-07 Thread Chris Johns
On 8/7/20 2:33 pm, Sebastian Huber wrote: > On 08/07/2020 03:11, Chris Johns wrote: > >> On 7/7/20 3:29 pm, Sebastian Huber wrote: >>> The purpose of this import is unclear. >>> >>> This import caused the following error with Sphinx 3.0: >>> >>> Extension error: >>> Could not import extension

[PATCH] Use *.md extension for the release notes

2020-07-07 Thread Sebastian Huber
--- rtems-notes-5.txt => rtems-notes-5.md | 0 rtems-notes-6.txt => rtems-notes-6.md | 0 rtems-release | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename rtems-notes-5.txt => rtems-notes-5.md (100%) rename rtems-notes-6.txt => rtems-notes-6.md (100%)

Re: [PATCH] common: Remove probably superfluous import

2020-07-07 Thread Sebastian Huber
On 08/07/2020 03:11, Chris Johns wrote: On 7/7/20 3:29 pm, Sebastian Huber wrote: The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_') ---

Re: [PATCH 1/2] c-user: Avoid Sphinx-specifics in appl config

2020-07-07 Thread Chris Johns
On 7/7/20 9:06 pm, Sebastian Huber wrote: > This helps to generate Doxygen markup from the application configuration > option specification items. I do not understand this and the second part of this patch. I am suspicious this is introducing constraints on what we can use in the documentation.

Re: [PATCH 0/1] Generate application configuration option documentation

2020-07-07 Thread Chris Johns
Hi Sebastian, Thank you for this patch. I am sorry but I would like to see this central repo issue resolved before any generated files are added to any of the project's repos. I understand to some level the path you are taking and moving along but these generated files are coming from a

Re: [PATCH] common: Remove probably superfluous import

2020-07-07 Thread Chris Johns
On 7/7/20 3:29 pm, Sebastian Huber wrote: > The purpose of this import is unclear. > > This import caused the following error with Sphinx 3.0: > > Extension error: > Could not import extension rtemsdomain (exception: cannot import name 'l_') > --- > common/rtemsdomain.py | 1 - > 1 file

Re: RTEMS 6 and GCC 10 Status

2020-07-07 Thread Chris Johns
On 7/7/20 11:03 pm, Sebastian Huber wrote: > On 05/07/2020 19:13, Joel Sherrill wrote: >> Should these be the first entries in the RTEMS 6 release description? > > I added: > > https://github.com/RTEMS/rtems-release/blob/master/rtems-notes-6.txt Thank you. > Should we rename this file to

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-07 Thread Mritunjay Sharma
From: Heinz Junkes Sent: Wednesday, July 8, 2020 1:05 AM To: Mritunjay Sharma Cc: Gedare Bloom; Joel Sherrill; Chris Johns; RTEMS Devel Subject: Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5 I’m away from my keyboard. If you use the epics Adaption

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-07 Thread Heinz Junkes
I’m away from my keyboard. If you use the epics Adaption to rtems from my github “playground?” and bsp’s with —enable-networks should compile. Heinz FHI, Heinz Junkes > On 7. Jul 2020, at 18:14, Mritunjay Sharma > wrote: > >  > [UPDATE]: I tried building EPICS with RTEMS5 for pc-386 and

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-07 Thread Mritunjay Sharma
[UPDATE]: I tried building EPICS with RTEMS5 for pc-386 and pc-386-qemu. Everything worked fine while building the pc-386 with RTEMS5. After this when I entered epics-base and made the following change: epics-base/os/CONFIG_SITE.Common.RTEMS RTEMS_VERSION = 5 RTEMS_BASE =

Re: [GSoC 2020: Daily Update]: Building EPICS with RTEMS5

2020-07-07 Thread Mritunjay Sharma
On Tue, Jul 7, 2020 at 5:33 AM Gedare Bloom wrote: > On Mon, Jul 6, 2020 at 5:49 PM Joel Sherrill wrote: > > > > > > > > On Mon, Jul 6, 2020, 6:14 PM Gedare Bloom wrote: > >> > >> On Mon, Jul 6, 2020 at 10:12 AM Mritunjay Sharma > >> wrote: > >> > > >> > Hello everyone, > >> > > >> > Thank

Re: libbsd rtems 5 branches

2020-07-07 Thread Sebastian Huber
On 07/07/2020 15:19, Joel Sherrill wrote: Hi What's the difference between these two branches?   remotes/origin/5 This branch synchronizes with the FreeBSD master.   remotes/origin/5-freebsd-12 This branch synchronizes with the FreeBSD 12 branch. Both are for RTEMS 5. -- Sebastian

libbsd rtems 5 branches

2020-07-07 Thread Joel Sherrill
Hi What's the difference between these two branches? remotes/origin/5 remotes/origin/5-freebsd-12 --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RTEMS 6 and GCC 10 Status

2020-07-07 Thread Joel Sherrill
On Tue, Jul 7, 2020 at 8:03 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 05/07/2020 19:13, Joel Sherrill wrote: > > Good job! > > > > Should these be the first entries in the RTEMS 6 release description? > > I added: > >

[PATCH] user: Add v5 to v6 migration help

2020-07-07 Thread Sebastian Huber
--- user/migration/index.rst| 1 + user/migration/v5-to-v6.rst | 20 2 files changed, 21 insertions(+) create mode 100644 user/migration/v5-to-v6.rst diff --git a/user/migration/index.rst b/user/migration/index.rst index 76012b5..06af484 100644 ---

Re: RTEMS 6 and GCC 10 Status

2020-07-07 Thread Sebastian Huber
On 05/07/2020 19:13, Joel Sherrill wrote: Good job! Should these be the first entries in the RTEMS 6 release description? I added: https://github.com/RTEMS/rtems-release/blob/master/rtems-notes-6.txt Should we rename this file to rtems-notes-6.md? I added also a migration from v5 to v6

[PATCH] sptests/sp21: Fix deprecated warning

2020-07-07 Thread Aschref Ben-Thabet
--- testsuites/sptests/sp21/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/sptests/sp21/init.c b/testsuites/sptests/sp21/init.c index f44f2ba851..71abe467a9 100644 --- a/testsuites/sptests/sp21/init.c +++ b/testsuites/sptests/sp21/init.c @@ -7,6 +7,8 @@ *

[PATCH 1/1] Document application configuration options

2020-07-07 Thread Sebastian Huber
Add a new directory for Doxygen-specific documentation content. Add a Doxygen only header file containing documentation of the application configuration options. The header file is generated from specification items. Update #3994. --- cpukit/doxygen/appl-config.h | 4125

[PATCH 0/1] Generate application configuration option documentation

2020-07-07 Thread Sebastian Huber
This patch adds the application configuration option documentation generated from specification items: https://git.rtems.org/sebh/rtems-qual.git/tree/spec/if/acfg The header file is generated by the following script and module: https://git.rtems.org/sebh/rtems-qual.git/tree/spec2doc.py

[PATCH 2/2] c-user: Canonicalize document internal references

2020-07-07 Thread Sebastian Huber
This helps to generate Doxygen markup from the application configuration option specification items. Update #3994. --- c-user/config/classic-api.rst | 7 +-- c-user/config/general.rst | 6 +- c-user/config/posix-api.rst | 11 ++-- c-user/config/scheduler-general.rst |

[PATCH 1/2] c-user: Avoid Sphinx-specifics in appl config

2020-07-07 Thread Sebastian Huber
This helps to generate Doxygen markup from the application configuration option specification items. Update #3994. --- c-user/config/bsp-related.rst | 8 ++-- c-user/config/classic-api.rst | 63 - c-user/config/classic-init-task.rst | 2 +-