Skip to content
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

Check Ethernet before including lwipopts_conf.h #4523

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

hasnainvirk
Copy link
Contributor

Description

lwipopts_conf.h is used by target dependent Ethernet drivers for
configuring various parameters.
By default, Ethernet is enabled and in this case lwipopts_conf.h
will be included.
In case of PPP being enabled, it is desirable to not pull in any Ethernet
related code.

Status

READY

Migrations

NO

lwipopts_conf.h is used by target dependent Ethernet drivers for
configuring various parameters.
By default, Ethernet is enabled and in this case lwipopts_conf.h
will be included.
In case of PPP  being enabled, it is desirable to not pull in any Ethernet
related code.
@hasnainvirk
Copy link
Contributor Author

@geky @mikaleppanen @kjbracey-arm @0xc0170 Please review.

@mikaleppanen
Copy link

Looks good to me.

@geky
Copy link
Contributor

geky commented Jun 13, 2017

Seems reasonable to me 👍

@sg-
Copy link
Contributor

sg- commented Jun 15, 2017

/morph test-nightly

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 566

Test failed!

@adbridge
Copy link
Contributor

This failed in exactly the same way as :
#4444
Which makes me think a previous LWIP change may have broken something...

@0xc0170
Copy link
Contributor

0xc0170 commented Jun 16, 2017

Thanks Anna, looks like between 10am yesterday and 12pm there was a breakage (I looked at the latest nighly passed and first failed), looking at it and will try to run that test locally to confirm its broken

@0xc0170
Copy link
Contributor

0xc0170 commented Jun 17, 2017

/morph test-nightly

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 577

Test failed!

@0xc0170
Copy link
Contributor

0xc0170 commented Jun 19, 2017

/morph test-nightly

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 583

Test failed!

@studavekar
Copy link
Contributor

/morph test-nightly

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 588

Example Build failed!

@studavekar
Copy link
Contributor

/morph test-nightly

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 591

All builds and test passed!

@adbridge adbridge merged commit b30481d into ARMmbed:master Jun 20, 2017
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.

None yet

8 participants