RTEMS | Draft: cpukit: add support for common CAN/CAN FD stack (!49)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Jun 27 06:10:18 UTC 2024
Gedare Bloom commented on a discussion on cpukit/dev/can/ctucanfd/ctucanfd.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/49#note_108390
> +
> +#include <rtems.h>
> +#include <rtems/malloc.h>
> +#include <rtems/score/basedefs.h>
> +
> +#include <dev/can/can-devcommon.h>
> +#include <dev/can/can-helpers.h>
> +#include <dev/can/can.h>
> +
> +#include <dev/can/ctucanfd.h>
> +#include "ctucanfd_kframe.h"
> +#include "ctucanfd_kregs.h"
> +#include "ctucanfd_txb.h"
> +#include "ctucanfd_priv.h"
> +
> +#define CTUCANFD_DEBUG 1
This is the first of the copied/duplicated comments.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/49#note_108390
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240627/21c11e1d/attachment-0001.htm>
More information about the bugs
mailing list