Skip to content

Conversation

@Philipp-Wohlgenannt-Tridonic-com
Copy link
Contributor

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.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2020

Codecov Report

Merging #13 into zephyr will increase coverage by 2.91%.
The diff coverage is n/a.

@@            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     
Impacted Files Coverage Δ
src/core/net/dhcp6.hpp 19.29% <0.00%> (-80.71%) ⬇️
src/core/mac/mac_frame.hpp 36.20% <0.00%> (-57.74%) ⬇️
src/core/meshcop/meshcop_tlvs.hpp 6.55% <0.00%> (-45.42%) ⬇️
src/core/net/ip6.hpp 50.00% <0.00%> (-25.00%) ⬇️
src/core/meshcop/timestamp.hpp 36.36% <0.00%> (-21.97%) ⬇️
src/core/common/locator.hpp 61.53% <0.00%> (-21.80%) ⬇️
src/core/common/instance.cpp 74.46% <0.00%> (-19.15%) ⬇️
src/core/net/ip6_headers.hpp 81.81% <0.00%> (-18.19%) ⬇️
src/core/mac/mac_types.hpp 41.66% <0.00%> (-17.52%) ⬇️
src/core/coap/coap_message.hpp 83.33% <0.00%> (-16.67%) ⬇️
... and 105 more

@rlubos rlubos self-requested a review May 21, 2020 14:50
Copy link
Collaborator

@rlubos rlubos left a 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.

@Philipp-Wohlgenannt-Tridonic-com
Copy link
Contributor Author

Philipp-Wohlgenannt-Tridonic-com commented May 26, 2020

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.

Add NCP vendor hook for vendor sepcific code

Signed-off-by: Philipp Wohlgenannt <[email protected]>
@Philipp-Wohlgenannt-Tridonic-com Philipp-Wohlgenannt-Tridonic-com changed the title Add a openthread ncp vendor hook CMake: Add a openthread ncp vendor hook May 26, 2020
@Philipp-Wohlgenannt-Tridonic-com
Copy link
Contributor Author

@rlubos Is CIFuzz a probelm and do you know how I can solve it?

@rlubos
Copy link
Collaborator

rlubos commented May 27, 2020

It seems that somehow the tests are inherited from the upstream OpenThread, let's not bother about it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants