-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
boards/stm32/nucleo-f429zi: update netnsh defconfig #15727
boards/stm32/nucleo-f429zi: update netnsh defconfig #15727
Conversation
[Experimental Bot, please feedback here] Fill In The Commit Message: This PR contains a Commit with an Empty Commit Message. Please fill in the Commit Message with the PR Summary. This PR does not fully meet the NuttX requirements, although it's a good start. Here's a breakdown of what's missing and how to improve it: Missing/Insufficient Information:
Example of Improved Testing Section:
nsh> ifconfig
nsh> ifconfig nsh> ping 192.168.1.1
By addressing these points, you'll create a much stronger PR that is more likely to be accepted and merged quickly. Remember, the goal is to make it as easy as possible for reviewers to understand and verify 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.
Please add a commit log message.
You can copy-and-paste most of the PR description and use it as the commit log. |
0d5be35
to
5bb782d
Compare
This PR updates the netnsh defconfig for nucleo-f429zi board, as currently the board would not get ip. Few changes comes with this PR: * enabled CONFIG_NETINIT_NOMAC option. * enabled CONFIG_NETINIT_DHCPC and CONFIG_NETUTILS_TELNETD as I wanted to get a telnet shell and did not care about ip handling * disabled legacy pinmap and updated the board.h config to get the board to compile
5bb782d
to
30f2073
Compare
migrate from legacy pinmap for nucleo-f429zi board nsh config
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.
thanks !
CI tests failed because:
Can't we somehow cache all the required files instead of downloading them every time? This error is not related to anything in the PR, but we should try to get passing CI tests... |
Summary
This PR updates the netnsh defconfig for nucleo-f429zi board, as currently the board would not get ip.
Few changes comes with this PR:
Impact
Should be minimal, I guess compiles with and without this change, no source code changes are introduced.
Testing
No automated testing. Configured/compiled/run the example manually. At least locally it works. Pipelines will check if the regression still passes.