-
Notifications
You must be signed in to change notification settings - Fork 73
wolfTPM Zephyr Project Port #395
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
dgarske
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.
Great work.
dgarske
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.
Wonderful work. As you get time please add a GitHub CI test. @ColtonWilley please review also.
|
Please resolve merge conflicts. |
d017750 to
8ed8df9
Compare
|
Rebased/Merge conflict fixed |
4a2361e to
b2888d7
Compare
6355e86 to
8390676
Compare
dgarske
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.
The test issue was due to a filename 'sample.ymlneeded to besample.yaml`.
Tests are now failing with:
/home/davidgarske/zephyr-3.4.0/zephyr/modules/lib/wolftpm/zephyr/samples/wolftpm_wrap_test/prj.conf:6: warning: attempt to assign the value 'y' to the undefined symbol WOLFTPM
/home/davidgarske/zephyr-3.4.0/zephyr/modules/lib/wolftpm/zephyr/samples/wolftpm_wrap_test/prj.conf:15: warning: attempt to assign the value 'y' to the undefined symbol WOLFSSL
/home/davidgarske/zephyr-3.4.0/zephyr/modules/lib/wolftpm/zephyr/samples/wolftpm_wrap_test/prj.conf:16: warning: attempt to assign the value 'y' to the undefined symbol WOLFSSL_BUILTIN
@aidangarske will you take a look?
4cfcc91 to
920307c
Compare
8bf12bf to
8b8bd47
Compare
Description
This is the pr for adding Zephyr support for wolfTPM. I added
wolftpm_wrap_testandwolftpm_wrap_capssamples. Each one builds successfully. Theuser_settings.hin the zephyr project is used correctly. that means if you want to supply your own you can either change the file or add yours in place.Testing
setup Zephyr module in zephyrproject and build samples:
A
zephyr.ymlGithub CI workflow was added to test builds.Documentation
For now I have made a zephyr/README.md with all the information needed to get started.