-
Notifications
You must be signed in to change notification settings - Fork 3k
Updated emac greentea tests #6851
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
- Improved markdown - Set tests to fail if CTP echo server is not present
Disabled also "printf("cable connected\r\n\r\n");" traces could result problems with greentea tracing/test case execution. |
I just tested this on two K64F. Everything passing now.
|
Copy edit changes to README.md, mostly for active voice, consistent tense across docs and style.
rtl8195am feature emac implementation. coding style fix. Updated emac greentea tests ARMmbed#6851.
/morph build |
Build : SUCCESSBuild number : 1996 Triggering tests/morph test |
Test : SUCCESSBuild number : 1807 |
Exporter Build : SUCCESSBuild number : 1649 |
fix the conflicts with ARMmbed#6851.
Patch to LPC546XX SDK code - write the low Ethernet MAC address register last, as that synchronises the update. Without this change, the ENET_SetMacAddr call only seems to work prior to MAC initialisation, causing problems for the new mbed OS EMAC system, which expects it to be changable later. Updated emac greentea tests #6851.
Patch to LPC546XX SDK code - write the low Ethernet MAC address register last, as that synchronises the update. Without this change, the ENET_SetMacAddr call only seems to work prior to MAC initialisation, causing problems for the new mbed OS EMAC system, which expects it to be changable later. Updated emac greentea tests #6851.
Patch to LPC546XX SDK code - write the low Ethernet MAC address register last, as that synchronises the update. Without this change, the ENET_SetMacAddr call only seems to work prior to MAC initialisation, causing problems for the new mbed OS EMAC system, which expects it to be changable later. Updated emac greentea tests #6851.
Patch to LPC546XX SDK code - write the low Ethernet MAC address register last, as that synchronises the update. Without this change, the ENET_SetMacAddr call only seems to work prior to MAC initialisation, causing problems for the new mbed OS EMAC system, which expects it to be changable later. Updated emac greentea tests #6851.
Description
Pull request type