TexasInstruments / ti-ethernet-software

Repository for Ethernet PHY drivers for Linux and RTOS.
GNU General Public License v2.0
4 stars 1 forks source link

DP83TG720: Integrate with Aurix mcu #2

Closed avinashk15 closed 3 months ago

avinashk15 commented 3 months ago

I am using Dp83tg720 with Aurix microcontroller. The RTOS driver is using follwing header files which seems to be TI specific. Where can I find these files or Is there a integration document ?

_#include <ti/drv/enet/include/core/enet_utils.h>

include <ti/drv/enet/priv/core/enet_trace_priv.h>

include <ti/drv/enet/include/phy/enetphy.h>

include <ti/drv/enet/include/phy/dp83tg720.h>_

e-mayhew commented 3 months ago

Hi, Can you share which SDK you are using with Aurix MCU? We currently do not have any resources for RTOS integration with non-TI SDKs, but I can help review and compare relevant functions/header files.

avinashk15 commented 3 months ago

Hi, I am using autosar MCAL Ethernet interface.

e-mayhew commented 3 months ago

We unfortunately do not have drivers or integration collateral for AutoSAR environment, this will have to be ported manually.

avinashk15 commented 3 months ago

Thank you for the confirmation.