Re: rtems-docs [PATCH] README: Fixing spelling and grammar errors

2023-06-16 Thread Joel Sherrill
Pushed. Thanks. On Fri, Jun 16, 2023 at 2:19 PM Gedare Bloom wrote: > LGTM someone can pick this up. Ping in a week if not done by then. > > On Thu, Jun 15, 2023 at 7:15 PM Stanley Paulauskas wrote: > > > > Hello, RTEMS Devs! > > > > Please find attached a patch for rtems-docs/README.txt that

Re: BSP .inc files and .cfg files

2023-06-16 Thread Joel Sherrill
On Fri, Jun 16, 2023 at 3:18 AM Philip Kirkpatrick < p.kirkpatr...@reflexaerospace.com> wrote: > For the RPU patch, I'll add removing this to my next pass at it. > If there is some transformation on the linked executable needed to download it, I hope you document that entire process in the Users

Re: rtems-docs [PATCH] README: Fixing spelling and grammar errors

2023-06-16 Thread Gedare Bloom
LGTM someone can pick this up. Ping in a week if not done by then. On Thu, Jun 15, 2023 at 7:15 PM Stanley Paulauskas wrote: > > Hello, RTEMS Devs! > > Please find attached a patch for rtems-docs/README.txt that fixes some > grammatical and spelling errors. Since this is my first submission, I w

Re: [PATCH v2] eng: Add guidelines for validation tests

2023-06-16 Thread Gedare Bloom
On Thu, Jun 15, 2023 at 11:09 PM Sebastian Huber wrote: > > Update #3717. > --- > v2: > > * Mention that file name should be unique. > * Clarify file name parts. > * Add examples for enabled-by expressions. > > eng/req/howto.rst | 80 +++ > 1 file chang

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-16 Thread Gedare Bloom
On Fri, Jun 16, 2023 at 2:17 AM Philip Kirkpatrick wrote: > > > > On Fri, Jun 16, 2023 at 7:14 AM Chris Johns wrote: >> >> On 15/6/2023 6:16 pm, Philip Kirkpatrick wrote: >> > Thanks for all the good feedback. >> > >> > RE Joel: >> > I'll fix my sloppy formatting that you caught and submit a revi

doctest rtems example

2023-06-16 Thread Sam Price
/* Tell doctest to not use its own main */ #define DOCTEST_CONFIG_IMPLEMENT /* tell doctest to not use sigint that rtems does not have */ #define DOCTEST_CONFIG_NO_POSIX_SIGNALS #include "doctest.h" /* Setup command line part */ const char rtems_test_name[] = "DOCTEST UNIT TESTS"; static int run_

Re: BSP .inc files and .cfg files

2023-06-16 Thread Philip Kirkpatrick
For the RPU patch, I'll add removing this to my next pass at it. On Fri, Jun 16, 2023 at 6:37 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 16.06.23 06:35, Chris Johns wrote: > > On 16/6/2023 2:33 pm, Sebastian Huber wrote: > >> On 16.06.23 03:46, Chris Johns wrote: > >

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-16 Thread Philip Kirkpatrick
On Fri, Jun 16, 2023 at 7:14 AM Chris Johns wrote: > On 15/6/2023 6:16 pm, Philip Kirkpatrick wrote: > > Thanks for all the good feedback. > > > > RE Joel: > > I'll fix my sloppy formatting that you caught and submit a revised > patch. If > > I'm realistic about my schedule, I probably won't be