zephyr
zephyr copied to clipboard
uoscore-uedhoc integration as a Zephyr module
Integrate uOSCORE and uEDHOC libraries as a Zephyr module. Along with the libraries, and required mbed TLS changes, bring OSCORE unit tests into the tree so that the integration is tested by the CI.
The following west manifest projects have been modified in this Pull Request:
| Name | Old Revision | New Revision | Diff |
|---|---|---|---|
| uoscore-uedhoc | N/A | https://github.com/zephyrproject-rtos/uoscore-uedhoc/commit/e8920192b66db4f909eb9cd3f155d5245c1ae825 (zephyr) | N/A |
Note: This message is automatically posted and updated by the Manifest GitHub Action.
@carlescufi Any idea why did the bot add the DNM label? The manifest file is not referencing a PR but a proper SHA.
@carlescufi Any idea why did the bot add the
DNMlabel? The manifest file is not referencing a PR but a proper SHA.
It's because it's a new module, and we require the DNM to be removed manually by a human in this case.
@d3zd3z can you please take a look? @tejlmand can you review the build system parts?
Thank you for the review, I've addressed the comments and rebased the branch.
@tejlmand Thanks for the review, I've addressed your comments, please revisit.