Add "generic" STM32 setup instructions

... these really need screenshots, but it's a start.
This commit is contained in:
Simon Hausmann 2024-09-19 23:35:52 +02:00 committed by Simon Hausmann
parent 00411f622e
commit 024a31bba4
2 changed files with 50 additions and 1 deletions

View file

@ -25,7 +25,7 @@ We provide templates for different STM32 Discovery Kits that provide:
- Application skeleton source code with sample Slint UI.
- Example usage of callbacks, properties, and basic widgets.
To get started, select a download from the following table:
To get started, select a download from the following table. If your board is not included in the table below, see our [](stm32/generic.md) instructions.
| STM32 Board | Download |
|----------------------------------|----------|
@ -43,3 +43,11 @@ To get started, select a download from the following table:
- For more details about the Slint language, check out the [Slint Language Documentation](slint-reference:).
- Learn about the [](../types.md) between Slint and C++.
- Study the [](../api/library_root).
```{toctree}
:maxdepth: 2
:hidden:
:caption: STMicroelectronics' STM32Cube Ecosystem
stm32/generic.md
```