Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/portable/NetworkInterface/Common/phyHandling.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ static BaseType_t xHas_1F_PHYSPCS( uint32_t ulPhyID )

case PHY_ID_DP83848I:
case PHY_ID_DP83TC811S:
case PHY_ID_DP83822HF:
case PHY_ID_TM4C129X:
case PHY_ID_MV88E6071:
/* Has no 0x1F register "PHY Special Control Status". */
Expand All @@ -174,6 +175,7 @@ static BaseType_t xHas_19_PHYCR( uint32_t ulPhyID )
{
case PHY_ID_LAN8742A:
case PHY_ID_DP83848I:
case PHY_ID_DP83822HF:
case PHY_ID_TM4C129X:
xResult = pdTRUE;
break;
Expand Down
1 change: 1 addition & 0 deletions source/portable/NetworkInterface/include/phyHandling.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@

#define PHY_ID_DP83848I 0x20005C90
#define PHY_ID_DP83TC811S 0x2000A250
#define PHY_ID_DP83822HF 0x2000A240

#define PHY_ID_TM4C129X 0x2000A221

Expand Down