Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __AUTO_PHY_H_
#define __AUTO_PHY_H_
extern struct ethernet_phy_driver auto_phy_driver;
#endif

View File

@@ -0,0 +1,7 @@
#ifndef __IP101G_H_
#define __IP101G_H_
extern struct ethernet_phy_driver ip101g_driver;
#endif

View File

@@ -0,0 +1,7 @@
#ifndef __RTL8201F_H_
#define __RTL8201F_H_
extern struct ethernet_phy_driver rtl8201f_driver;
#endif

View File

@@ -0,0 +1,7 @@
#ifndef __SZ18201_H_
#define __SZ18201_H_
extern struct ethernet_phy_driver sz18201_driver;
#endif