From d1dbc738cba775b7e02d45fe9ad7f4ad3d102026 Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Mon, 23 Feb 2026 11:29:22 -0500 Subject: [PATCH] landing: add ST to list of continuously verified Zephyr hardware Adds ST to the list of continuously verified Zephyr hardware on the landing page. Signed-off-by: Daniel Mangum --- docs/landing_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/landing_page.md b/docs/landing_page.md index 0fde4634..83eafd24 100644 --- a/docs/landing_page.md +++ b/docs/landing_page.md @@ -36,7 +36,7 @@ sample of boards that each platform supports. | Platform | Quickstart | Note | | ------------------- | ---------- | ---- | -| Zephyr RTOS | [Golioth Zephyr Build Environment](/getting-started/device-examples/compile-example-code/zephyr) | Full support for the Zephyr real-time operating system (RTOS) which delivers extensive cross-vendor support. We test against boards from Nordic, NXP, and Espressif | +| Zephyr RTOS | [Golioth Zephyr Build Environment](/getting-started/device-examples/compile-example-code/zephyr) | Full support for the Zephyr real-time operating system (RTOS) which delivers extensive cross-vendor support. We test against boards from Nordic, NXP, Espressif, and ST | | nRF Connect SDK | [Golioth NCS Build Environment](/getting-started/device-examples/compile-example-code/zephyr-ncs) | Nordic's fork of Zephyr that includes proprietary features and functionality built on top of the upstream Zephyr project | | ESP-IDF | [Golioth ESP-IDF Build Environment](/getting-started/device-examples/compile-example-code/esp-idf) | Espressif's IoT Development Framework for use with their ESP32 line of microcontrollers | | ModusToolbox™ | [Readme](https://github.com/golioth/golioth-firmware-sdk/tree/main/examples/modus_toolbox) / [Webinar](https://blog.golioth.io/a-recap-of-how-to-collect-data-from-iot-sensors-using-golioth-and-the-infineon-modustoolbox/) | Infineon's IDE that also provides a FreeRTOS based development framework for use with their microcontrollers, including the PSoC series |