NabuCasa / silabs-firmware-builder

Silicon Labs firmware builder
58 stars 60 forks source link

Simplicity SDK 2024.6.0 #74

Closed puddly closed 20 hours ago

puddly commented 3 months ago

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 to SL_ZIGBEE_ and must be renamed in your manifests accordingly. This is a fairly large breaking change.

Nerivec commented 3 months ago

I tried creating a brand new ncp-uart-hw out of curiosity. Looks like some of the stuff changed compared to the project in here. Made some changes, and built a few samples: https://github.com/Nerivec/silabs-firmware-builder/

puddly commented 20 hours ago

Superseded by https://github.com/NabuCasa/silabs-firmware-builder/pull/82