-
Notifications
You must be signed in to change notification settings - Fork 8.3k
doc: develop: manifests: external: add wolfSSH #100323
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
doc: develop: manifests: external: add wolfSSH #100323
Conversation
79c817e to
f18b7ef
Compare
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.
Pull request overview
This PR adds comprehensive documentation for integrating wolfSSH as an external module in Zephyr. The documentation follows the established pattern used by other external modules (notably wolfSSL) and provides clear guidance for developers.
- Introduces wolfSSH as a lightweight SSH library suitable for embedded systems
- Provides complete integration instructions including west.yml configuration
- Documents the dependency on wolfSSL and includes relevant external references
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
kartben
left a comment
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.
minor request for changes - thank you for this!
Add documentation to external module section for adding wolfSSH to Zephyr Signed-off-by: Zackery Backman <backman23@live.com>
f18b7ef to
c8d1ca1
Compare
|
| Now west recognizes ``wolfssh`` as a module, and will include its Kconfig and CMakeLists.txt in | ||
| the build system. | ||
|
|
||
| For more regarding the usage of wolfSSH with Zephyr, please refer to the `wolfSSH Zephyr Example |
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.
minor nit, "For more information regarding.."



Add documentation about using wolfSSH as an external module.