[PATCH] testsuite: Fix gcc 12 warnings

2022-06-19 Thread chrisj
From: Chris Johns --- testsuites/libtests/POSIX/readv.c | 2 +- testsuites/libtests/POSIX/sigismember.c | 2 +- testsuites/libtests/POSIX/sigprocmask.c | 3 ++- testsuites/libtests/POSIX/writev.c| 2 +-

GCC 12 warnings in testsuite

2022-06-19 Thread chrisj
Hi This patch fixes a number of easy warnings gcc 12 is now generating in the testsuite. There is a single addition of a pragma to silence a warning related. The patch does not cover: - Some fixes posted by Matt - Two warnings related to a pointer returned by malloc - Any warnings related to

[PATCH] arm/gicv3: Fix building arm/r52

2022-06-19 Thread chrisj
From: Chris Johns --- bsps/include/dev/irq/arm-gicv3.h | 5 + 1 file changed, 5 insertions(+) diff --git a/bsps/include/dev/irq/arm-gicv3.h b/bsps/include/dev/irq/arm-gicv3.h index a79368ebdf..aac02fa191 100644 --- a/bsps/include/dev/irq/arm-gicv3.h +++ b/bsps/include/dev/irq/arm-gicv3.h

Fix GICv3 with R52 builds

2022-06-19 Thread chrisj
Hi This patch fixes the r52 build. I have no means to test this change. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP

2022-06-19 Thread oss
Hello Duc, Am 14.06.22 um 16:46 schrieb Duc Doan: Dear all, I am proposing a new GPIO API for RTEMS. The current API is kind of tailored to some specific hardware and therefore may require some overhead to make it fit for others. The one I am proposing is not finished but it is aimed to be