-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[nrfconnect] Added device type related kconfig options #13691
Merged
Damian-Nordic
merged 1 commit into
project-chip:master
from
kkasperczyk-no:configs_improvement_pr
Jan 20, 2022
Merged
[nrfconnect] Added device type related kconfig options #13691
Damian-Nordic
merged 1 commit into
project-chip:master
from
kkasperczyk-no:configs_improvement_pr
Jan 20, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boring-cyborg
bot
added
config
documentation
Improvements or additions to documentation
github
nrf connect
platform
labels
Jan 19, 2022
PR #13691: Size comparison from 150c479 to a729e49 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
LuDuda
approved these changes
Jan 19, 2022
saurabhst
approved these changes
Jan 19, 2022
bzbarsky-apple
approved these changes
Jan 19, 2022
/rebase |
@kkasperczyk-no This needs a rebase to tip to fix CI failures. |
kkasperczyk-no
force-pushed
the
configs_improvement_pr
branch
from
January 20, 2022 06:39
a729e49
to
f3a1d41
Compare
There is no kconfig interface and documentation on how to enable commissionable device types and set device type value. * Added kconfig options for commissionable device types and device type * Extended examples documentation to describe the features and how to enable them
kkasperczyk-no
force-pushed
the
configs_improvement_pr
branch
from
January 20, 2022 06:41
f3a1d41
to
7d1ea0d
Compare
pullapprove
bot
requested review from
austinh0,
Byungjoo-Lee,
chrisdecenzo,
chshu,
dhrishi,
emargolis,
erjiaqing,
gjc13,
hawk248,
holbrookt,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kpschoedel and
mlepage-google
January 20, 2022 06:41
pullapprove
bot
requested review from
mrjerryjohns,
mspang,
selissia,
tecimovic,
turon,
vijs,
xylophone21 and
yunhanw-google
January 20, 2022 06:41
Rebased |
PR #13691: Size comparison from 3853608 to 7d1ea0d Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this pull request
Jan 28, 2022
…13691) There is no kconfig interface and documentation on how to enable commissionable device types and set device type value. * Added kconfig options for commissionable device types and device type * Extended examples documentation to describe the features and how to enable them
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
config
documentation
Improvements or additions to documentation
github
nrf connect
platform
review - approved
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
There is no kconfig interface and documentation on how to enable commissionable device types and set device type value.
Change overview
Testing
No functional changes, so no testing needed.