-
Notifications
You must be signed in to change notification settings - Fork 3k
Configuration options for STM_EMAC buffer counts #9307
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
@mtomczykmobica, thank you for your changes. |
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.
I would propose to use the same lib name for all.
"name": "stm32-emac",
Thx
What is "ONME-3949" ? |
Internal Jira ticket number. |
Is it that important to have it in the title ? Fine to be referenced in the commit msg or description here, isn't that sufficient ? |
Or use the github issue number behind this internal reference.... |
ok, changed. |
@ARMmbed/team-st-mcd Please review |
I have already reviewed it and propose to use the same lib name for all. "name": "stm32-emac", Thx |
@mtomczykmobica Any updates? |
@jeromecoutant I prefer to leave different names for different targets. |
After a another thought on this, So basically this whole change would be
And within the header files, just use the generic name:
No need for if-def as the mbed_lib.json always provides values for those. |
1dc3f46
to
6ad4eb0
Compare
@SeppoTakalo , @jeromecoutant requested changes added. |
Waiting for @ARMmbed/team-st-mcd review |
CI started |
Test run: FAILEDSummary: 6 of 8 test jobs failed Failed test jobs:
|
6ad4eb0
to
a5f93e0
Compare
Fixes for builds error. |
CI was restarted |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
Configuration options for STM_EMAC buffer counts.
Add configurable options for STM_EMAC buffer. For all STM_EMAC board targets added mbed_lib.jeson with configurable: eth-rxbufnb and eth-txbufnb used in stm32f1xx_hal_conf.h.
Pull request type
Reviewers
@SeppoTakalo