-
Notifications
You must be signed in to change notification settings - Fork 3k
LPC1768: Fix ETHMEM_SECTION placement for ARM #5322
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
@SeppoTakalo please review |
Build : FAILUREBuild number : 192 |
/morph build |
/morph uvisor-test |
Build : SUCCESSBuild number : 237 Triggering tests/morph test |
Test : SUCCESSBuild number : 119 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
@0xc0170 CI seems to have got stuck? |
@chrissnow looks like this now needs a rebase unforntunately... |
We are currently seeing some failures with infrastrastructure, that should be resolved soon. Once conflict resolved, we will restart CI. |
df2c993
to
1e53aac
Compare
Rebased. |
/morph build |
Build : SUCCESSBuild number : 343 Triggering tests/morph test |
Test : FAILUREBuild number : 154 |
Failed due to an unrelated NRF51 error. |
/morph test |
Test : SUCCESSBuild number : 171 |
@studavekar It looks like some of these "in progress" indicators are incorrect. |
@theotherjimmy fixed the status. possible reason for this is : KostyaSha/github-integration-plugin#215 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
Build : SUCCESSBuild number : 458 Triggering tests/morph test |
Test : SUCCESSBuild number : 278 |
@alzix Please trigger uvisor for this patch (seems it is not active for us at the moment for some reason) |
Description
Ethernet on LPC1768 is broken in 5.6 as per #5298
This corrects the placement of Ethernet memory with the ARM compiler.
Status
READY
Migrations
NO
Related PRs
Todos
Deploy notes
Steps to test or reproduce
Build the TCPSocket_Example with 5.5.7 and it will work, any 5.6\master will fail to get an IP, using static IP will still fail to work properly.
Fixes #5298