Re: Remaining Waf Conversion Tickets for Community and GSoC Students

2021-02-10 Thread Chris Johns
On 10/2/21 4:20 pm, Sebastian Huber wrote: > On 08/02/2021 10:40, Chris Johns wrote: >>> It is written in Python 3.6. >> We still need to support python 2. Maybe having this file support both could >> be >> part of the project. > I think this BSP builder is a deve

Re: Remaining Waf Conversion Tickets for Community and GSoC Students

2021-02-10 Thread Chris Johns
gt;> >>     > On Tue, Feb 9, 2021 at 11:20 PM Sebastian Huber >>     > >     <mailto:sebastian.hu...@embedded-brains.de> >>     > <mailto:sebastian.hu...@embedded-brains.de >>     <mailto:sebastian.hu...@embedded-brains.de>>> wrote: >>

Re: About Doxygen builds

2021-02-09 Thread Chris Johns
On 10/2/21 1:01 am, Gedare Bloom wrote: > Does anyone maintain the doxygen builds? > > On Tue, Feb 9, 2021 at 1:13 AM Richi Dubey wrote: >> >> Hi, >> >> In https://docs.rtems.org/doxygen/branches/master/group__ScoreSMP.html, >> there are only 0-7 bool options for SMP_Fatal_code, whereas I have

Re: test for rtems_workspace_greedy_allocate

2021-02-09 Thread Chris Johns
On 10/2/21 4:12 pm, Sebastian Huber wrote: > On 09/02/2021 23:17, Chris Johns wrote: > >> On 10/2/21 1:10 am, Sebastian Huber wrote: >>> On 09/02/2021 14:59, Gedare Bloom wrote: >>> >>>>> sbrk() cannot be removed and we need to maintained and

Re: [PATCH 1/1] zynq-uart: Fix set_attributes implementation

2021-02-09 Thread Chris Johns
On 10/2/21 10:21 am, Joel Sherrill wrote: > On Tue, Feb 9, 2021 at 5:08 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 9/2/21 11:42 pm, Jan Sommer wrote: > > From: Kinsey Moore <mailto:kinsey.mo...@oarcorp.com>> > > > >

Re: [PATCH] basedefs: Add stringification of argument lists

2021-02-09 Thread Chris Johns
On 10/2/21 1:04 am, Gedare Bloom wrote: > Is there a sustainable plan for beyond the project lifetime (maybe, > something we need to discuss separately)? I am not aware of a plan. It is up to those wanting to benefit from the qualification effort to initiate this and to provide the support or

Re: [PATCH 1/1] zynq-uart: Fix set_attributes implementation

2021-02-09 Thread Chris Johns
On 9/2/21 11:42 pm, Jan Sommer wrote: > From: Kinsey Moore > > The zynq-uart set_attributes implementation was configured to always > return false which causes spconsole01 to fail. This restores the > disabled implementation which sets the baud rate registers > appropriately and allows

Re: Standalone repository for libnetworking stack

2021-02-09 Thread Chris Johns
On 6/2/21 10:17 am, Vijay Kumar Banerjee wrote: > Hello Christian, Joel, Chris, > > On Fri, Feb 5, 2021 at 3:41 PM Chris Johns wrote: >> >> On 6/2/21 8:28 am, Joel Sherrill wrote: >>> On Fri, Feb 5, 2021 at 2:54 PM Christian Mauderer >> <mailto:o...@c-maude

Re: test for rtems_workspace_greedy_allocate

2021-02-09 Thread Chris Johns
On 10/2/21 1:10 am, Sebastian Huber wrote: > On 09/02/2021 14:59, Gedare Bloom wrote: > >>> sbrk() cannot be removed and we need to maintained and test it as a BSP >>> level >>> interface. >>> >>> This is an nice design idea where the sbrk() pool of memory can be given >>> out to >>> the heap

Re: [LegacyUG] Tagging descendents

2021-02-09 Thread Loren L. Johns via LegacyUserGroup
Go to your ancestor, making sure that he or she is highlighted. Then Tools > Advanced Tagging > Make changes on #: [pick a number] > Descendants > OK Done. Peace, Loren Johns Stuart, Florida "I will accept no bull from your house" (Ps. 50:9, RSV). On Tuesday, Februar

Re: [PATCH] libcsupport: Add sbrk greedy support to consume all sbrk memory

2021-02-08 Thread Chris Johns
system call >> + *  @ingroup MallocSupport >> + */ >> + >> +/* >> + * Copyright (c) 2021 Chris Johns.  All rights reserved. >> + * >> + * The license and distribution terms for this file may be >> + * found in the file LICENSE in this distribution or at

Re: test for rtems_workspace_greedy_allocate

2021-02-08 Thread Chris Johns
On 8/2/21 4:50 pm, Chris Johns wrote: > On 8/2/21 4:31 pm, Sebastian Huber wrote: >> On 08/02/2021 06:14, Sebastian Huber wrote: >>> >>> We already have a ticket for this: >>> >>> >>> https://devel.rtems.org/ticket/3982 > > Thanks. I

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Chris Johns
On 9/2/21 8:09 am, Joel Sherrill wrote: > > > On Mon, Feb 8, 2021, 3:00 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 9/2/21 12:37 am, Joel Sherrill wrote: > > On Mon, Feb 8, 2021 at 12:44 AM Chris Johns <mailto:chr...@rtems.org&

Re: [RTEMS 5 PATCH] bsp/motorola_powerp: Print RTEMS_VERSION from the bootloader

2021-02-08 Thread Chris Johns
On 9/2/21 5:18 am, Gedare Bloom wrote: > If you put this on master/6, you can switch that align to use > RTEMS_ALIGN_UP(addr, PAGE_SIZE) -- not PAGE_MASK Sorry, I had already pushed the patch. A quick grep shows there are a few of these ... $ grep -r PAGE_MASK *

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Chris Johns
On 9/2/21 12:37 am, Joel Sherrill wrote: > On Mon, Feb 8, 2021 at 12:44 AM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 8/2/21 5:38 pm, Sebastian Huber wrote: > > > > On 08/02/2021 07:30, chr...@rtems.org <mailto:chr...@rtems.org>

Re: Remaining Waf Conversion Tickets for Community and GSoC Students

2021-02-08 Thread Chris Johns
On 8/2/21 5:49 pm, Sebastian Huber wrote: > On 08/02/2021 06:04, Chris Johns wrote: > >> On 7/2/21 4:15 am, Joel Sherrill wrote: >>> Hi >>> >>> While potential GSoC students are becoming more familiar with RTEMS and the >>> community,, I wanted to p

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-07 Thread Chris Johns
On 8/2/21 5:38 pm, Sebastian Huber wrote: > > On 08/02/2021 07:30, chr...@rtems.org wrote: >> diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c >> b/cpukit/libcsupport/src/rtems_heap_greedy.c >> index 4dda39873f..2361f17d2e 100644 >> --- a/cpukit/libcsupport/src/rtems_heap_greedy.c >> +++

Re: test for rtems_workspace_greedy_allocate

2021-02-07 Thread Chris Johns
On 8/2/21 5:12 pm, Sebastian Huber wrote: > On 08/02/2021 06:50, Chris Johns wrote: > >>> Another approach is to remove the greedy allocation functions and test the >>> no >>> memory conditions differently. We could wrap the allocator function and let

Re: test for rtems_workspace_greedy_allocate

2021-02-07 Thread Chris Johns
On 8/2/21 4:31 pm, Sebastian Huber wrote: > On 08/02/2021 06:14, Sebastian Huber wrote: >> >> We already have a ticket for this: >> >> >> https://devel.rtems.org/ticket/3982 Thanks. I am working on a solution. It is working but there is a small pause I think needs more investigation. >> I am not

Re: Remaining Waf Conversion Tickets for Community and GSoC Students

2021-02-07 Thread Chris Johns
On 7/2/21 4:15 am, Joel Sherrill wrote: > Hi > > While potential GSoC students are becoming more familiar with RTEMS and the > community,, I wanted to pass along a few tickets that we would appreciate > having > resolved. > > https://devel.rtems.org/ticket/4124

Re: test for rtems_workspace_greedy_allocate

2021-02-07 Thread Chris Johns
On 8/2/21 2:41 pm, Chris Johns wrote: > Hello, > > I see the call `rtems_workspace_greedy_allocate` is in `src/rtems` and > publicly > available via the installed header file `rtems/support.h`. Sorry the code is libcsupport. > Are there tests for this and similar support

test for rtems_workspace_greedy_allocate

2021-02-07 Thread Chris Johns
Hello, I see the call `rtems_workspace_greedy_allocate` is in `src/rtems` and publicly available via the installed header file `rtems/support.h`. Are there tests for this and similar support calls? I ask because tests in rtems.git and rtems-libbsd.git testsuites depend on this call and it

Re: [RTEMS 5 PATCH v2] powerpc/shared: ISA bus bridge fails to enable the openpic irq

2021-02-07 Thread Chris Johns
On 8/2/21 12:23 pm, Joel Sherrill wrote: > On Sun, Feb 7, 2021, 5:30 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 8/2/21 9:48 am, Joel Sherrill wrote: > > Does this have a ticket for the 5 branch? :) > > Yes #4233. It is in the commit mes

Re: [RTEMS 5 PATCH v2] powerpc/shared: ISA bus bridge fails to enable the openpic irq

2021-02-07 Thread Chris Johns
On 8/2/21 9:48 am, Joel Sherrill wrote: > Does this have a ticket for the 5 branch? :) Yes #4233. It is in the commit message. Chris > > Patch is ok otherwise. > > On Sun, Feb 7, 2021, 4:45 PM mailto:chr...@rtems.org>> > wrote: > > From: Chris

Re: [RTEMS 5 PATCH] bsp/motorola_powerp: Print RTEMS_VERSION from the bootloader

2021-02-07 Thread Chris Johns
On 8/2/21 9:48 am, Joel Sherrill wrote: > Do you want another ticket to apply this to 5 as well? This is for 5 and the ticket is ... > > On Sun, Feb 7, 2021, 4:38 PM mailto:chr...@rtems.org>> > wrote: > > From: Chris Johns mailto:chr...@rtems.or

Re: [PATCH] powerpc/shared: ISA bus bridge fails to enable the openpic irq

2021-02-06 Thread Chris Johns
On 7/2/21 9:42 am, Joel Sherrill wrote: > -  if ( currentBoard == MVME_2300 ) { > +  if ( currentBoard == MVME_2300 || currentBoard == > MVME_2600_2700_W_MVME761 ) { >      /* nothing to do for W83C553 bridge */ >      known_cpi_isa_bridge = 1; >    } > > I think the patch

Re: [PATCH] powerpc/shared: ISA bus bridge fails to enable the openpic irq

2021-02-06 Thread Chris Johns
On 7/2/21 9:42 am, Joel Sherrill wrote: > On Sat, Feb 6, 2021, 2:09 PM mailto:chr...@rtems.org>> > wrote: > > From: Chris Johns mailto:chr...@rtems.org>> > > - The call to enable the openpic irq for the ISA bridge falls >   because the IRQ used

Re: Standalone repository for libnetworking stack

2021-02-05 Thread Chris Johns
On 6/2/21 8:28 am, Joel Sherrill wrote: > On Fri, Feb 5, 2021 at 2:54 PM Christian Mauderer > wrote: > > Hello Vijay, > > On 05/02/2021 19:41, Vijay Kumar Banerjee wrote: > > Hello, > > > > I'm currently working on separating the libnetworking

Re: How to Classify Intermittent Test Failures

2021-02-02 Thread Chris Johns
On 3/2/21 3:13 am, Gedare Bloom wrote: > On Tue, Feb 2, 2021 at 7:40 AM Joel Sherrill <mailto:j...@rtems.org>> wrote: > On Mon, Feb 1, 2021 at 6:50 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > On 2/2/21 9:12 am, Joel Sherrill wrote: >

Re: Porting ptpd to rtems

2021-02-01 Thread Chris Johns
On 2/2/21 12:15 am, gabriel.moy...@dlr.de wrote: > Hi Chris, > > I hope you are doing well. I am and thank you for asking. > Last year I asked about running ptpd on RTEMS > https://lists.rtems.org/pipermail/devel/2020-September/062208.html >

Re: How to Classify Intermittent Test Failures

2021-02-01 Thread Chris Johns
On 2/2/21 9:12 am, Joel Sherrill wrote: > On Mon, Feb 1, 2021 at 3:50 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > On 2/2/21 3:42 am, Joel Sherrill wrote: > > Hi > > > > On the aarch64 qemu testing, we are seeing some te

Re: RTEMS5 checksum failure file: sources/jpegsrc.v9a

2021-02-01 Thread Chris Johns
On 2/2/21 4:36 am, Gedare Bloom wrote: > Indeed. It seems the sha512 has changed. The file doesn't appear to be > different > on the http server. I found a copy > at https://download.videolan.org/contrib/jpeg/ > that has a matching sha512sum as > we

Re: [PATCH] user: add guidance on version numbers to GSoC guide.

2021-02-01 Thread Chris Johns
+1 On 2/2/21 7:51 am, Gedare Bloom wrote: > --- > user/start/gsoc.rst | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/user/start/gsoc.rst b/user/start/gsoc.rst > index 7f27d7b..f8167b9 100644 > --- a/user/start/gsoc.rst > +++ b/user/start/gsoc.rst > @@ -20,6 +20,12 @@ delving

Re: How to Classify Intermittent Test Failures

2021-02-01 Thread Chris Johns
On 2/2/21 3:42 am, Joel Sherrill wrote: > Hi > > On the aarch64 qemu testing, we are seeing some tests which seem to pass most > of > the time but fail intermittently. It appears to be based somewhat on host load > but there may be other factors.  > > There does not appear to be a good test

Re: Using LwIP on the STM32H7

2021-02-01 Thread Chris Johns
On 2/2/21 8:32 am, Mr. Andrei Chichak wrote: > Is there any advantage to using bsd networking over LWiP, or vice versa?  They are different stacks with different feature sets and different hardware resource demands. I am not familiar with the features of LwIP so I am not the best person to

Re: Using LwIP on the STM32H7

2021-01-28 Thread Chris Johns
On 29/1/21 12:35 am, Robin Müller wrote: > Are there any other thinks I need to take into account for making LwIP > work with RTEMS? I have not used LwIP but there is an RSB package ... https://git.rtems.org/rtems-source-builder/tree/rtems/config/net/lwip-1-1.cfg It has a patch. I have no idea

Re: Buildbot failure in RTEMS on CHECK sparc/erc32 FreeBSD 10.1-STABLE GCC 7.3.0 POSIX

2021-01-27 Thread Chris Johns
On 28/1/21 4:44 pm, Sebastian Huber wrote: > Hello, > > On 28/01/2021 06:37, build...@rtems.org wrote: >> The Buildbot has detected a failed build on builder CHECK sparc/erc32 FreeBSD >> 10.1-STABLE GCC 7.3.0 POSIX while building rtems. >> Full details are available at: >>

Re: devel Digest, Vol 110, Issue 38

2021-01-27 Thread Chris Johns
On 28/1/21 4:25 am, Niteesh G. S. wrote: > Date: Fri, 22 Jan 2021 04:28:37 +1100 > From: Chris Johns mailto:chr...@rtems.org>> > To: devel@rtems.org <mailto:devel@rtems.org> > Subject: Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT impleme

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-27 Thread Chris Johns
On 28/1/21 4:12 am, Niteesh G. S. wrote: > Hello Christian, > > On Wed, Jan 27, 2021 at 3:59 PM Christian MAUDERER > > wrote: > > Hello Niteesh, > > I think there is an open Question from Chris for that patch: > >

Re: [PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-26 Thread Chris Johns
On 27/1/21 2:43 am, Gedare Bloom wrote: > On Mon, Jan 25, 2021 at 9:02 AM Sebastian Huber > > > wrote: > On 25/01/2021 02:10, chr...@rtems.org wrote: > > > From: Chris Johnsmailto:chr...@rtems.org>> > > > > -

[RBW] Re: Not a Riv but...

2021-01-26 Thread JohnS
Nice! Night and day difference. FWIW, advice from the list is to use bolt cutters to trim the fender stays to length. JohnS On Tuesday, January 26, 2021 at 12:50:10 PM UTC-5 zac.te...@gmail.com wrote: > Love it! Where'd you get the cork grips? Been waiting for the ones riv > carries t

Re: [rtems commit] splinkersets01: Fix declaration

2021-01-24 Thread Chris Johns
I think this patch has caused a regression in the pc686 PC ... /opt/work/chris/rtems/nfs/6/lib/gcc/i386-rtems6/10.2.1/../../../../i386-rtems6/bin/ld:

Re: [PATCH] Improve file header comment in generated files

2021-01-24 Thread Chris Johns
Looks good. Thank you. Chris On 23/1/21 2:06 am, Sebastian Huber wrote: > --- > cpukit/doxygen/appl-config.h| 10 +++--- > cpukit/include/rtems.h | 10 +++--- > cpukit/include/rtems/config.h | 10 +++--- >

Re: Phrases for CONSTRAINTS section in the directive documentation

2021-01-23 Thread Chris Johns
On 23/1/21 12:19 am, Gedare Bloom wrote: On Fri, Jan 22, 2021 at 5:55 AM Andrew Butterfield > mailto:andrew.butterfi...@scss.tcd.ie>> > wrote: > > Hi Sebastian, > > I'd prefer 2. > > The directive may be called from an interrupt context > > (substituting  "must",  "must not",

Re: Release notes generator?

2021-01-21 Thread Chris Johns
On 22/1/21 5:49 am, Sebastian Huber wrote: > On 21/01/2021 18:26, Chris Johns wrote: > >> On 21/1/21 8:25 pm, Sebastian Huber wrote: >>> where can I find the release notes generator which produced for example: >>> >>> https://ftp.rtems.org/pub/rtems/rel

Re: [patch libBSD] dev/ofw: Use RTEMS OFW FDT implementation

2021-01-21 Thread Chris Johns
On 20/1/21 7:31 pm, G S Niteesh Babu wrote: > This commit modifies the OFW interface to the RTEMS FDT > implementation instead of the default FreeBSD. Which branch? Is this patch dependent on the changes to rtems.git? Are the kernel versions of the functions built for all bsps? Which BSPs have

Re: Release notes generator?

2021-01-21 Thread Chris Johns
On 21/1/21 8:25 pm, Sebastian Huber wrote: > > where can I find the release notes generator which produced for example: > > https://ftp.rtems.org/pub/rtems/releases/5/5.1/rtems-5.1-release-notes.pdf > > I looked a bit around in rtems-tools and rtems-release, but didn't find > anything. >

Re: [PATCH] Improve file header comment in generated files

2021-01-20 Thread Chris Johns
On 21/1/21 10:23 am, Joel Sherrill wrote: > On Wed, Jan 20, 2021 at 5:01 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 19/1/21 5:01 pm, Sebastian Huber wrote: > > diff --git a/c-user/config/bdbuf.rst b/c-user/config/bdbuf.rst > >

Re: Add "CONSTRAINTS" section do directive documentation?

2021-01-20 Thread Chris Johns
On 21/1/21 6:28 am, Peter Dufault wrote: > Totally agree. > >> On Jan 20, 2021, at 10:58 , Gedare Bloom wrote: >> >> I think this seems reasonable. >> >> On Wed, Jan 20, 2021 at 3:48 AM Sebastian Huber >> wrote: >> Hello, >> >> I would like to add a "CONSTRAINTS" section to the directive >>

Re: gdb on CentOS was Re: Fwd: [rtems-source-builder commit] 6/7: Update unstable RTEMS 6/7 tool chain

2021-01-20 Thread Chris Johns
On 21/1/21 3:40 am, Joel Sherrill wrote: > On Sun, Jan 17, 2021 at 11:20 PM Sebastian Huber > > > wrote: > > On 17/01/2021 21:23, Joel Sherrill wrote: > > > Does this fix the build failure for what looks to be all 6 toolchains > > over the

Re: [PATCH] Improve file header comment in generated files

2021-01-20 Thread Chris Johns
On 19/1/21 5:01 pm, Sebastian Huber wrote: > diff --git a/c-user/config/bdbuf.rst b/c-user/config/bdbuf.rst > index 06399e0..5a3360f 100644 > --- a/c-user/config/bdbuf.rst > +++ b/c-user/config/bdbuf.rst > @@ -8,11 +8,15 @@ > .. worded better please post a report or patch to an RTEMS mailing list

Re: Build failure on windows

2021-01-18 Thread Chris Johns
On 19/1/21 12:26 pm, jameszxj wrote: > Hi, > I got the error message??MSYS2use python2-config > > > config: tools/rtems-gdb-head.cfg > error: shell macro failed: sh -c "/mingw64/bin/python2-config --ldflags | awk > 'BEGIN{FS=\" \"}/python/{for(i=1;i \"lib\"substr($i,3)\"*\";}'": 1: awk: cmd.

Re: [rtems-tools commit] tester: Swap Xilinx ZynqMP BSPs to secondary UART

2021-01-15 Thread Chris Johns
On 16/1/21 1:46 am, Kinsey Moore wrote: > This change only applies to the aarch64 variants since they're brand new and > I didn't want to disturb existing users of the ARM/Xilinx-Zynq and > ARM/Xilinx-ZynqMP BSPs. Sure. I am wondering if the change works on FreeBSD because my testing on other

Re: Build failure on windows

2021-01-15 Thread Chris Johns
On 16/1/21 2:10 am, ND wrote: > Trying to compile RBS for riscv on windows using MSYS2 fails with following > error. > > error: shell macro failed: sh -c "/usr/bin/python3-config --ldflags --embed | > awk 'BEGIN{FS=\" \"} What does the command ... /usr/bin/python3-config --ldflags --embed

Re: [PATCH] eng: Add design group requirement item type

2021-01-14 Thread Chris Johns
On 15/1/21 4:13 pm, Sebastian Huber wrote: > On 15/01/2021 04:31, Chris Johns wrote: > >> On 14/1/21 4:04 pm, Sebastian Huber wrote: >>> On 14/01/2021 03:34, Chris Johns wrote: >>> >>>> On 13/1/21 9:40 pm, Sebastian Huber wrote:

Re: [PATCH] eng: Add design group requirement item type

2021-01-14 Thread Chris Johns
On 14/1/21 4:04 pm, Sebastian Huber wrote: > On 14/01/2021 03:34, Chris Johns wrote: > >> On 13/1/21 9:40 pm, Sebastian Huber wrote: >>> +Design Group Requirement Item Type >>> +^^ >>> + >>> +This type refines th

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2021-01-14 Thread Chris Johns
On 15/1/21 6:20 am, Joel Sherrill wrote: > > > On Wed, Jan 13, 2021 at 6:26 PM Sebastian Huber > <mailto:sebastian.hu...@embedded-brains.de>> > wrote: > > On 11/12/2020 01:35, Chris Johns wrote: > > > On 10/12/20 4:41 pm, Sebastian Huber wro

Re: [rtems-tools commit] tester: Swap Xilinx ZynqMP BSPs to secondary UART

2021-01-14 Thread Chris Johns
On 15/1/21 6:33 am, Joel Sherrill wrote: > Module:rtems-tools > Branch:master > Commit:4da011424c92f76ffa06f8a01f92861875806056 > Changeset: > http://git.rtems.org/rtems-tools/commit/?id=4da011424c92f76ffa06f8a01f92861875806056 > > Author:Kinsey Moore > Date: Thu Jan 14

Re: [PATCH] eng: Add design group requirement item type

2021-01-13 Thread Chris Johns
On 13/1/21 9:40 pm, Sebastian Huber wrote: > +Design Group Requirement Item Type > +^^ > + > +This type refines the :ref:`SpecTypeNonFunctionalRequirementItemType` through > +the ``non-functional-type`` attribute if the value is ``design-group``. This > +set of

Re: [PATCH] This patch adds support for a STM32H7 variation

2021-01-13 Thread Chris Johns
On 9/1/21 7:49 am, Sebastian Huber wrote: > On 08/01/2021 15:30, Joel Sherrill wrote: >> On Fri, Jan 8, 2021 at 6:58 AM Robin Müller > > wrote: >> >> Are they really 12 BSPs or just build variants of this one BSP family? >> >> If just variants, I have come full

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2021-01-13 Thread Chris Johns
On 13/1/21 9:45 pm, Sebastian Huber wrote: > On 11/12/2020 01:35, Chris Johns wrote: > >> On 10/12/20 4:41 pm, Sebastian Huber wrote: >>> On 10/12/2020 03:24, Chris Johns wrote: >>> >>>> On 9/12/20 7:20 pm, Sebastian Huber wrote: >>>>> M

Re: libbsd: "swi6: Giant task queue" suspend if removing SD Card

2021-01-07 Thread Chris Johns
On 8/1/21 1:10 am, Christian Mauderer wrote: > Hello RUI Zhengxin, > > On 07/01/2021 04:43, RUI Zhengxin wrote: >> Hi all, >> We find "swi6: Giant task queue" suspend if removing SD Card. >> libbsd5.1 is running at beagle bone hardware, the sdhci driver is attached >> success. >> *sdhci_ti0: mem

[gccsdk] Is there a file handle equivalent of __ro_socket?

2021-01-05 Thread Chris Johns
Hello Is there a way to convert from a unixlib fd to a RISC OS file handle? It's actually the name of file I want but I can use OS_Args to get that from the risc os file handle. Cheers Chris ___ GCCSDK mailing list gcc@gccsdk.riscos.info

Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread Chris Johns
On 29/12/20 3:24 pm, James Fitzsimons wrote: > Hi Chris, > > Thanks very much for your reply and advice. > > On Tue, 29 Dec 2020 at 11:58, Chris Johns <mailto:chr...@rtems.org>> wrote: > > > I'm using TI Code Composer Studio to load the RTEMS appl

Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread Chris Johns
On 29/12/20 9:27 am, James Fitzsimons wrote: > Hi all, > > I am trying to debug an RTEMS application on a TI AM3358 ARM processor > (Beaglebone Black) and the RTEMS startup code is halting on the bsp_fdt_get > call. > > I'm using TI Code Composer Studio to load the RTEMS application image via

Re: [PATCH] cpukit: Merge FreeBSD values for the priorities

2020-12-26 Thread Chris Johns
On 24/12/20 9:20 am, Joel Sherrill wrote: > This looks ok if these priorities are mapped to Classic or Score. POSIX thread > priorities run opposite. The priorities I have added in are replacing are all 0 ... > -/* Dummy values to make the libbsd happy */ > -#define        PRI_MAX_ITHD   

Re: [rtems-bsp-builder] 2020-12-21 07:39:31: Profile(s): everything

2020-12-23 Thread Chris Johns
> On 23 Dec 2020, at 5:31 am, Sebastian Huber > wrote: > > On 22/12/2020 18:54, Joel Sherrill wrote: > >> >> >> On Tue, Dec 22, 2020, 10:28 AM Sebastian Huber >> > > wrote: >> >>On 22/12/2020 17:00, Joel Sherrill wrote: >> >>> >>>

Re: microzed board boot from a sd card

2020-12-22 Thread Chris Johns
Hi Xiaomin, Welcome to RTEMS. On 16/12/20 6:08 am, Xiaomin (Jasmine) wrote: > Hi, there, > > I followed this article: > > https://devel.rtems.org/wiki/Boards/Zynq%20-%20Zedboard > > > for development. It basically gets the boot img

Re: Oddity with address recorded for gcc instrumentation on ARM

2020-12-21 Thread Chris Johns
On 19/12/20 7:56 am, Sebastian Huber wrote: > If you build the RTEMS tools with the LLVM development package you get the > function name and line information in the trace. Is there a wrote up or walk through on how to do this? Thanks Chris ___ devel

Re: [PATCH v2] eng: Requirements counting shall start at zero

2020-12-20 Thread Chris Johns
On 14/12/20 6:20 pm, Sebastian Huber wrote: > On 14/12/2020 07:31, Sebastian Huber wrote: > >> On 11/12/2020 17:43, Joel Sherrill wrote: >> >>>     If renaming them introduces challenges, then we should explicitly >>>     use -0 for the first requirement always, and not allow unnumbered >>>    

Re: [PATCH 1/3] expat: Disable shared libraries

2020-12-20 Thread Chris Johns
On 21/12/20 5:14 pm, Sebastian Huber wrote: > This should ensure that GDB is linked using the static libexpat.a built > by the RSB. OK to push. Thank you for working through this. It is often not easy getting all the pieces to align. Chris ___ devel

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-20 Thread Chris Johns
On 21/12/20 5:24 pm, Sebastian Huber wrote: > On 15/12/2020 04:59, Chris Johns wrote: >> Why is xgcc now dependent on a share libgmp? A FreeBSD gcc does not show any >> shared library dependencies other than the standard OS ones. What happens if >> you >> configure th

Re: MSYS2 build: header file missing

2020-12-20 Thread Chris Johns
On 19/12/20 9:51 pm, Robin Müller wrote: > Thanks for the quick fix. I was able to build sparc-rtems6 on the Windows > machine with the fix. Thank you for letting us know. > So basically, arm-rtesm6 is still problematic because of the missing headers > (but worked on Linux using Canadian Cross

Re: MSYS2 build: header file missing

2020-12-18 Thread Chris Johns
On 18/12/20 10:24 pm, Sebastian Huber wrote: > On 18/12/2020 11:35, Chris Johns wrote: > >>> Since all parts of RTEMS build now with waf I think it is possible to build >>> RTEMS applications on Windows without having to install MSYS2/MinGW. It >>> should wor

Re: MSYS2 build: header file missing

2020-12-18 Thread Chris Johns
> On 18 Dec 2020, at 5:54 pm, Sebastian Huber > wrote: > > Hello Robin, > > my experience over the years with MSYS2 is that building GCC is always > painful and a waste of time. This is a bit harsh and I do not fully agree it is a waste of time. MSYS has proven to be an OK solution. Not

Re: [RBW] Re: Deacon Patrick's email address

2020-12-17 Thread JohnS
Was thinking of DP yesterday as I put on my fish net long undies, under my MUSA pants and went for a walk in the east coast snow storm. The pair worked perfectly together! Couldn't have been more comfortable. Hope he's well JohnS On Thursday, December 17, 2020 at 7:30:20 PM UTC-5 Jesse

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-17 Thread Chris Johns
On 18/12/20 1:49 am, Sebastian Huber wrote: > On 16/12/2020 00:30, Chris Johns wrote: >> I am with Gedare and prefer we all engage in a solution to cross-links in the >> documentation. Maybe that can be a separate topic from the links here and we >> separate the i

Re: [PATCH v3 1/1] tester: Add yaml format to the supported report formats

2020-12-15 Thread Chris Johns
On 16/12/20 10:36 am, Cláudio Maia wrote: > Did you have a chance to look at the updated version of this patch? Thanks for the ping and I am sorry I had let is slip. The patch looks good so it is OK to be pushed. I hope someone can do that for me. Thank you for the change and working with me

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-15 Thread Chris Johns
On 16/12/20 3:38 am, Sebastian Huber wrote: > On 15/12/2020 17:26, Gedare Bloom wrote: >>     [...] >> >>     may change and may break. A release with the frozen code will >>     point to those >>     same pages for ever and that is broken no matter where the links >>     are, source, >>    

Re: [PATCH] eng: Requirements counting shall start at zero

2020-12-15 Thread Chris Johns
On 12/12/20 12:34 am, Gedare Bloom wrote: > I don't mind starting 0 or 1, consistency is important.  > > If we know the max count (N) ahead of time, it can be helpful to generate > with a > 0-padded number. +1 > This makes every name a consistent size and can be sorted > lexicographically.

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-14 Thread Chris Johns
On 15/12/20 5:39 pm, Sebastian Huber wrote: > On 15/12/2020 05:08, Chris Johns wrote: >> >> On 11/12/20 5:02 pm, Sebastian Huber wrote: >>> On 11/12/2020 01:35, Chris Johns wrote: >>>>>> Suggestions? >>>>> We could add a

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-14 Thread Chris Johns
On 15/12/20 6:42 pm, Sebastian Huber wrote: > On 15/12/2020 04:59, Chris Johns wrote: > >> Sorry, I have been distracted with other things >> >> On 14/12/20 5:55 pm, Sebastian Huber wrote: >>> On 11/12/2020 14:00, Sebastian Huber wrote: >>> >&g

Re: CMake support

2020-12-14 Thread Chris Johns
On 14/12/20 8:26 pm, Robin Müller wrote: > Hi. > > I now implemented pkg-config parsing and it works nicely with the tools given > by > CMake / kitware. I was able to build the hello application with the automatic > pkg flag parsing for sparc/erc32, sparc/leon3 and arm/stm32h7. Awesome. > I do

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-14 Thread Chris Johns
On 11/12/20 5:02 pm, Sebastian Huber wrote: > On 11/12/2020 01:35, Chris Johns wrote: >>>> Suggestions? >>> We could add a script which performs some post processing after creation >>> the of >>> the release branches. >> What about ..

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-14 Thread Chris Johns
Sorry, I have been distracted with other things On 14/12/20 5:55 pm, Sebastian Huber wrote: > On 11/12/2020 14:00, Sebastian Huber wrote: > >> --- >>   bare/config/devel/gmp-6.1.0.cfg   | 18 ++ >>   rtems/config/6/rtems-default.bset |  1 + >>   rtems/config/7/rtems-default.bset |  1

Re: CMake support

2020-12-13 Thread Chris Johns
On 11/12/20 8:58 pm, Stanislav Pankevich wrote: > Having this said, I would like to avoid pushing the CMake-way of doing things > as > a better way. Yeah, lets put that to one side. That is a topic for a coffee or a bar ... one day :) > Instead, I could contribute feedback to Robin's work here:

Re: CMake support

2020-12-13 Thread Chris Johns
On 12/12/20 6:09 am, Robin Müller wrote: > I added the suggestions by Chris Johns now and performed some more tests (for > example disabling the default compiler checks, custom checks are required for > RTEMS). > > I used RTEMS_PREFIX instead of PREFIX These are 2 parts that need

Re: CMake support

2020-12-13 Thread Chris Johns
compile and run. No hard promises about the time frames though until the > Christmas holidays :) > > Thank you for your attention. > > On Fri, Dec 11, 2020 at 1:15 AM Joel Sherrill <mailto:j...@rtems.org>> wrote: > > > >

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-10 Thread Chris Johns
On 10/12/20 4:41 pm, Sebastian Huber wrote: > On 10/12/2020 03:24, Chris Johns wrote: > >> On 9/12/20 7:20 pm, Sebastian Huber wrote: >>> Module:    rtems-docs >>> Branch:    master >>> Commit:    d716c79070901195912526c6e49d43defad00bdd >>> Chang

Re: CMake support

2020-12-10 Thread Chris Johns
On 11/12/20 8:51 am, Robin Müller wrote: > Hello, > > I created a repository on github for the first version of what a CMake support > for RTEMS might look like: > > https://github.com/rmspacefish/rtems-cmake > > Awesome and thanks. :) > I tried to

Re: [xubuntu-users] MFP aus hplip installieren

2020-12-10 Thread Alex Johns
On 11/12/20 2:29 am, Dr. Heiko Pollmeier wrote: I have the Problem to install the appropriate printer driver for my hp laserjet MFPrinter M28a in xubuntu 20.04 Printing works out of the box, but no scanning ist possible. I tried several version of hplip 3.20 and hplip 3.19. They all told me

Re: CMake support

2020-12-09 Thread Chris Johns
On 10/12/20 1:18 am, Joel Sherrill wrote: > As I read this thread, this morning, it occurred to me that the Users > Manual needs a chapter on build systems for end user applications.  > It needs to cover fetching the settings from the pkgconfig files and using > waf, old Makefile infrastructure,

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-09 Thread Chris Johns
On 9/12/20 7:20 pm, Sebastian Huber wrote: > Module:rtems-docs > Branch:master > Commit:d716c79070901195912526c6e49d43defad00bdd > Changeset: > http://git.rtems.org/rtems-docs/commit/?id=d716c79070901195912526c6e49d43defad00bdd > > Author:Sebastian Huber > Date: Wed Dec 2

Re: rtems-docs.git cross-linked documents

2020-12-08 Thread Chris Johns
On 9/12/20 4:49 pm, Sebastian Huber wrote: > On 09/12/2020 02:19, Chris Johns wrote: > >> I have discovered a growing number of cross-links in the documentation... >> >> $ grep -r 'branches/master' . | wc -l >>    42 > > Independent of the general iss

Re: RTEMS 5.1 JFFS2 Issues

2020-12-08 Thread Chris Johns
On 8/12/20 7:32 am, richard.glos...@l3harris.com wrote: > Hi we are using the LEON3.  Had been operating under rcc-1.3-rc7-gcc with > correct operation of the JFFS2 file system.  Recently attempted upgrade to > rcc-1.3.0-gcc (RTEMS 5.1 release) and now are getting segmentation fault > whenever we

rtems-docs.git cross-linked documents

2020-12-08 Thread Chris Johns
Hello, I have discovered a growing number of cross-links in the documentation... $ grep -r 'branches/master' . | wc -l 42 We cannot cleanly support cross-referencing documents via href links and referencing master like this is wrong. HTML might be workable if someone is willing to invest

Re: [PATCH v2 1/1] tester: Add yaml format to the supported report formats

2020-12-08 Thread Chris Johns
Hi, I am sorry about the slow response, I have been side tracked onto other things. On 4/12/20 3:41 am, cl...@isep.ipp.pt wrote: > From: Cláudio Maia > > --- > tester/rt/test.py | 115 +- > 1 file changed, 113 insertions(+), 2 deletions(-) > > diff

Re: [PATCH v3] zynq-uart: Fix set_attributes implementation

2020-12-03 Thread Chris Johns
On 4/12/20 3:42 am, Gedare Bloom wrote: > On Thu, Dec 3, 2020 at 8:32 AM Sebastian Huber > > > wrote: > On 03/12/2020 16:25, Kinsey Moore wrote: > > The zynq-uart set_attributes implementation was configured to always > > return false which

Re: Makefile.inc Issues

2020-12-02 Thread Chris Johns
On 3/12/20 12:42 pm, Chris Johns wrote: > Something must be wrong as ... > > https://git.rtems.org/rtems-examples/tree/wscript#n36 > > ... adds `-g`. Maybe doing this is not working. > Oh sorry this is Makefile.inc. I would add the flags you want ... C

Re: Makefile.inc Issues

2020-12-02 Thread Chris Johns
On 3/12/20 12:07 pm, Joel Sherrill wrote: > I know a number of the flags were removed from the CFLAGS installed but we > lost > -g which makes debugging impossible.  > > I understand dropping the warning flags but I question dropping the > recommended > optimization and -g. I consider the

<    16   17   18   19   20   21   22   23   24   25   >