-
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
Remove support for nRF5 SDK for Thread & Zigbee #3605
Conversation
The nRF5 SDK for Thread & Zigbee is deprecated and will not receive any feature updates or support for new parts. CHIP will support nRF5 SoCs via the nRF Connect SDK instead. Delete the support code for the nRF5 SDK for Thread & Zigbee, sample apps, and documentation. fixes project-chip#3604
b01d030
to
6b0796b
Compare
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.
Thank you for the change! Just note that nrf52840-dk.jpg is used also in READMEs of nrfconnect examples, so could you not delete it and move to examples/platform/nrfconnect instead?
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.
Thank you 👍
This was deleted in project-chip#3605 but is still referenced by examples/{lighting,lock}-app/nrfconnect/README.md. Restore this file.
|
This was deleted in project-chip#3605 but is still referenced by examples/{lighting,lock}-app/nrfconnect/README.md. Restore this file and move it to examples/platform/nrfconnect.
This was deleted in #3605 but is still referenced by examples/{lighting,lock}-app/nrfconnect/README.md. Restore this file and move it to examples/platform/nrfconnect.
The nRF5 SDK for Thread & Zigbee is deprecated and will not receive any
feature updates or support for new parts. CHIP will support nRF5 SoCs
via the nRF Connect SDK instead.
Delete the support code for the nRF5 SDK for Thread & Zigbee, sample
apps, and documentation.
fixes #3604