Re: [PATCH rtems] Include support files also for Zynq7000

2024-01-08 Thread Chris Johns
I consider it is a mistake to commit this patch. We have no idea who or where this is being used by users. Chris On 6/1/2024 4:56 am, Bernd Moessner wrote: > > On 05.01.2024 18:54, Kinsey Moore wrote: >> I assume this is to support the Zynq7000 under rtems-lwip since it would need >> those insta

Re: [PATCH rtems] Include support files also for Zynq7000

2024-01-05 Thread Bernd Moessner
On 05.01.2024 18:54, Kinsey Moore wrote: I assume this is to support the Zynq7000 under rtems-lwip since it would need those installed headers. This looks good to me. Kinsey On Sat, Dec 23, 2023 at 7:00 AM wrote: From: Bernd Moessner ---  spec/build/bsps/arm/xilinx-zynq/grp.ym

Re: [PATCH rtems] Include support files also for Zynq7000

2024-01-05 Thread Kinsey Moore
I assume this is to support the Zynq7000 under rtems-lwip since it would need those installed headers. This looks good to me. Kinsey On Sat, Dec 23, 2023 at 7:00 AM wrote: > From: Bernd Moessner > > --- > spec/build/bsps/arm/xilinx-zynq/grp.yml | 2 ++ > 1 file changed, 2 insertions(+) > > di

[PATCH rtems] Include support files also for Zynq7000

2023-12-23 Thread berndmoessner80
From: Bernd Moessner --- spec/build/bsps/arm/xilinx-zynq/grp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/build/bsps/arm/xilinx-zynq/grp.yml b/spec/build/bsps/arm/xilinx-zynq/grp.yml index eeffea0..afa1e44 100644 --- a/spec/build/bsps/arm/xilinx-zynq/grp.yml +++ b/spec/build/b

Re: [PATCH] rtems: Include

2022-09-08 Thread Joel Sherrill
Ok. Just push it then. On Thu, Sep 8, 2022, 8:05 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 08/09/2022 15:03, Joel Sherrill wrote: > > Ok. Did it get removed from anywhere? > > No, the header files are generated by a script and I improved the script > input a bit. > > --

Re: [PATCH] rtems: Include

2022-09-08 Thread Sebastian Huber
On 08/09/2022 15:03, Joel Sherrill wrote: Ok. Did it get removed from anywhere? No, the header files are generated by a script and I improved the script input a bit. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de ph

Re: [PATCH] rtems: Include

2022-09-08 Thread Joel Sherrill
Ok. Did it get removed from anywhere? On Thu, Sep 8, 2022, 1:11 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Directly include in header files using CPU build > options. > --- > cpukit/include/rtems/config.h | 1 + > cpukit/include/rtems/rtems/intr.h | 1 + > cpukit/in

[PATCH] rtems: Include

2022-09-07 Thread Sebastian Huber
Directly include in header files using CPU build options. --- cpukit/include/rtems/config.h | 1 + cpukit/include/rtems/rtems/intr.h | 1 + cpukit/include/rtems/rtems/types.h | 1 + 3 files changed, 3 insertions(+) diff --git a/cpukit/include/rtems/config.h b/cpukit/include/rtems/config.h