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 si

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

[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 @@

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] 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 +- testsuite

Re: [PATCH 13/13] jffs2: Update baseline version to Linux v5.9

2022-06-19 Thread Sebastian Huber
On 11/06/2022 03:57, Chris Johns wrote: I will take a look at the heap fragmentation under large block writes as a background task. I have openedhttps://devel.rtems.org/ticket/4664 to track this issue. In 2018 I replaced the first fit allocator with TLSF due to heap fragmentation issues in co

Re: [rtems-libbsd commit] freebsd/nfsv4: Fix misaligned 64bit user dirent write

2022-06-19 Thread Sebastian Huber
On 20/06/2022 04:57, Chris Johns wrote: Module:rtems-libbsd Branch:6-freebsd-12 Commit:c56a34f54767decf3e398651c30bea9ebbd9572a Changeset:http://git.rtems.org/rtems-libbsd/commit/?id=c56a34f54767decf3e398651c30bea9ebbd9572a Author:Chris Johns Date: Mon Jun 20 12:44:41 2022 +