if_xae: Port to RTEMS

This commit is contained in:
Alex White
2022-02-06 21:12:31 -06:00
committed by Joel Sherrill
parent ee4fb53241
commit 40b9c6ce63
11 changed files with 310 additions and 1 deletions

View File

@@ -52,6 +52,8 @@
#endif
#elif defined(LIBBSP_ARM_ATSAM_BSP_H)
#define NET_CFG_INTERFACE_0 "if_atsam0"
#elif defined(LIBBSP_MICROBLAZE_FPGA_BSP_H)
#define NET_CFG_INTERFACE_0 "xae0"
#else
#define NET_CFG_INTERFACE_0 "@NET_CFG_INTERFACE_0@"
#endif