Skip to content

soc: nxp_imx: Fix ethernet build error #12333

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

Merged
merged 1 commit into from
Jan 4, 2019
Merged

soc: nxp_imx: Fix ethernet build error #12333

merged 1 commit into from
Jan 4, 2019

Conversation

MaureenHelm
Copy link
Member

Fixes an ethernet build error introduced with MCUXpresso SDK 2.5.0,
caused by a slight change in the ethernet pll configuration structure.

Signed-off-by: Maureen Helm [email protected]

Fixes an ethernet build error introduced with MCUXpresso SDK 2.5.0,
caused by a slight change in the ethernet pll configuration structure.

Signed-off-by: Maureen Helm <[email protected]>
@codecov-io
Copy link

Codecov Report

Merging #12333 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12333      +/-   ##
==========================================
- Coverage   48.32%   48.28%   -0.05%     
==========================================
  Files         294      294              
  Lines       44189    44189              
  Branches    10600    10600              
==========================================
- Hits        21353    21335      -18     
- Misses      18569    18589      +20     
+ Partials     4267     4265       -2
Impacted Files Coverage Δ
lib/cmsis_rtos_v2/kernel.c 39.58% <0%> (-39.59%) ⬇️
boards/posix/native_posix/timer_model.c 51.82% <0%> (+0.72%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5748fe1...a5ec2be. Read the comment docs.

@nashif nashif merged commit 6876dc7 into zephyrproject-rtos:master Jan 4, 2019
@agansari
Copy link
Collaborator

agansari commented Jan 7, 2019

This is the same change I made after applying #12237 patch. It's a build fix, but ethernet doesn't initialize with new SDK.
I look into it, as part of issue #11586

@MaureenHelm
Copy link
Member Author

This is the same change I made after applying #12237 patch. It's a build fix, but ethernet doesn't initialize with new SDK.
I look into it, as part of issue #11586

Ok, thanks

@MaureenHelm MaureenHelm deleted the imxrt-enet-fix branch January 7, 2019 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants