-
Notifications
You must be signed in to change notification settings - Fork 3k
Greentea test updated for NXP lpc17xx #7103
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
Updated EMAC memory manager to use libservice nsdynmemlib for EMAC memory buffers. Located the nsdynmemlib buffer heap to DMA safe memory bank on LPCxx boards. Optimized placement of static variables on EMAC test environment for LPCxx boards to maximize available memory.
Changed RX and TX buffers used in TCP socket tests to global variables to conserve memory.
/morph build |
Build : SUCCESSBuild number : 2264 Triggering tests/morph test |
Halting CI builds until RC3 PRs are completed. Will resume after. |
/morph test |
Exporter Build : FAILUREBuild number : 1896 |
Test : SUCCESSBuild number : 2060 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1914 |
Description
Added support for NXP lpc17xx EMAC driver to greentea EMAC tests and optimized netsocket TCP tests memory usage by combining TX/RX buffers.
Related NXP lpc17xx driver changes are in this pull request: #7086
Pull request type