mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
They should be in the lines, but the problem is that this causes issues in the .mdx files. License header doesn't really make sense for .md files anyway
604 B
604 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.