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/02/24 11:52:04 UTC

[GitHub] [incubator-nuttx] codebje opened a new pull request #2911: net: fix a few DP83848C and DP83825I constants

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


   ## Summary
   
   One DP83825I register constant was an inadvertent redefinition of an earlier constant, and the DP83848C EDCR register address was wrong. This PR updates the MII_DP83848C_EDCR register to the right address and fixes labels on two DP83825I registers.
   
   ## Impact
   
   The header now doesn't cause an error due to redefinition with `-Werror` enabled. No uses are made of any of the affected registers.
   
   ## Testing
   
     - Validated against data sheets for the two PHY.
     - Compiled with `-Werror`.
     - Read the EDCR on a DP83848C.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2911: net: fix a few DP83848C and DP83825I constants

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


   


----------------------------------------------------------------
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.

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