RTEMS | Draft: can/dcan: Add AM335x DCAN controller driver (!1341)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jul 8 19:17:16 UTC 2026




Gedare Bloom started a new discussion on cpukit/include/dev/can/dcan.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1341#note_154027

 > +#define AM335X_CONF_UART1_TXD 0x184u
 > +
 > +#define AM335x_PIN_RX_DISABLE (0u << 5)
 > +#define AM335x_PIN_RX_ENABLE (1u << 5)
 > +#define AM335x_PIN_PULL_EN (0u << 3)
 > +#define AM335x_PIN_PULL_UP ((1u << 4) | AM335x_PIN_PULL_EN)
 > +#define AM335x_PIN_MODE_2 2u
 > +
 > +#define AM335X_INT_DCAN1_INT0 55u
 > +#define DCAN_IF3_TEST_STD_ID 0x153u
 > +/*
 > + * previous register definitions, will be removed to a board-specific
 > + * configuration structure.
 > + */
 > +
 > +struct rtems_can_chip;

shouldn't this be coming from another header file already?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1341#note_154027
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-axh2fpygzys64ftrg9lvfolax-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260708/6e26fdd6/attachment-0001.htm>


More information about the bugs mailing list