Re: [PATCH] c-user: CAN framework docs

2022-11-15 Thread Prashanth S
Hi Gedare, > What are the images? There three images: images/c_user/CAN-framework.jpg->* Overview of CAN-Framework* images/c_user/CAN-rx-data-path.jpg -> *Rx Data Path flow* images/c_user/CAN-tx-data-path.jpg -> *Tx Data Path flow* > This is not exactly correct. It is actually recessive

Re: Add Formal Verification chapter v2

2022-11-15 Thread Gedare Bloom
I plan to look at this tomorrow and will plan to push it as-is. I will push any modifications I think should be made, or send notes back here, after I look through it very carefully. On Wed, Nov 9, 2022 at 5:39 PM Chris Johns wrote: > > On 9/11/2022 9:48 pm, andrew.butterfi...@scss.tcd.ie wrote:

Re: [PATCH 1/2] bsps/include/libchip: Remove legacy networking header file

2022-11-15 Thread Daniel Cederman
2/2 was the license change patch, but it was too big for the list, so I had to split it up. On 2022-11-15 15:51, Gedare Bloom wrote: I don't see a 2/2? This file removal is ok, looks like an oversight during the net-legacy transition. I don't see any other header files that were copied to

Re: [PATCH] c-user: CAN framework docs

2022-11-15 Thread Gedare Bloom
Hi Prashant, What are the images? On Tue, Nov 15, 2022 at 7:49 AM Prashanth S wrote: > > --- > bsp-howto/can.rst | 201 + > bsp-howto/index.rst| 1 + > images/c_user/CAN-framework.jpg| Bin 0 -> 146625 bytes >

Re: [PATCH 6/6] testsuites/smptests: Change license to BSD-2 for files with Gaisler copyright

2022-11-15 Thread Gedare Bloom
Relicensing patches look good. Someone can check in On Mon, Nov 14, 2022 at 3:03 AM Daniel Cederman wrote: > > This patch changes the license to BSD-2 for all source files where the > copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. > > Updates #3053. > --- >

Re: [PATCH 1/2] bsps/include/libchip: Remove legacy networking header file

2022-11-15 Thread Gedare Bloom
I don't see a 2/2? This file removal is ok, looks like an oversight during the net-legacy transition. I don't see any other header files that were copied to rtems-net-legacy but not deleted here. On Mon, Nov 14, 2022 at 2:50 AM Daniel Cederman wrote: > > --- > bsps/include/libchip/greth.h |

Re: [PATCH 2/2] user: Add documentation for leon2 and leon3 BSP

2022-11-15 Thread Gedare Bloom
doc patches OK On Wed, Oct 26, 2022 at 5:35 AM Daniel Cederman wrote: > > --- > user/bsps/bsps-sparc.rst | 74 ++-- > 1 file changed, 72 insertions(+), 2 deletions(-) > > diff --git a/user/bsps/bsps-sparc.rst b/user/bsps/bsps-sparc.rst > index

[5 RSB PATCH 2/2] rtems: Update source and patch URLs to valid locations

2022-11-15 Thread chrisj
From: Chris Johns Updates #4715 --- bare/config/devel/gcc-4.9.1-newlib-2.1.0-1.cfg | 2 +- bare/config/devel/gdb-7.7-1.cfg| 3 +++ bare/config/devel/glib-2.46.2-1.cfg| 2 +- bare/config/devel/qemu4-git-1.cfg | 2 +-

[5 RSB PATCH 1/2] sb/downloads: Raise errors on no hash present

2022-11-15 Thread chrisj
From: Chris Johns Close #4761 --- source-builder/sb/download.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py index 3aaa701..9ee5ca3 100644 --- a/source-builder/sb/download.py +++