Skip to content

Commit c9bb637

Browse files
committed
Update the readme with alternative development ecosystems
1 parent 45d5214 commit c9bb637

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,27 @@ cd package
317317

318318
For further details see [this page](./package/README.md).
319319

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) |
328+
| ------------- |:-------------:|:-------------:|:-------------:|:-------------:|
329+
| Arduino Nano Matter || ✅ ℹ️ |[(docs)](https://docs.zephyrproject.org/latest/boards/arduino/nano_matter/doc/index.html) |[(docs)](https://github.com/arduino/ArduinoCore-zephyr) |
330+
| Seeed Studio XIAO MG24 || ✅ ℹ️ |[(docs)](https://docs.zephyrproject.org/latest/boards/seeed/xiao_mg24/doc/index.html) | |
331+
| SparkFun Thing Plus Matter |||[(docs)](https://docs.zephyrproject.org/latest/boards/sparkfun/thing_plus_matter_mgm240p/doc/index.html) | |
332+
| Silicon Labs xG24 Explorer Kit |||[(docs)](https://docs.zephyrproject.org/latest/boards/silabs/dev_kits/xg24_ek2703a/doc/index.html) | |
333+
| Silicon Labs xG24 Dev Kit |||[(docs)](https://docs.zephyrproject.org/latest/boards/silabs/dev_kits/xg24_dk2601b/doc/index.html) | |
334+
| Silicon Labs xG27 Dev Kit |||[(docs)](https://docs.zephyrproject.org/latest/boards/silabs/dev_kits/xg27_dk2602a/doc/index.html) | |
335+
| Silicon Labs BGM220 Explorer Kit |||[(docs)](https://docs.zephyrproject.org/latest/boards/silabs/explorer_kits/xg22/doc/bgm220_ek4314a.html) | |
336+
| Ezurio Lyra 24P 20dBm Dev Kit ||| | |
337+
338+
ℹ️ 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.
340+
320341
##
321342

322343
![Silabs <3 Arduino](doc/silabs_h_arduino.gif)

0 commit comments

Comments
 (0)