-
Notifications
You must be signed in to change notification settings - Fork 41
CMake: Add a openthread ncp vendor hook #13
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
CMake: Add a openthread ncp vendor hook #13
Conversation
Codecov Report
@@ Coverage Diff @@
## zephyr #13 +/- ##
==========================================
+ Coverage 74.02% 76.94% +2.91%
==========================================
Files 368 329 -39
Lines 49793 40599 -9194
==========================================
- Hits 36859 31237 -5622
+ Misses 12934 9362 -3572
|
rlubos
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.
Thanks for opening the PR towards upstream OpenThread! Since we should not merge this during feature-freeze, we might be able to drop the temporary commit before the merge window is open again.
|
The Openthread changes are merged in the upstream. There was a small change after review (OPENTHREAD_NCP_VENDOR_HOOK_SOURCE and OPENTHREAD_NCP_VENDOR_HOOK were combined). This PR requires at least openthread/openthread@7942b00 from upstream. |
bd1f45e to
99d8855
Compare
Add NCP vendor hook for vendor sepcific code Signed-off-by: Philipp Wohlgenannt <[email protected]>
99d8855 to
35d3bdf
Compare
|
@rlubos Is CIFuzz a probelm and do you know how I can solve it? |
|
It seems that somehow the tests are inherited from the upstream OpenThread, let's not bother about it right now. |
Add a openthread ncp vendor hook.
This pull request already includes a pull request from the openthread/openthread repo (zephyrproject-rtos/zephyr#25450). As soon as that pull request is merged in the openhtread/openthread repo and openthread in this repo is updated, the commit 10650e2 can be dropped.