Re: [PATCH] glossary: Add terms

2023-11-28 Thread Sebastian Huber
On 28.11.23 20:31, Joel Sherrill wrote: +    formal model +        A model of a computing component (hardware or software) that has a +        mathematically based :term:`semantics`. Why is this duplicated? Don't we have a single glossary file? There are other duplicates

Re: [PATCH] glossary: Add terms

2023-11-28 Thread andrew.butterfi...@scss.tcd.ie
From: devel on behalf of Joel Sherrill Reply to: "j...@rtems.org" Date: Tuesday 28 November 2023 at 19:31 To: Sebastian Huber Cc: "devel@rtems.org" Subject: Re: [PATCH] glossary: Add terms On Tue, Nov 28, 2023 at 10:27 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>>

Re: [PATCH] glossary: Add terms

2023-11-28 Thread Joel Sherrill
On Tue, Nov 28, 2023 at 10:27 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > c-user/glossary.rst | 50 +++ > eng/fv/approaches.rst | 2 +- > eng/fv/overview.rst | 6 +++--- > eng/glossary.rst | 26 +-

Re: [PATCH v3 rtems master 1/3] Fix add missing clock settings for zc706

2023-11-28 Thread Joel Sherrill
Since no one commented/complained and I saw no obvious issues, I took the liberty to commit these. Thanks. --joel On Tue, Nov 21, 2023 at 2:02 PM Bernd Moessner wrote: > From: Bernd Moessner > > --- > spec/build/bsps/arm/xilinx-zynq/opta9periphclk.yml | 4 +++- > 1 file changed, 3

RE: Cyclone 10 LP BSP

2023-11-28 Thread Kirspel, Kevin
Never mind, It's something to do with my debugger and stepping through code. I can get the hello world message to spit out if I break after the printf statement. Kevin Kirspel (he/his), R Manager Sr II, BS EE IDEXX | One IDEXX Drive Westbrook, Maine 04092 | m. +1 770-688-1642 | idexx.com We

[PATCH] glossary: Add terms

2023-11-28 Thread Sebastian Huber
--- c-user/glossary.rst | 50 +++ eng/fv/approaches.rst | 2 +- eng/fv/overview.rst | 6 +++--- eng/glossary.rst | 26 +- 4 files changed, 75 insertions(+), 9 deletions(-) diff --git a/c-user/glossary.rst

Re: Cyclone 10 LP BSP

2023-11-28 Thread Sebastian Huber
On 28.11.23 01:19, Kirspel, Kevin wrote: I’m trying to create a BSP for a NIOS V/m running on a Cyclone 10 LP Eval Kit.  The NIOS V/m is a rv32ia/ilp32 architecture so I had to patch the RSB to add that multilib.  I have a Hello World app compiled but I get exceptions when having the tick

[RSB PATCH v2] 6: Fix gcc-13 support for MacOS

2023-11-28 Thread chrisj
From: Chris Johns Update #4921 --- bare/config/devel/gmp-6.2.1.cfg | 11 +++- bare/config/devel/gmp-6.3.0.cfg | 18 + rtems/config/6/rtems-default.bset | 2 +- .../tools/rtems-gcc-13.2-newlib-head.cfg | 2 +-