Skip to content
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

[radio] proprietary radio support for ot-br #892

Conversation

schinchani
Copy link

In this PR, I have updated CMakelist.txt in third_party/openthread to support proprietary radio configurations available with the OT stack for the OpenThread Border Router Application. With this change, users will be able to specify the proprietary radio configurations when building the OTBR application.

For example, for configuring proprietary channel page value of 5, and proprietary channels 1-15, a user can run the setup script as follows:

sudo OTBR_OPTIONS="-DOTBR_PROPRIETARY_RADIO_SUPPORT=ON -DPROPRIETARY_CHANNEL_PAGE=5 -DPROPRIETARY_CHANNEL_MIN=1 -DPROPRIETARY_CHANNEL_MAX=15 -DPROPRIETARY_CHANNEL_MASK=0xfffe" ./script/setup

schinchani and others added 4 commits May 21, 2021 14:52
…d repo to support proprietary radio configurations available with the OT stack on the OpenThread Border Router Application.
Merge in WMN_STACKS/ot-br-posix from bugfix/OPENTHREAD-1158_proprietary_radio_support_otbr to staging/bugfix/proprietary_radio_support_otbr

* commit '1e3bfe03078ab5d062512527ffb9d2e07ca6df01':
  In this commit, I have updated CMakelist.txt in third_party/openthread repo to support proprietary radio configurations available with the OT stack on the OpenThread Border Router Application.
@google-cla google-cla bot added the cla: yes label Jun 14, 2021
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #892 (3b51c99) into main (dcbeb2d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #892   +/-   ##
=======================================
  Coverage   68.42%   68.42%           
=======================================
  Files          78       78           
  Lines        5451     5451           
=======================================
  Hits         3730     3730           
  Misses       1721     1721           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dcbeb2d...3b51c99. Read the comment docs.

@jwhui
Copy link
Member

jwhui commented Feb 15, 2023

Closing stale PR.

@jwhui jwhui closed this Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants