-
Notifications
You must be signed in to change notification settings - Fork 73
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
Simplicity SDK 2024.6.0 #74
Conversation
This reverts commit 5f4dd69.
I tried creating a brand new |
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.
We're going to need another manifest for the EFR32ZG23A020F512GM40-C, which is the chip in our controller.
Superseded by #82 |
Fully superseded by #83. |
This PR migrates our firmware builder to use the new Simplicity SDK. It is mostly a drop-in replacement for the Gecko SDK.
Most
EMBER_
constants have been renamed toSL_ZIGBEE_
and must be renamed in your manifests accordingly. This is a fairly large breaking change.