Re: [gccsdk] Using GCC 10 to build python

2022-03-28 Thread Chris Johns
u don't it totally hangs. Cheers Chris On 12/03/2022 10:48 Lee Noar <lee.n...@sky.com> wrote: On 09/03/2022 14:31, Chris Johns wrote: Hello I'd like

Re: RFC: Copyright vs COPYRIGHT

2022-03-27 Thread Chris Johns
On 28/3/2022 1:22 am, Thomas DOERFLER wrote: > Hi, > > I think having this consistent is better. But I don't care about Upper vs. > mixed > case... > > Am 26.03.22 um 23:48 schrieb Joel Sherrill: >> Hi >> >> The Software Engineering Guide example uses "Copyright" but a lot of places >> in the co

Re: Store test reports?

2022-03-23 Thread Chris Johns
On 24/3/2022 3:38 am, Sebastian Huber wrote: > I plan to commit the new validation tests tomorrow. Then I will make some test > runs. The test reports sent to bu...@rtems.org have only limited value to > track > performance regressions for example. The test reports sent to that list are archived

Re: NTP client recommendation for RTEMS?

2022-03-21 Thread Chris Johns
On 21/3/2022 5:59 pm, Sebastian Huber wrote: > On 20/03/2022 23:08, Chris Johns wrote: >> On 24/2/2022 2:03 am, Sebastian Huber wrote: >>> On 22/02/2022 21:25, Joel Sherrill wrote: >>>> On Tue, Feb 22, 2022, 1:45 PM Sebastian Huber >>>> >>>

Re: [PATCH] shell: Avoid potential stack corruption

2022-03-20 Thread Chris Johns
On 19/3/2022 8:29 pm, Sebastian Huber wrote: > On 19/03/2022 08:31, Chris Johns wrote: >>> On 15 Mar 2022, at 5:27 pm, Sebastian >>> Huber  wrote: >>> >>> The rtems_shell_init() passed the address of a stack variable >>> (exit_code) to rtem

Re: [PATCH] GDB: Prefer Python 3 over 2

2022-03-20 Thread Chris Johns
On 21/3/2022 5:54 pm, Sebastian Huber wrote: > On 20/03/2022 23:22, Chris Johns wrote: >> On 19/3/2022 8:33 pm, Sebastian Huber wrote: >>> On 18/03/2022 22:56, Chris Johns wrote: >>>> >>>>> On 19 Mar 2022, at 2:40 am, Sebastian Huber >>>>&g

Re: [PATCH] GDB: Prefer Python 3 over 2

2022-03-20 Thread Chris Johns
On 19/3/2022 8:33 pm, Sebastian Huber wrote: > On 18/03/2022 22:56, Chris Johns wrote: >> >>> On 19 Mar 2022, at 2:40 am, Sebastian Huber >>> wrote: >>> >>> On 17/03/2022 12:51, Sebastian Huber wrote: >>>> This fixes the build of a recent

Re: NTP client recommendation for RTEMS?

2022-03-20 Thread Chris Johns
On 24/2/2022 2:03 am, Sebastian Huber wrote: > On 22/02/2022 21:25, Joel Sherrill wrote: >> On Tue, Feb 22, 2022, 1:45 PM Sebastian Huber >> > > wrote: >> >>     On 22/02/2022 20:30, Joel Sherrill wrote: >> > On Tue, Feb 22, 2022 at 1:21 PM Sebastian

Re: Older gcc for MacOS

2022-03-20 Thread Chris Johns
On 20/1/2022 8:32 am, Joel Sherrill wrote: > On Wed, Jan 19, 2022 at 3:00 PM Chris Johns wrote: >> >> On 8/1/22 9:34 am, Joel Sherrill wrote: >>> On Fri, Jan 7, 2022 at 4:17 PM Chris Johns wrote: >>>> >>>> On 8/1/22 8:28 am, Ryan Long wrote: >&g

Re: [PATCH] shell: Avoid potential stack corruption

2022-03-19 Thread Chris Johns
> On 15 Mar 2022, at 5:27 pm, Sebastian Huber > wrote: > > The rtems_shell_init() passed the address of a stack variable > (exit_code) to rtems_shell_run(). If wait == false, then the stack > variable goes out of scope but may be accessed by the created shell > thread. > > The rtems_shell_sc

Re: [PATCH] thread.hpp: Fix redefinition of default argument

2022-03-19 Thread Chris Johns
Ok to push Thanks Chris > On 19 Mar 2022, at 2:16 am, Sebastian Huber > wrote: > > A default argument shall be defined only once. > > Close #4632. > --- > cpukit/include/rtems/thread.hpp | 32 ++-- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git

Re: [PATCH] GDB: Prefer Python 3 over 2

2022-03-18 Thread Chris Johns
> On 19 Mar 2022, at 2:40 am, Sebastian Huber > wrote: > > On 17/03/2022 12:51, Sebastian Huber wrote: >> This fixes the build of a recent GDB version: >> gdb/python/py-micmd.c: In function 'int >> micmdpy_uninstall_command(micmdpy_object*)': >> gdb/python/py-micmd.c:430:20: error: 'PyDict_Ge

[RBW] Re: ISO/WTB: Albatross bars, DA barend shifters, Simworks stem...

2022-03-17 Thread JohnS
that. Unfortunately only in black today, I wasn't able to add the silver to the basket. https://www.somafabshop.com/shop/product/soma-handlebar-oxford-2768?category=782 JohnS On Wednesday, March 16, 2022 at 4:39:03 PM UTC-4 phoen...@gmail.com wrote: > Shifters have been sourced, thanks

djangocon eu slack and contact information

2022-03-15 Thread Jason Johns
At the django-users google group, someone made a recent post https://groups.google.com/g/django-users/c/E4SX505gTCY about the djangocon EU announcement . Looks like there's two references to the conference Sla

Re: New validation test suites

2022-03-10 Thread Chris Johns
On 10/3/2022 7:19 pm, Sebastian Huber wrote: > Hello Chris, > > On 23/02/2022 10:17, Sebastian Huber wrote: >> >> I added a --diff option to the spec2modules.py script in rtems-central.git. >> You can now unpack a release archive of rtems-central.git and then do the >> following: >> >> 1. Unpack t

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Chris Johns
On 10/3/2022 9:43 am, Joel Sherrill wrote: > On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes > wrote: > >> Thanks for that. I've been struggling with this for a while ;-) >> >> But there is this comment in the file: >> “ >> # >> # BSP specific settings. To be included in application Makefiles >> # >>

[gccsdk] Using GCC 10 to build python

2022-03-09 Thread Chris Johns
Hello I'd like to see if Python 3.10 will build with GCC 10. I suspect there are a few issues that might come into play here. One is that I usually build native, so it might take a week to build (IIRC GCC 10 is very slow when building native). I could probably get it to cross-compile on my un

[RBW] Re: Subject: FS Analog/Discord Fingerling Stem - Bump

2022-03-06 Thread JohnS
Stem is sold. Thanks, JohnS On Saturday, March 5, 2022 at 4:05:36 PM UTC-5 JohnS wrote: > I need move these, so now asking $140, will cover shipping as long as it's > less than $10. > > Thanks, > JohnS > > On Saturday, February 5, 2022 at 8:46:34 AM UTC-5 JohnS wrote

[RBW] Re: Subject: FS Analog/Discord Fingerling Stem - Bump

2022-03-05 Thread JohnS
I need move these, so now asking $140, will cover shipping as long as it's less than $10. Thanks, JohnS On Saturday, February 5, 2022 at 8:46:34 AM UTC-5 JohnS wrote: > Details: Black 50mm extension, for 1" steerers, 31.8 handlebar clamp. > Asking $160 plus shipping, prefer

Re: [RBW] Re: Shellacing the Neubaums

2022-03-04 Thread JohnS
They do! I can't wait to get the gavel bike built so that I can go for a long ride on them. On Thursday, March 3, 2022 at 8:10:04 PM UTC-5 jmlmu...@gmail.com wrote: > I bet those tires will feel great! > > On Mar 3, 2022, at 3:14 PM, JohnS wrote: > > Joe, > > >

Re: [RBW] Re: Shellacing the Neubaums

2022-03-03 Thread JohnS
n’t make me feel bad for what I paid for > them, especially in comparison to what I paid for the bike! And they roll > nearly like slicks on pavement. And are pretty nice sounding too! > > Joe > > On Mar 3, 2022, at 5:34 AM, JohnS wrote: > >  > > > Thanks Joe, I

Re: [RBW] Re: Shellacing the Neubaums

2022-03-03 Thread JohnS
;82 Stumpy will have Fat Franks, bullet proof, reasonable price, fun, but not a performance tire. Almost done with the rasket, will post a pic soon. JohnS On Wednesday, March 2, 2022 at 10:05:59 AM UTC-5 jmlmu...@gmail.com wrote: > The Ultradynamico tires are nice. They are very comfortable and

Re: [RBW] Re: Shellacing the Neubaums

2022-03-02 Thread JohnS
little between the rack and basket to minimize the > clankiness. > > > > On Mar 1, 2022, at 9:51 AM, JohnS wrote: > > Thank you for the advice of using lighter coats, that should help prevent > runs and drips. I put two coats on this time, so should be good for a &g

[RBW] Re: Shellacing the Neubaums

2022-03-01 Thread JohnS
Thank you for the advice of using lighter coats, that should help prevent runs and drips. I put two coats on this time, so should be good for a while. Now onto mounting the Wald basket, always something. JohnS On Monday, February 28, 2022 at 11:59:16 AM UTC-5 eric...@gmail.com wrote: > Jo

Re: [PATCH 00/27] Change License to BSD-2

2022-02-28 Thread Chris Johns
On 1/3/22 3:08 am, Gedare Bloom wrote: > This series of relicense changes looks good. Thanks for getting this > cleaned up. I think you can push it. +1 Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Update to GDB 11.2?

2022-02-27 Thread Chris Johns
On 26/2/22 1:07 am, Joel Sherrill wrote: > On Thu, Feb 24, 2022 at 11:53 PM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 24/02/2022 14:53, Sebastian Huber wrote: >>> On 24/02/2022 14:40, Joel Sherrill wrote: On Thu, Feb 24, 2022, 5:50 AM Sebastian Huber >>>

Re: [PATCH 0/3] Clean up in anticipation of change to BSD-2 license

2022-02-24 Thread Chris Johns
OK to push Thanks Chris On 24/2/22 9:33 am, Joel Sherrill wrote: > Hi > > In reviewing files prior to changing the license to BSD-2, I > noticed some files had issues in their file headers. It ranged > from odd spacing to typos to comments in license/copyright blocks. > > There shouldn't be an

Re: [PATCH rtems-examples 00/14] RTEMS Examples Clean Up

2022-02-24 Thread Chris Johns
Looks good, OK to push. Thanks for all the examples. Chris On 24/2/22 9:21 am, Joel Sherrill wrote: > Hi > > In using the examples in classes and writing examples for users, > I have accumulated some changes. These changes cover a bit of > territory. > > + Fix build issues > + Address war

Re: [PATCH v3 0/5] Add MicroBlaze libdebugger support

2022-02-22 Thread Chris Johns
Thanks for this and OK to merge and push. Chris On 23/2/22 9:06 am, Kinsey Moore wrote: > Changes from v2: > * Removed interrupt hooks in favor of step and continue behavior > > > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mai

Re: [PATCH rtems-libbsd] ipsec-tools: Reduce allocated buffer size

2022-02-22 Thread Chris Johns
OK and thanks Chris On 22/2/22 7:34 pm, Christian Mauderer wrote: > By default, pfkey allocates a 2MB buffer that is used for SPD entries. > This size is a good choice for a server system where a lot of clients > should be handled. But on our embedded systems, an application with that > much clie

[RBW] Re: Cool Tools for Home Wrenchers

2022-02-22 Thread JohnS
park-multi-tool-mt-1?_pos=7&_sid=b92c34749&_ss=r JohnS On Sunday, February 20, 2022 at 1:30:35 AM UTC-5 John Rinker wrote: > A close second to riding bikes is the joy I find in working with tools of > all sorts. This is one of the more effable qualities that make bikes so >

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 8:58 am, Kinsey Moore wrote: > On 2/17/2022 15:31, Chris Johns wrote: >> On 18/2/22 7:12 am, Kinsey Moore wrote: >>> On 2/17/2022 13:53, Chris Johns wrote: >>>> On 16/2/22 7:38 am, Kinsey Moore wrote: >>>>> Add hooks for manipulating

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 7:12 am, Kinsey Moore wrote: > On 2/17/2022 13:53, Chris Johns wrote: >> On 16/2/22 7:38 am, Kinsey Moore wrote: >>> Add hooks for manipulating system state before and after interrupts are >>> run. These hooks serve primarily to allow the MicroBlaze libdebu

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > Add hooks for manipulating system state before and after interrupts are > run. These hooks serve primarily to allow the MicroBlaze libdebugger > backend to prevent software breaks from occurring in interrupt context. I am unsure what problem this is resolv

Re: [PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > It is possible to remove software breaks without actually restoring the > original instruction to memory. When this happens, the original > instruction is lost. Should this > This ensures that when a software break is removed, > its original instruct

Re: [rtems-release commit] Do not use tar Jxf for uncompressed archives

2022-02-17 Thread Chris Johns
On 17/2/22 4:45 pm, Sebastian Huber wrote: > Hello Chris, > > On 17/02/2022 04:11, Chris Johns wrote: >> I would like to approve all commits to this repo. >> >> Why have you made this change? > > I tried to run the scripts on my Linux machine and this fixed one

Re: New validation test suites

2022-02-17 Thread Chris Johns
On 17/2/22 5:47 pm, Sebastian Huber wrote: > On 17/02/2022 06:11, Chris Johns wrote: >> On 15/2/22 7:48 pm, Sebastian Huber wrote: >>> On 15/02/2022 02:16, Chris Johns wrote: >>>> On 15/2/22 12:43 am, Sebastian Huber wrote: >>>>> On 03/02/2022 09:09, S

Re: New validation test suites

2022-02-16 Thread Chris Johns
On 15/2/22 7:48 pm, Sebastian Huber wrote: > On 15/02/2022 02:16, Chris Johns wrote: >> On 15/2/22 12:43 am, Sebastian Huber wrote: >>> On 03/02/2022 09:09, Sebastian Huber wrote: >>>> On 30/01/2022 23:26, Chris Johns wrote: >>>>>>>> We just ha

Re: [rtems-release commit] Use awk instead of cut -w

2022-02-16 Thread Chris Johns
Hi, What platform you are testing this on? Thanks Chris On 15/2/22 7:18 pm, Sebastian Huber wrote: > Module:rtems-release > Branch:master > Commit:3b918a72522145acbab700ca3e72dbe872a26005 > Changeset: > http://git.rtems.org/rtems-release/commit/?id=3b918a72522145acbab700ca3e72dbe872

Re: [rtems-release commit] Do not use tar Jxf for uncompressed archives

2022-02-16 Thread Chris Johns
Hi Sebastian, I would like to approve all commits to this repo. Why have you made this change? Thanks Chris On 15/2/22 7:18 pm, Sebastian Huber wrote: > Module:rtems-release > Branch:master > Commit:455255299d2cd0e4317acdd0363cfba50cb7da8d > Changeset: > http://git.rtems.org/rtems-

Re: New validation test suites

2022-02-14 Thread Chris Johns
On 15/2/22 12:43 am, Sebastian Huber wrote: > On 03/02/2022 09:09, Sebastian Huber wrote: >> On 30/01/2022 23:26, Chris Johns wrote: >>>>>> We just have to create a >>>>>> release branch for RTEMS 6 and reference release branch commits in the >

Re: [PATCH rtems-docs] Add option --build-manuals to build multiple specific manuals.

2022-02-13 Thread Chris Johns
On 12/2/22 3:37 am, Shashvat wrote: > Hi Gedare!! > > Is there a ticket associated with this, or any feature request? Or >> just something you thought of doing? >> > > I am sorry I should have mentioned the motive behind the option. > I was planning to work on ticket # which works on a specif

Re: [PATCH rtems-libbsd v2 0/3] MicroBlaze AXI Ethernet Support

2022-02-10 Thread Chris Johns
Alex, The AIX IP here is used in a number of places. Should we use: Xilinx AXI Ethernet Support ? It may help others looking for support. Chris On 11/2/22 9:12 am, Alex White wrote: > v2: > - Reworked patches to follow CONTRIBUTING.md guide > - Excluded unneeded vmem calls > - Moved ethernet

Re: [rtems-libbsd commit] sys/kern: Add VFS support

2022-02-09 Thread Chris Johns
On 9/2/22 7:43 pm, Sebastian Huber wrote: > On 09/02/2022 09:41, Sebastian Huber wrote: >> On 08/02/2022 11:07, Chris Johns wrote: >>>> It seems that the commit is not present in the master branch. This means >>>> all >>>> the >>>> wor

Re: [rtems-libbsd commit] sys/kern: Add VFS support

2022-02-08 Thread Chris Johns
On 8/2/22 12:48 am, Sebastian Huber wrote: > Hello Chris, > > sorry, this slipped through may review list. Thanks for the review. > > On 02/09/2021 04:43, Chris Johns wrote: >> @@ -1232,9 +993,6 @@ osendmsg(struct thread *td, struct osendmsg_args *uap) >>   #end

Re: Where can I get the kernel sources?

2022-02-04 Thread Chris Johns
On 3/2/22 4:02 am, Heinz Junkes wrote: > I think I slept through the latest development. Sorry about that. Welcome back. > Where can I get the rtems sources (c/src)? This directory has gone. It had only existed on the master branch recently to hold the autoconf build files and we have now remove

[RBW] Re: New Bike-Trade Day - A(nother) Quickbeam

2022-01-31 Thread JohnS
Patch, that's a great looking bike. I'm always impressed with how versatile the QB/S1 are, commuter, rando-like, trail, does it all, as long as it's not too hilly (DP would recommend walking in that case, lowest common gear). Good luck, JohnS Who's only Riv is an o

Re: RISC-V BSP Build Failures on Ubuntu

2022-01-30 Thread Chris Johns
On 30/1/22 7:19 am, Joel Sherrill wrote: > Hi > https://lists.rtems.org/pipermail/build/2022-January/031425.html > > bsp-builder is reporting this. Help appreciated. Looks like it could > be a tooling issue > > Failures Report > === >1 posix-debug riscv/frdme310arty build: >

Re: New validation test suites

2022-01-30 Thread Chris Johns
On 27/1/22 6:09 pm, Sebastian Huber wrote: > On 27/01/2022 03:24, Chris Johns wrote: >> On 25/1/22 5:37 pm, Sebastian Huber wrote: >>> On 25/01/2022 01:09, Chris Johns wrote: >>>> On 25/1/22 1:39 am, Sebastian Huber wrote: >>>>> how do we want to proce

Re: [rtems commit] cpukit: Add description of release version numbers

2022-01-30 Thread Chris Johns
On 29/1/22 2:36 am, Sebastian Huber wrote: > On 28/01/2022 15:28, Christian MAUDERER wrote: >> So I think at the moment, the engineering manual is wrong. The release branch >> will always have the number N.0.0 as long as we don't change the release >> process. > > I think the manual is right and

Roadmap and communication of features planned for releases

2022-01-29 Thread Jason Johns
This came up via a query at Reddit https://reddit.com/r/django/comments/setc9n/official_roadmap/ and I wasn’t able to find anything other than what is already in the comments. That also made me curious and feel that more communication about planned features and changes could be useful. Thanks!

Re: [PATCH] rtems-tools-6.cfg: Bump hash

2022-01-27 Thread Chris Johns
OK On 28/1/22 12:48 am, Ryan Long wrote: > --- > rtems/config/tools/rtems-tools-6.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems/config/tools/rtems-tools-6.cfg > b/rtems/config/tools/rtems-tools-6.cfg > index d493955..f7a766e 100644 > --- a/rtems/config/t

Re: New validation test suites

2022-01-26 Thread Chris Johns
On 25/1/22 5:37 pm, Sebastian Huber wrote: > On 25/01/2022 01:09, Chris Johns wrote: >> On 25/1/22 1:39 am, Sebastian Huber wrote: >>> how do we want to proceed with the integration of the new validation test >>> suite? >>> At the moment it is not clear to me

Re: [RBW] Best grocery pannier? Nice lightweight wool cycling "jacket" or full-zip mid-weight jersey?

2022-01-26 Thread JohnS
About #2, found this nice Merino wool outer layer with rear pockets at Search & State (by way of Radavist). Not cheap at $215, but what wool garment is??? https://searchandstate.com/products/long-sleeve-merino-ranger/# Good luck, JohnS On Saturday, January 22, 2022 at 4:32:09 PM UTC-5 Pat

Re: New validation test suites

2022-01-24 Thread Chris Johns
On 25/1/22 1:39 am, Sebastian Huber wrote: > how do we want to proceed with the integration of the new validation test > suite? > At the moment it is not clear to me what issues are left to resolve and what I > can do to address them? I believe I have been clear about what I see as being needed:

Re: [PATCH] rtems-tools-6.cfg: Bump hash to get new INI files

2022-01-23 Thread Chris Johns
On 21/1/22 1:32 am, Joel Sherrill wrote: > This looks good to me. If no one objects, I will push it. Ok to push. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] sb/linux.py: Simplify "distro" determination

2022-01-23 Thread Chris Johns
I do not use Linux enough to know if this is OK. I have no problem with this being pushed if other Linux users are happy. Chtis On 20/1/22 11:03 pm, Sebastian Huber wrote: > This fixes an issue on Debian 11 which contains "Debian" in /etc/issue > (captital D). > --- > source-builder/sb/linux.py

Re: [PATCH 0/5] rtems-bsp-builder Configuration Cleanup

2022-01-23 Thread Chris Johns
OK to push. Thank you for taking the time to get this sorted. Chris On 22/1/22 2:26 am, Joel Sherrill wrote: > As part of adding aarch64 BSPs to tier 1, it become obvious that > these config files had not received attention lately. Multiple > architectures and BSPs needed to be added. Some BSPs

Re: [PATCH rtems-libbsd 1/2] microblaze: Add AXI Ethernet support

2022-01-21 Thread Chris Johns
On 21/1/22 8:18 am, Alex White wrote: > On Thu, Jan 20, 2022 at 12:30 AM Chris Johns wrote: >> >> On 20/1/22 2:54 pm, Alex White wrote: >>> From: Jennifer Averett >>> rtemsbsd/rtems/rtems-kernel-vmem.c| 17 + >>> diff --git a/rtemsbsd/rtems

Re: [PATCH rtems-tools] tiers: Add AArch64 to tier 1

2022-01-19 Thread Chris Johns
On 20/1/22 9:04 am, Joel Sherrill wrote: > On Wed, Jan 19, 2022 at 2:56 PM Chris Johns wrote: >> >> On 20/1/22 5:08 am, Joel Sherrill wrote: >>> Are the Tier 1 architectures/BSPs documented anywhere besides an INI file? >> >> I do not think they are. > &g

Re: [PATCH rtems-libbsd 1/2] microblaze: Add AXI Ethernet support

2022-01-19 Thread Chris Johns
On 20/1/22 2:54 pm, Alex White wrote: > From: Jennifer Averett > rtemsbsd/rtems/rtems-kernel-vmem.c| 17 + > diff --git a/rtemsbsd/rtems/rtems-kernel-vmem.c > b/rtemsbsd/rtems/rtems-kernel-vmem.c > index f64fbd17..70708902 100644 > --- a/rtemsbsd/rtems/rtems-kernel-vmem.c > +++ b/rt

Re: Older gcc for MacOS

2022-01-19 Thread Chris Johns
On 8/1/22 9:34 am, Joel Sherrill wrote: > On Fri, Jan 7, 2022 at 4:17 PM Chris Johns wrote: >> >> On 8/1/22 8:28 am, Ryan Long wrote: >>> Hi, >>> >>> Our MacOS VM is failing to build several of the tools on the RTEMS 5 >>> branch. We >>>

Re: [PATCH 0/5] Update rtems-bsp-builder to match RTEMS master

2022-01-19 Thread Chris Johns
Looks great and thank you for taking care of this. Chris On 20/1/22 5:04 am, Joel Sherrill wrote: > The set of ini files for rtems-bsp-builder was out of sync > with the set of architectures and BSPs currently in RTEMS. > This patch set adds three architectures and a handful of BSPs. > > Build r

Re: [PATCH rtems-tools] tiers: Add AArch64 to tier 1

2022-01-19 Thread Chris Johns
On 20/1/22 5:08 am, Joel Sherrill wrote: > Are the Tier 1 architectures/BSPs documented anywhere besides an INI file? I do not think they are. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[RBW] Re: WTB: Nitto wire guard

2022-01-19 Thread JohnS
Hello Jamin, You may want to do a search on this guard. As I recall at least one group member wasn't very happy with it. Regards, JohnS On Tuesday, January 18, 2022 at 11:42:56 PM UTC-5 jamin orrall wrote: > Looking for a Nitto wire guard, I have attached a photo. They seem to be

Re: [PATCH rtems-tools] rtems-bsps-powerpc.ini: Remove powerpc/halekala

2022-01-18 Thread Chris Johns
OK Thanks Chris On 19/1/22 5:17 am, Joel Sherrill wrote: > Updates #4302. > --- > config/rtems-bsps-powerpc.ini | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/config/rtems-bsps-powerpc.ini b/config/rtems-bsps-powerpc.ini > index b4dc02c..fc69827 100644 > --- a/config/rtems-bsps-powerpc

Re: [PATCH rtems-tools] tiers: Add AArch64 to tier 1

2022-01-18 Thread Chris Johns
Ok to push. Thank you Chris On 19/1/22 3:19 am, Kinsey Moore wrote: > Hardware test results have recently been posted for AArch64. > > Closes #4581 > --- > config/rtems-bsps-tiers.ini | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/config/rtems-bsps-tiers.ini b/confi

Re: New validation test suites

2022-01-17 Thread Chris Johns
On 17/1/22 8:51 pm, Sebastian Huber wrote: > On 17/01/2022 09:47, Chris Johns wrote: >> On 17/1/22 7:04 pm, Sebastian Huber wrote: >>> On 17/01/2022 08:52, Chris Johns wrote: >>>> My understanding of the status of these patches is the remaining topic is >>>

[RBW] Re: Velotaxonomy: What are we, anyway?

2022-01-17 Thread JohnS
Plus 1 for the Meetup app (meetup.com), great way to find like minded cyclists in your area. My local bike club uses it to post all of its rides from rail to trail rides (flat, 12-14 mph pace) to near race pace roadies (18-20 mph with hills), and everything in between. Good Luck! JohnS On

Re: New validation test suites

2022-01-17 Thread Chris Johns
On 17/1/22 7:04 pm, Sebastian Huber wrote: > On 17/01/2022 08:52, Chris Johns wrote: >> My understanding of the status of these patches is the remaining topic is the >> release dependencies. I have not had time to give this any consideration >> however >> I have a fee

Re: New validation test suites

2022-01-16 Thread Chris Johns
On 15/1/22 2:02 am, Sebastian Huber wrote: > On 11/01/2022 17:09, Sebastian Huber wrote: >> >> I will do a test run on a arm/imx7 board tomorrow. The new validation tests >> already passed some time ago on this board. > > Running the complete new validation test suite revealed a bug in the arm >

Re: Older gcc for MacOS

2022-01-07 Thread Chris Johns
On 8/1/22 8:28 am, Ryan Long wrote: > Hi, > > Our MacOS VM is failing to build several of the tools on the RTEMS 5 branch. > We > think that using an older version of gcc should get all of the tools to > build. I > tried build gcc-4.8 with the RSB, but I get the following error. > > > tester@V

Re: [PATCH 1/2] microblaze: Add support for libbsd.

2022-01-04 Thread Chris Johns
On 5/1/22 5:10 am, Alex White wrote: > From: Jennifer Averett > > --- > .../microblaze_fpga/dts/microblaze-dtb.c | 962 ++ > .../microblaze/microblaze_fpga/dts/system.dts | 452 > bsps/microblaze/microblaze_fpga/fdt/bsp_fdt.c | 21 + > bsps/microblaze/microblaze_fp

Re: [PATCH 0/2] microblaze: libbsd support

2022-01-04 Thread Chris Johns
Which repo is this for? On 5/1/22 5:10 am, Alex White wrote: > This patch set adds support for libbsd to the MicroBlaze BSPs and contains > fixes > for issues found while debugging the rtems-libbsd telnetd01 test in QEMU and > on > the Xilinx KCU105 board. > > Alex White (1): > microblaze: Ad

[RBW] Re: Saddle Recommendation Requested

2021-12-30 Thread JohnS
days. https://www.treefortbikes.com/Velo-Voam-Breeze-Saddle Good luck, JohnS On Thursday, December 30, 2021 at 12:38:18 PM UTC-5 Elisabeth Sherwood wrote: > p.s. Went to Trek's website and this is the one we got for my mother's > bike: > > > https://www.trekbikes.com/u

[RBW] Re: WTB/WTT: Paul Racer Silver (for black)

2021-12-23 Thread JohnS
Brakes are sold. Happy Holidays Everyone! JohnS On Wednesday, December 22, 2021 at 2:51:36 PM UTC-5 Dorothy C wrote: > The original Paul Racers, not the medium are discontinued, it seems > > On Wednesday, December 22, 2021 at 11:04:13 AM UTC-8 JohnS wrote: > >> H

[RBW] Re: WTB/WTT: Paul Racer Silver (for black)

2021-12-22 Thread JohnS
Hello Sean and Ryan, apparently Paul Racers are a rare commodity since two other people replied off list for them as well. So that would mean Sean is 4th and Ryan is 5th in line. Sorry. JohnS On Tuesday, December 21, 2021 at 9:38:43 PM UTC-5 Abcyclehank wrote: > I will get behind the origi

Re: Alternative download paths for RSB?

2021-12-21 Thread Chris Johns
On 22/12/21 6:37 am, Joel Sherrill wrote: > On Tue, Dec 21, 2021, 12:45 PM Chris Johns <mailto:chr...@rtems.org>> wrote: > > How can we ensure that all mirrors listed work? > > They would need to be tested and that means more code in the RSB to do it. > &

Re: [PATCH v2] ReportsBase: Change raw pointer to unique_ptr

2021-12-21 Thread Chris Johns
OK Thanks Chris On 22/12/21 7:49 am, Ryan Long wrote: > Replaced raw pointer used with ReportsBase-derived classes to make code > cleaner and make it to where pointers do not have to be manually > deleted. > > Closes #4376 > --- > tester/covoar/ReportsBase.cc | 77 > +--

[RBW] Re: WTB/WTT: Paul Racer Silver (for black)

2021-12-21 Thread JohnS
I may as well sell them to someone who can use them. I'll PM you with the details and pics later today. JohnS On Tuesday, December 21, 2021 at 11:31:45 AM UTC-5 lconley wrote: > The panda look requires you to mix the black and silver parts between the > brakes, I believe. > >

Re: Alternative download paths for RSB?

2021-12-21 Thread Chris Johns
On 22/12/21 1:45 am, Joel Sherrill wrote: > On Tue, Dec 21, 2021 at 12:33 AM Sebastian Huber > wrote: >> >> On 20/12/2021 22:52, Chris Johns wrote: >>> On 21/12/21 2:33 am, Joel Sherrill wrote: >>>> On Mon, Dec 20, 2021 at 8:54 AM Joel Sherrill wrote: >

Re: [PATCH rtems-tools v1] ReportsBase: Change raw pointer to unique_ptr

2021-12-20 Thread Chris Johns
On 21/12/21 10:08 am, Ryan Long wrote: > On 12/20/2021 5:03 PM, Chris Johns wrote: >> On 21/12/21 7:24 am, Ryan Long wrote: >> >>>     reportList_t   reportList; >> Then make this `reports`. >> >>>     reportList_t::iterator ri

Re: [PATCH rtems-tools v1] ReportsBase: Change raw pointer to unique_ptr

2021-12-20 Thread Chris Johns
On 21/12/21 7:24 am, Ryan Long wrote: > Replaced raw pointer used with ReportsBase-derived classes to make code > cleaner and make it to where pointers do not have to be manually > deleted. > > Closes #4376 > --- > tester/covoar/ReportsBase.cc | 21 ++--- > 1 file changed, 6 in

Re: Alternative download paths for RSB?

2021-12-20 Thread Chris Johns
On 21/12/21 2:33 am, Joel Sherrill wrote: > On Mon, Dec 20, 2021 at 8:54 AM Joel Sherrill wrote: >> >> On Mon, Dec 20, 2021 at 6:59 AM Sebastian Huber >> wrote: >>> >>> Hello, >>> >>> it seems the GNU web server is down: >> >> Yep. Still down. >> >> i reached out to the sourceware admins to see i

Re: New validation test suites

2021-12-16 Thread Chris Johns
On 16/12/21 6:36 pm, Sebastian Huber wrote: > On 16/12/2021 04:51, Chris Johns wrote: >> On 16/12/21 3:27 am, Sebastian Huber wrote: >>> On 15/12/2021 06:46, Chris Johns wrote: >>>> On 14/12/21 6:24 pm, Sebastian Huber wrote: >>>>> Hello Chris, >&

Re: [PATCH rtems-libbsd] Import arm64 in_cksum.h correctly

2021-12-15 Thread Chris Johns
OK Thanks Chris On 16/12/21 3:05 am, Kinsey Moore wrote: > When this file was brought in, it came from the wrong location or > freebsd-org hash. This corrects the file such that freebsd-to-rtems.py > runs cleanly. > --- > freebsd/sys/arm64/include/machine/in_cksum.h | 43 +++- >

Re: [PATCH RSB 5] sb: Merge mailer changes from rtems-tools

2021-12-15 Thread Chris Johns
> @@ -1,21 +1,33 @@ > # > # RTEMS Tools Project (http://www.rtems.org/) > -# Copyright 2013 Chris Johns (chr...@rtems.org) > +# Copyright 2013-2016 Chris Johns (chr...@rtems.org) > +# Copyright (C) 2021 On-Line Applications Research Corporation (OAR) > # All rights reserved. &

Re: [PATCH rtems-tools 5 0/5] Port mailer.py fixes to rtems-tools 5 branch

2021-12-15 Thread Chris Johns
OK Thanks Chris On 16/12/21 8:32 am, Alex White wrote: > Hi, > > This patch set adds the changes related to report mailing to rtems-tools 5. > > See #4553 > > Thanks, > > Alex White > > Alex White (5): > rtemstoolkit/mailer.py: Return full smtp-host arg value > rtemstoolkit: Filter mail

Re: New validation test suites

2021-12-15 Thread Chris Johns
On 16/12/21 3:27 am, Sebastian Huber wrote: > On 15/12/2021 06:46, Chris Johns wrote: >> On 14/12/21 6:24 pm, Sebastian Huber wrote: >>> Hello Chris, >>> >>> On 13/12/2021 22:01, Chris Johns wrote: >>>> On 14/12/21 1:53 am, Sebastian Huber wrote: &g

Re: New validation test suites

2021-12-14 Thread Chris Johns
On 14/12/21 6:24 pm, Sebastian Huber wrote: > Hello Chris, > > On 13/12/2021 22:01, Chris Johns wrote: >> On 14/12/21 1:53 am, Sebastian Huber wrote: >>> Hello, >>> >>> the ESA activity to pre-qualify parts of RTEMS according to ECSS >>> re

Re: [PATCH] TraceConverter.cc: Fix Uncaught exception issue

2021-12-13 Thread Chris Johns
OK On 14/12/21 12:47 am, Ryan Long wrote: > CID 1471639: Uncaught exception > > Closes #4501 > --- > tester/covoar/TraceConverter.cc | 20 ++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc >

Re: New validation test suites

2021-12-13 Thread Chris Johns
On 14/12/21 1:53 am, Sebastian Huber wrote: > Hello, > > the ESA activity to pre-qualify parts of RTEMS according to ECSS requirements > is > nearly complete. There is a short presentation available here: > > https://indico.esa.int/event/374/timetable/ Was the change in memory usage for 4.8 of

Re: [PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Chris Johns
OK and thanks for the split. Thanks Chris On 14/12/21 3:09 am, Ryan Long wrote: > Hi, > > For this patchset I made the formatting more consistent. > > This included: > > - adding whitespace > - adding curly braces to if statements or loops > - fixing the layout of long lists of function parame

Re: [rtems commit] untar: Make behavior similar to GNU or BSD tar

2021-12-10 Thread Chris Johns
On 10/12/21 6:20 pm, Christian MAUDERER wrote: > Am 09.12.21 um 22:09 schrieb Chris Johns: >> On 9/12/21 6:47 pm, Christian MAUDERER wrote: >> >> Given it is in maybe we let it sit and it there is feedback we come back and >> take another look? > > No problem

Re: [PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Chris Johns
On 10/12/21 10:00 am, Ryan Long wrote: > For this round of changes, I made some revisions that were recommended > in ConfigFile.cc > > - deleted a library include > - changed a function call from sscanf to std::sscanf > - consolidated some error messages into a function OK to push. Thanks Chris

Re: [rtems commit] untar: Make behavior similar to GNU or BSD tar

2021-12-09 Thread Chris Johns
On 9/12/21 6:47 pm, Christian MAUDERER wrote: > Hello Chris, > > sorry that I haven't been clear enough. > > 1. The ticket #4552 that I created before sending the patch to the list and > that > was closed by the patch was for 5. > > 2. I asked as an answer to Joels review and I understood him t

Re: [rtems commit] untar: Make behavior similar to GNU or BSD tar

2021-12-08 Thread Chris Johns
Hi Christian, I did not know this was for the 5 branch. Where was this discussed? Functional changes to a release branch need to be treated carefully and in this case I would not approve it. I am sorry if I did not pick up it was for 5 as well. Thanks Chris On 9/12/21 6:21 pm, Christian Mauder

Re: [PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Chris Johns
On 9/12/21 2:15 am, Ryan Long wrote: > --- > tester/covoar/ConfigFile.cc | 79 > + > tester/covoar/ConfigFile.h | 2 +- > 2 files changed, 31 insertions(+), 50 deletions(-) > > diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc >

Re: [PATCH] spec: Update location of cadence I2C

2021-12-08 Thread Chris Johns
OK and thanks Chris On 9/12/21 12:08 pm, Kinsey Moore wrote: > When the cadence I2C code was moved to a shared directory, the > references were updated but the install locations weren't. This updates > the install locations to match what out-of-tree applications expect. > --- > spec/build/bsps/a

Re: [PATCH rtems-tools 0/8] Convert and reformat pt. 4

2021-12-07 Thread Chris Johns
On 8/12/21 1:09 am, Ryan Long wrote: > On 12/6/2021 10:09 PM, Chris Johns wrote: >> On 4/12/21 1:47 am, Ryan Long wrote: >>> Hi, >>> >>> For this series of patches, I followed this series of steps: >>> >>> 1. Convert a file from the C way o

<    12   13   14   15   16   17   18   19   20   21   >