Dear Carlo and others,
On Friday 03 of March 2023 16:03:52 Gedare Bloom wrote:
> On Wed, Mar 1, 2023 at 3:14 AM wrote:
> > As part of an internship at the German Aerospace Center, I am currently
> > working on the implementation of a CAN driver for a Xilinx Zynq SoC. For
> > this I used the exist
On Wed, Mar 1, 2023 at 3:14 AM wrote:
>
> Hello,
>
> As part of an internship at the German Aerospace Center, I am currently
> working on the implementation of a CAN driver for a Xilinx Zynq SoC. For this
> I used the existing CAN framework /dev/can/can.h. A merge request will follow
> soon.
>
>
> Carlo Brokering
>
>
>
>
>
> *Von:* Prashanth S
> *Gesendet:* Donnerstag, 2. März 2023 07:25
> *An:* Brokering, Carlo
> *Cc:* devel@rtems.org
> *Betreff:* Re: CAN driver implementation for Xilinx Zynq
>
>
>
> Hi @carlo.broker...@dlr.de ,
>
&g
Prashanth S
Gesendet: Donnerstag, 2. März 2023 07:25
An: Brokering, Carlo
Cc: devel@rtems.org
Betreff: Re: CAN driver implementation for Xilinx Zynq
Hi @carlo.broker...@dlr.de <mailto:carlo.broker...@dlr.de> ,
> the design for the rx data path including the RxFIFO looks promising. If
>
> bus->can_dev_ops->dev_ioctl(bus->priv, NULL, 0);
>
>
>
> Regards
>
> Carlo Brokering
>
>
>
> *Von:* Prashanth S
> *Gesendet:* Mittwoch, 1. März 2023 11:53
> *An:* Brokering, Carlo
> *Cc:* devel@rtems.org
> *Betreff:* Re: CAN driver implemen
question was why
command and buffer are not passed to the dev_ioctl here:
bus->can_dev_ops->dev_ioctl(bus->priv, NULL, 0);
Regards
Carlo Brokering
Von: Prashanth S
Gesendet: Mittwoch, 1. März 2023 11:53
An: Brokering, Carlo
Cc: devel@rtems.org
Betreff: Re: CAN driver implement
Hello @Carlo Brokering,
> As part of an internship at the German Aerospace Center, I am currently
working on the implementation of a CAN driver for a Xilinx
> Zynq SoC. For this I used the existing CAN framework /dev/can/can.h. A
merge request will follow soon.
All the best for your Internship.
Hello,
As part of an internship at the German Aerospace Center, I am currently working
on the implementation of a CAN driver for a Xilinx Zynq SoC. For this I used
the existing CAN framework /dev/can/can.h. A merge request will follow soon.
Here's what I'd like to add to the framework if it ha