You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,27 @@ cd package
317
317
318
318
For further details see [this page](./package/README.md).
319
319
320
+
## Alternative development ecosystems
321
+
322
+
In addition to Arduino, many of our supported boards can also be used with popular development ecosystems such as **Simplicity Studio** and **Zephyr**, allowing users to seamlessly transition between platforms as their projects evolve.
323
+
324
+
Please refer to the table below for ecosystem compatibility:
325
+
326
+
327
+
| Board | Arduino Core |[Simplicity Studio v6](https://www.silabs.com/software-and-tools/simplicity-studio)|[Zephyr](https://docs.zephyrproject.org/latest/index.html)|[Arduino Zephyr Core](https://github.com/arduino/ArduinoCore-zephyr)|
ℹ️ To use the **Arduino Nano Matter** or **Seeed Studio XIAO MG24** with **Simplicity Studio**, install the [Silicon Labs OpenOCD Support](https://marketplace.visualstudio.com/items?itemName=silabs-bozont.silabs-openocd-flasher) VS Code extension alongside the official [Simplicity Studio for VS Code](https://marketplace.visualstudio.com/items?itemName=SiLabs.siliconLabsSupportExtension) extension.
339
+
Together these extensions enable flashing and debugging of OpenOCD-based boards directly from Simplicity Studio projects.
0 commit comments