-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
arm: Removed support for CC2650 #22012
Conversation
The SoC, driver, and board support for the CC2650 and CC2650 Sensortag aren't currently supported and we are removing them as such. If anyone is interesting in supporting this platform we can easily recovery it from git. Signed-off-by: Kumar Gala <[email protected]>
Note: this removal of this was discussed at the Zephyr TSC Meeting on Jan 15th, and voted on by the TSC and the removal was approved. Anyone interested in supporting this platform is free to revive this, but will need to be willing to update drivers and such to match broader Zephyr changes (like GPIO API rework). |
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.
Fine with me, I only have a comment about the rel-notes.
@galak are we also removing the hal-suport from EXT TI?
@@ -76,7 +76,7 @@ Architectures | |||
|
|||
* ARM: | |||
|
|||
* <TBD> | |||
* Removed support for CC2650 |
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.
Hm, maybe give the full board name, cc2650_sensortag?
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.
LGTM
need to look at that. |
The SoC, driver, and board support for the CC2650 and CC2650 Sensortag
aren't currently supported and we are removing them as such. If anyone
is interesting in supporting this platform we can easily recovery it
from git.
Signed-off-by: Kumar Gala [email protected]