davids5 opened a new pull request, #11495:
URL: https://github.com/apache/nuttx/pull/11495

   ## Summary
   
      Support runtime phy selection based on a list    supplied by board.h
      For Example:
   
      #define BOARD_ETH0_PHY_LIST                   \
        {                                        \
                "LAN8742A",                      \
                MII_PHYID1_LAN8742A,             \
                MII_PHYID2_LAN8742A,             \
                MII_LAN8740_SCSR,                \
                0,                               \
                0xffff,                          \
                MII_LAN8720_SPSCR_10MBPS,        \
                MII_LAN8720_SPSCR_100MBPS,       \
                MII_LAN8720_SPSCR_DUPLEX,        \
                22,                              \
        },                                       \
        {                                        \
                "TJA1103",                       \
                MII_PHYID1_TJA1103,              \
                MII_PHYID2_TJA1103,              \
                0xffff,                          \
                18,                              \
                0xffff,                          \
                0,                               \
                MII_LAN8720_SPSCR_100MBPS,       \
                MII_LAN8720_SPSCR_DUPLEX,        \
                45,                              \
        },                                       \
   ## Impact
   
    Non behind a Kconfig
   
   ## Testing
   
   PX4_FMUV6XRT - on HB-T 100 base and NXP T-1 base
   
   LAN8742A - compile time 
   TJA1103     - compile time 
   
   LAN8742A and TJA1103     - run time selection
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to