Simplicity SDK Platform Version 6.1.0 - Release Notes (Jun 23, 2026)#
The Platform provides infrastructure support for applications developed with higher-level protocols, and it provides an interface with the underlying hardware.
Click here for earlier releases.
Release Summary#
| Release Item | Version | Release Date | Release Notes | Key Features | API Changes | Bug Fixes | Chip Enablement |
|---|---|---|---|---|---|---|---|
|
Platform MCU |
6.1.0 |
Jun 23, 2026 |
|
|
|
|
|
|
Bootloader |
3.3.0 |
Jun 23, 2026 |
|
|
|
|
|
|
Security |
6.1.0 |
Jun 23, 2026 |
|
|
|
None. |
|
|
Micrium OS |
6.1.0 |
Jun 23, 2026 |
None. |
None. |
|
None. |
|
|
CPC |
4.9.0 |
Jun 23, 2026 |
None. |
None. |
|
None. |
|
|
RAIL Library |
3.1.0 |
Jun 23, 2026 |
None. |
None. |
None. |
None. |
Impact of Release Changes#
Impact Statements | Migration Guide
Impact Statements#
| Item | Impact |
|---|---|
| ARM CMSIS 6.2 upgrade |
The Do not initialize |
| GCC 14.2 Rel1 |
GCC updated from 12.2.1 to 14.2 Rel1. On Windows and macOS (Apple Silicon), use the Silicon Labs-provided GCC 14.2 Rel1 toolchain to build with LTO-enabled SDK libraries. Using the ARM-released GCC toolchain on these platforms with LTO enabled may result in link-time errors. |
| IAR 9.70.4 |
IAR updated from 9.40.1 to 9.70.4. Rebuild all projects after upgrading the toolchain. |
Migration Guide#
ARM CMSIS 6.2 migration:
Remove the
.reservedmember from allosThreadAttr_tinitializer lists. Only initialize members that require non-zero or non-NULL values.Example:
static const osThreadAttr_t thread_attributes = { .name = "app", .stack_size = 3072, .priority = osPriorityLow, };
Compiler upgrade:
Rebuild all projects after upgrading to GCC 14.2 Rel1 or IAR 9.70.4.
On Windows and macOS (Apple Silicon), install the Silicon Labs-provided GCC 14.2 Rel1 toolchain through Simplicity Installer / SLT when building with LTO.
DMADRV: The DMADRV component and all DMADRV APIs are now deprecated. They remain functional in this release and are scheduled for removal in the future. For new designs, use the
dma_managerservice and thedma_channeldriver. Software components that previously used the DMADRV API, including SPIDRV and UARTDRV, have been migrated to thedma_managerservice anddma_channeldriver in this release. For more information, see the DMADRV Migration Guide.
Using This Release#
Installation and Use | Help and Feedback
Installation and Use#
To run your first demo, see our Getting Started Guides.
For information about Secure Vault Integration, see Secure Vault.
To review Security and Software Advisory notifications and manage your notification preferences:
Log in with your account credentials.
Click your profile icon in the upper-right corner of the page.
Select Notifications from the dropdown menu.
In the Notifications section, go to the My Product Notifications tab to review historical Security and Software Advisory notifications
To manage your preferences, use the Manage Notifications tab to customize which product updates and advisories you receive.
To learn more about the software in this release, dive into our online documentation.
Help and Feedback#
Contact Silicon Labs Support.
To use our Ask AI tool to get answers, see the search field at the top of this page.
Note: Ask AI is experimental.
Get help from our developer community.
SDK Release and Maintenance Policy#
See our SDK Release and Maintenance Policy.