Re: CAN Framework Docs for RTEMS-DOCS

2023-01-26 Thread Prashanth S
Hi All, This is a reminder for the CAN framework docs written with .uml diagrams. Regards Prashanth S On Fri, 25 Nov 2022 at 20:07, Prashanth S wrote: > Hi All, > > This is a review request for CAN Framework docs. > > I pasted the link to gitlab, as the patch size exceeds the mailing list >

[PATCH 2/2] bsps/nand: Update Xilinx NAND driver

2023-01-26 Thread Kinsey Moore
This resovles gcc warnings by updating to the latest Xilinx NAND controller driver. --- bsps/include/dev/nand/xnandpsu.h | 4 +++- bsps/include/dev/nand/xnandpsu_bbm.h | 2 +- bsps/include/dev/nand/xnandpsu_hw.h | 2 +- bsps/include/dev/nand/xnandpsu_onfi.h | 2 +-

[PATCH 1/2] cpukit/dev/can: Resolve warnings in 64bit builds

2023-01-26 Thread Kinsey Moore
This resolves various gcc warnings in AArch64 LP64 builds of the CAN framework. --- cpukit/dev/can/can.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/cpukit/dev/can/can.c b/cpukit/dev/can/can.c index 2e6d5df65b..9f3fe0db98 100644 --- a/cpukit/dev/can/can.c

Re: Prioritizing and documenting libbsd development goals (was: libbsd updates)

2023-01-26 Thread Christian MAUDERER
On 2023-01-26 10:26, Christian MAUDERER wrote: On 2023-01-25 19:10, Peter Dufault wrote: On Jan 25, 2023, at 10:55 , Gedare Bloom wrote: On Wed, Jan 25, 2023 at 2:25 AM Christian MAUDERER wrote: On 2023-01-25 10:05, Sebastian Huber wrote: On 25.01.23 10:01, Christian MAUDERER wrote: On

Re: Prioritizing and documenting libbsd development goals (was: libbsd updates)

2023-01-26 Thread Christian MAUDERER
On 2023-01-25 19:10, Peter Dufault wrote: On Jan 25, 2023, at 10:55 , Gedare Bloom wrote: On Wed, Jan 25, 2023 at 2:25 AM Christian MAUDERER wrote: On 2023-01-25 10:05, Sebastian Huber wrote: On 25.01.23 10:01, Christian MAUDERER wrote: On 2023-01-25 09:59, Sebastian Huber wrote: On