Add RTL8211F driver#58
Draft
ZigaMahne wants to merge 1 commit into
Draft
Conversation
RobertRostohar
marked this pull request as draft
July 16, 2026 11:42
| #include "Driver_ETH_PHY.h" | ||
|
|
||
| #ifndef ARM_ETH_INTERFACE_RGMII | ||
| #define ARM_ETH_INTERFACE_RGMII 3U /* CMSIS-Driver 2.x has no RGMII ID */ |
Contributor
There was a problem hiding this comment.
This should be removed once it is part of the updated ETH driver API.
|
|
||
| switch (interface) { | ||
| case ARM_ETH_INTERFACE_MII: | ||
| case ARM_ETH_INTERFACE_RGMII: |
Contributor
There was a problem hiding this comment.
This will need to be reworked with new defines for media interfaces once ETH driver API is updated.
| </files> | ||
| </component> | ||
|
|
||
| <component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="RTL8211F" Capiversion="2.2.0" Cversion="1.0.0" condition="Device CMSIS_Core"> |
Contributor
There was a problem hiding this comment.
Capiversion will be higher (probably "2.3.0") once ETH Driver API is updated.
|
|
||
| <requirements> | ||
| <packages> | ||
| <package vendor="ARM" name="CMSIS" version="5.9.0-0"/> |
Contributor
There was a problem hiding this comment.
The latest CMSIS pack with updated ETH Driver API will be required.
RobertRostohar
requested changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.