Re: [PATCH v3 0/5] *** New GPIO API and implementation for STM32F4 BSP ***

2022-07-12 Thread Duc Doan
Hello, This blog of mine describes the API and shows how to use/implement the API for a BSP/driver: https://medium.com/@dtbpkmte/gsoc-2022-rtems-coding-period-week-4-gpio-wiki-1f10e5c4458 Thank you, Duc Doan ___ devel mailing list devel@rtems.org http:

[PATCH] validation: SMP-specific spurious interrupt test

2022-07-12 Thread Sebastian Huber
Update #3716. --- .../validation/tc-bsp-interrupt-spurious.c| 148 +++--- 1 file changed, 125 insertions(+), 23 deletions(-) diff --git a/testsuites/validation/tc-bsp-interrupt-spurious.c b/testsuites/validation/tc-bsp-interrupt-spurious.c index 0cb14f8f1a..f5e992a51d 100644 ---

Time to promote lwip git repo

2022-07-12 Thread Joel Sherrill
Hi Vijay and Kinsey have made great progress in addressing the issues that were raised about the lwip tcpip stack that needed to be addressed before it became an official top level repository. Thanks to both of them. I think it's time to promote the repo. Hopefully just a couple of core developer

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-12 Thread Vijay Kumar Banerjee
Hi, On Fri, Jul 1, 2022 at 9:20 PM Vijay Kumar Banerjee wrote: > > On Fri, Jul 1, 2022 at 8:19 PM Kinsey Moore wrote: > > > > On 7/1/2022 18:50, Vijay Kumar Banerjee wrote: > > > > On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: > > > > Hi Kinsey, > > > > This patchset is looking gr

Re: Time to promote lwip git repo

2022-07-12 Thread Chris Johns
On 13/7/2022 10:08 am, Joel Sherrill wrote: > Vijay and Kinsey have made great progress in addressing the issues that were > raised about the lwip tcpip stack that needed to be addressed before it became > an official top level repository. Thanks to both of them. Well done. Great effort. > I thin

[PATCH] spextensions01: Fix assertion

2022-07-12 Thread Sebastian Huber
Commit 80090639a62b50d7d66614ca789e4592924a06e5 altered the system state change. Account for this in assert_allocator_protected_thread_context(). --- testsuites/sptests/spextensions01/init.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/spex