platformio / platform-siliconlabsefm32

Silicon Labs EFM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/siliconlabsefm32
Apache License 2.0
5 stars 6 forks source link

Support Zephyr on the tb_sense_12 / Thunderboard Sense 2 board #5

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 3 years ago

Per https://community.platformio.org/t/zephyr-rtos-integration-with-the-thunderboard-sense-2/23209.

The tb_sense_12.json board currently only supports mbed-os

https://github.com/platformio/platform-siliconlabsefm32/blob/5ea9785453007cd0c813adc219c421d9ad927343/boards/tb_sense_12.json#L17-L19

but per https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.6.0/boards/arm/efr32mg_sltb004a/doc/index.rst Zephyr 2.6.0 (which is the current Zephyr version used by this platform) supports that board too. Support for building with Zephyr should be enabled in the board manifest.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/100800112-support-zephyr-on-the-tb_sense_12-thunderboard-sense-2-board?utm_campaign=plugin&utm_content=tracker%2F38219020&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38219020&utm_medium=issues&utm_source=github).