Re: [PATCH v2] setbuilder minor list-host option

2021-07-16 Thread Chris Johns
Pushed and thanks Chris On 16/7/21 10:15 pm, Robin Mueller wrote: > This adds a way to print the host triplet > Can be useful for cross-compiling toolchains > --- > Change from v1 to v2: Removed "Displaying" in printout on first line. > > source-builder/sb/setbuilder.py | 14 +- > 1

Re: [PATCH v3] testsuites: Added tests for sig2str/str2sig methods

2021-07-16 Thread Joel Sherrill
On Fri, Jul 9, 2021 at 4:01 AM Matt Joyce wrote: > > Fixed newline error at end of psxsignal09.yml. Added psxsignal09 in > psxtests and compile only test in psxhdrs in order to evaluate newly > added POSIX standard methods in Newlib. > --- > spec/build/testsuites/psxtests/grp.yml| 2 + >

Re: [PATCH 1/2] libc: Added implementations for sig2str/str2sig

2021-07-16 Thread Joel Sherrill
On Wed, Jul 7, 2021 at 5:46 AM Matt Joyce wrote: > > Added function implementations for sig2str() and str2sig() in libc/signal in > order > to improve POSIX compliance. > --- > newlib/libc/signal/sig2str.c | 156 +++ > 1 file changed, 156 insertions(+) > create m

Re: [PATCH v2] libc: Added implementations for sig2str/str2sig methods

2021-07-16 Thread Joel Sherrill
This looks OK to me. GO ahead and submit to newlib@ for their review. --joel On Fri, Jul 9, 2021 at 3:01 AM Matt Joyce wrote: > > Added implementations for sig2str() and str2sig() in libc/signal in order > to improve POSIX compliance. Added function prototypes added to > sys/signal.h. > --- >

[PATCH] AddressToLineMapper.h: Remove pointer to temporary string

2021-07-16 Thread Alex White
CID 1505281: Pointer to local outside scope Closes #4473 --- tester/covoar/AddressToLineMapper.cc | 11 --- tester/covoar/AddressToLineMapper.h | 21 - 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/tester/covoar/AddressToLineMapper.cc b/tester/covoa

Re: [PATCH v4] bsps: Move optfdt* files to shared parent directory

2021-07-16 Thread Joel Sherrill
I'm doing a build sweep of all BSPs. When that completes, I plan to push this unless there are comments. On Fri, Jul 16, 2021 at 9:51 AM pranav wrote: > > --- > .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 > spec/build/bsps/arm/beagle/grp.yml | 8 > spec/

[PATCH v4] bsps: Move optfdt* files to shared parent directory

2021-07-16 Thread pranav
--- .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 spec/build/bsps/arm/beagle/grp.yml | 8 spec/build/bsps/arm/beagle/optfdtcpyro.yml | 16 spec/build/bsps/arm/beagle/optfdtmxsz.yml | 17 - spec/build/bsps/arm/beagl

Re: [PATCH] cpukit: occured -> occurred

2021-07-16 Thread Chris Johns
OK to push. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] STM32H7 ethernet pin corrections

2021-07-16 Thread Robin Mueller
These patches were submitted a few months ago, but it was found out that the default-by-family: [] were missing in the GPIO .yml lines. This was fixed in this patch. This patch accounts for different pins for the ETH peripheral on STM32H7 devices. For example, the Nucleo H743ZI has slightly diffe

[PATCH v2] setbuilder minor list-host option

2021-07-16 Thread Robin Mueller
This adds a way to print the host triplet Can be useful for cross-compiling toolchains --- Change from v1 to v2: Removed "Displaying" in printout on first line. source-builder/sb/setbuilder.py | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/set

Re: [PATCH] Fixes for TMS570 BSP

2021-07-16 Thread Robin Müller
Hello, I think this patch was forgotten. Pushing it up :-) Kind regards Robin On Tue, 20 Apr 2021 at 16:56, Robin Müller wrote: > I am currently extending the lwIP port provided by you for the > STM32H743ZI-Nucleo. I am also extending it to be more easily adaptable to > other BSPs and new por

[PATCH] cpukit: occured -> occurred

2021-07-16 Thread Sebastian Huber
--- cpukit/include/rtems/score/coremsgimpl.h | 8 cpukit/include/rtems/score/corerwlockimpl.h | 2 +- cpukit/include/rtems/score/coresemimpl.h | 2 +- cpukit/include/rtems/score/heapimpl.h| 2 +- cpukit/include/rtems/score/mrspimpl.h| 4 ++-- cpukit/include/r