-
Notifications
You must be signed in to change notification settings - Fork 31
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
_projects/(imx6ull, imxrt106x): Add config for iMX ENET driver #1134
Open
julianuziemblo
wants to merge
3
commits into
master
Choose a base branch
from
julianuziemblo/enet-imxrt1064-evk
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
14 tasks
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
August 26, 2024 12:18
ad37b33
to
8f3f682
Compare
julianuziemblo
changed the title
Config for iMX RT106x/6ULL ENET driver
Add config for iMX ENET driver
Aug 26, 2024
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
August 26, 2024 12:21
8f3f682
to
99ea36b
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
3 times, most recently
from
September 10, 2024 11:54
bc5aa49
to
e3f7b67
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
3 times, most recently
from
September 17, 2024 11:41
c9351c1
to
b6fa82a
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
September 26, 2024 14:35
b6fa82a
to
a9750ac
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
September 26, 2024 14:38
a9750ac
to
197bbc8
Compare
julianuziemblo
changed the title
Add config for iMX ENET driver
_projects: Add config for iMX ENET driver
Sep 26, 2024
julianuziemblo
changed the title
_projects: Add config for iMX ENET driver
_projects/(imx6ull, imxrt106x): Add config for iMX ENET driver
Sep 26, 2024
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
3 times, most recently
from
October 7, 2024 14:42
10e1fea
to
3050cca
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
October 16, 2024 11:54
3050cca
to
6a107ba
Compare
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.
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.
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.
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
October 16, 2024 11:58
6a107ba
to
50a6ea1
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
December 10, 2024 10:37
50a6ea1
to
f734ee8
Compare
enet irq not inverted in the schematic JIRA: RTOS-507
imx6ull-evk has 2x KSZ8081RNB instead of RNA JIRA: RTOS-507
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt1064-evk
branch
from
December 24, 2024 09:26
f734ee8
to
c99b00c
Compare
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.
Description
Provides necessary default configuration for iMX RT106x/6ULL Ethernet driver.
This PR might not be passing some tests on
armv7a7-imx6ull-evk
without phoenix-rtos/phoenix-rtos-lwip#96.Motivation and Context
Part of https://jira.phoenix-rtos.com/browse/RTOS-507.
Types of changes
How Has This Been Tested?
armv7a7-imx6ull-evk
,armv7m7-imxrt106x-evk
.Checklist:
Special treatment