slint/api/cpp/docs/mcu/intro.md
Tasuku Suzuki 346d1c2df3 Fix typos
Ran `typos .` and fixed all typos that do make sense.
https://crates.io/crates/typos
2025-01-13 08:35:20 +01:00

688 B

Introduction

Microcontrollers (MCUs) are highly customizable and each vendor typically provides their own development environment and toolchain. Slint aims to support any MCU provided the SDK supports a C++ 20 cross-compiler as well as CMake as build system.

This documentation is divided into three sub-sections:

  • ESP-IDF section, when targeting MCUs with Espressif's IoT Development Framework
  • STM32 section, when targeting MCUs in STMicroelectronics' STM32Cube Ecosystem.
  • Generic section, providing an overview how to use Slint with other MCUs.