-
Notifications
You must be signed in to change notification settings - Fork 31
Add 9116 deprecation in documentation #624
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
base: release_2.7-1.4
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,6 +113,8 @@ command for the BRD4187C is | |
| ./scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs/ out/lighting-app_rs9116 BRD4187C use_external_flash=false chip_enable_ble_rs911x=true --wifi rs9116 | ||
| ``` | ||
|
|
||
| > **Note**: Matter Support for 9116 will be deprecated from upcoming releases. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should mention the version at which support will be deprecated |
||
|
|
||
| > **Note**: The build argument `--wifi rs9116` is necessary to build the | ||
| > BRD4187C image with the necessary code for the NCP combo. | ||
| > `chip_enable_ble_rs911x=true` enables the RS9116 NCP bluetooth. The MG24 + | ||
|
|
@@ -157,6 +159,8 @@ disabled specific features. | |
|
|
||
| Here is a list of some the supported macros and their GN argument equivalent. | ||
|
|
||
| > **Note**: Matter Support for 9116 will be deprecated from upcoming releases. | ||
|
||
|
|
||
| | Macro Name | Description | GN equivalent | | ||
| | :---------------------------: | :----------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | --wifi | Configures an sample app as a Wi-Fi devices.<br /> This macro requires rs9116 or SiWx917 or wf200. | --wifi rs9116 : use_rs9116=true<br /> --wifi SiWx917 : use_SiWx917=true<br /> --wifi wf200 : use_wf200=true<br /> | | ||
|
|
||
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.
[nitpick] The deprecation notice could be more specific about the timeline and next steps for users. Consider adding when the deprecation will take effect and what alternatives users should migrate to.