You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/29 19:42:58 UTC

[GitHub] [incubator-nuttx] pbrier opened a new pull request #4628: Use ethernet MAC programmed in imxrt OCOTP MAC0/MAC1 (teensy board)

pbrier opened a new pull request #4628:
URL: https://github.com/apache/incubator-nuttx/pull/4628


   
   ## Summary
   
   This PR makes it possible to use the MAC address that is stored in the OCOTP memory (if programmed) for the imxrt Teensy board.
   
   ## Impact
   
   Adds a config flag in the Teensy board menu to enable the use of the OCOTP MAC address. Other boards are not affected.
   
   ## Testing
   
   When enabling the option CONFIG_NET_USE_OTP_ETHERNET_MAC the Ethernet  MAC address should begin with 04:e9:e5
   When disabling the option, a (semi-random) unicast and locally administered address should be assigned as Ethernet MAC address.
   
   


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4628: Use ethernet MAC programmed in imxrt OCOTP MAC0/MAC1 (teensy board)

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4628:
URL: https://github.com/apache/incubator-nuttx/pull/4628


   


-- 
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-unsubscribe@nuttx.apache.org

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