- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.2k
boards: mimxrt1024_evk: enable mcux ethernet driver and pins #37863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| DNM until I iron some issues I only found after rebasing to latest main. | 
76f4596    to
    d80e26a      
    Compare
  
    | Added the quickfix from #38186 and now everything works as expected. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add netif:eth to the supported list in the board yaml.
| 
 The supported list was empty, so I took the libery of adding the basic features based on the  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add netif:eth to the supported list in the board yaml.
The supported list was empty, so I took the libery of adding the basic features based on the mimxrt1020_evk. Let me know if you'd rather just have netif:eth.
Thanks for doing this. Unfortunately it uncovered some unrelated issues, so unless you want to fix those too, I suggest limiting the list to netif:eth for now so we can get this PR merged before the window closes tomorrow.
abbd352    to
    ba14652      
    Compare
  
    | Needs rebase | 
Enables the mcux ethernet driver and pin muxes on the mimxrt1024_evk board in the same way as is done on the mimxrt1020_evk and mimxrt1050_evk. Documentation updated accordingly. Signed-off-by: Mikkel Jakobsen <[email protected]>
the mimxrt1024_evk actually supports these, they were just never added for some reason. Signed-off-by: Mikkel Jakobsen <[email protected]>
ba14652    to
    8065d8a      
    Compare
  
    
Enables the mcux ethernet driver and pin muxes on the
mimxrt1024_evk board in the same way as is done on the
mimxrt1020_evk and mimxrt1050_evk.
Documentation updated accordingly.
Signed-off-by: Mikkel Jakobsen [email protected]