-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(drivers/emac): [mbed6] Remove incorrect RMII RX ER initialization #15358
Conversation
I started CI (let's see if netsockets fail also like for 5.15, we still need to investigate what has changed). |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
@0xc0170 About netsocket-tls test, what(s the status with K64F ?
Same, K64F and K66F started failing as well. |
Waiting for #15365 I suppose |
We identified the problem. It's with the internal echo server, we are currently investigating how to fix this properly (it's not simple). |
Let's review #15369 ? |
c8e1d8b
to
d76d5b8
Compare
@0xc0170 Rebased |
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I've missed the license issues here. @akiroz would you be able to fix the SDPX id in the files and add one license header. It should be trivial (just using license headers from drivers for example). These files were ignored long time ago, if we edit them now, they are shown in the license check (we shall fix them if we can - in this case, the fixes are simple). |
@0xc0170 The existing driver code seems be be under a custom permissive license from ST, should I change it to apache 2.0 but still under ST? I'm not too familiar with the legal side of software licensing and I'm not affiliated with ST itself. The current license is as follows:
|
The license is
|
e52fc11
to
0431f16
Compare
SPDX identifiers added |
Started CI |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Fixes #15348
master based PR of #15349
Affected targets:
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers
@jeromecoutant