GSOC: GSOC2024_Yang_Adding SPI and Watchdog support to Raspberry Pi 4B BSP

2024-03-06 Thread Ning Yang
I've prepared a draft for my proposal. Please let me know how I could improve it. Thank you in advance. https://docs.google.com/document/d/1NjlUSWhqwUvrsQPBISU05ah0I0IGkEuq6BIThrkMBsg/edit___ devel mailing list devel@rtems.org

Re: [PATCH 4/6] build: Add support to make bootloader images

2024-03-06 Thread Sebastian Huber
On 07.03.24 02:09, Chris Johns wrote: On 6/3/2024 8:33 am, Gedare Bloom wrote: If script generation needs to be done, it should be implemented in Python with input from the yml spec item as necessary to fill out a templated script with variables to customize for the BSP, and with appropriate

Re: [PATCH 4/6] build: Add support to make bootloader images

2024-03-06 Thread Sebastian Huber
On 05.03.24 22:33, Gedare Bloom wrote: On Mon, Mar 4, 2024 at 12:19 AM Chris Johns wrote: On 1/3/2024 9:57 pm, Sebastian Huber wrote: On 29.02.24 00:05, Chris Johns wrote: If it is will the details be exported in the pkgconfig file and made available for users building applications in a

Re: Getting started Task completed

2024-03-06 Thread Gedare Bloom
Hi Ashish Baghel, On Wed, Mar 6, 2024 at 6:30 AM ashish ashish wrote: > > Hello all, This is Ashish Baghel email: ashishashish7...@gmail.com pursuing > computer science and engineering and this is my patch for getting started task > > "hello.c" I see you are copying the contents of the files

[PATCH] testsuites/libtest/dl12: add DL test for incrementally linked object

2024-03-06 Thread Ranulfo Raphael
This adds a test to verify the incremental linking in RTL. Update #3740 --- spec/build/bsps/tstnolibdl.yml | 1 + spec/build/testsuites/libtests/dl12.yml | 46 spec/build/testsuites/libtests/grp.yml | 2 + testsuites/libtests/dl12/dl-load.c | 138

Re: [PATCH 4/6] build: Add support to make bootloader images

2024-03-06 Thread Chris Johns
On 6/3/2024 8:33 am, Gedare Bloom wrote: > If script generation needs to be done, it should be implemented in > Python with input from the yml spec item as necessary to fill out a > templated script with variables to customize for the BSP, and with > appropriate injection of comments etc to allow

Re: [PATCH] improved error checking in ticks per timeslice

2024-03-06 Thread Will
Hey Zack, Sebastian posted exactly what he thought those lines should be to match the surrounding coding style: #if defined(CONFIGURE_TICKS_PER_TIMESLICE) && CONFIGURE_TICKS_PER_TIMESLICE <= 0 It should just be a single #if like that and with that order of conditionals. You'll of course need

Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch (LinCAN inspired)

2024-03-06 Thread Pavel Pisa
Hello Gedare, thanks for feedback. On Tuesday 05 of March 2024 22:54:35 Gedare Bloom wrote: > On Thu, Feb 29, 2024 at 6:40 AM Pavel Pisa wrote: > > On Tuesday 27 of February 2024 22:27:43 Gedare Bloom wrote: > > > On Mon, Feb 12, 2024 at 8:03 AM Pavel Pisa wrote: > > > > > > > >