mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Add "generic" STM32 setup instructions
... these really need screenshots, but it's a start.
This commit is contained in:
parent
00411f622e
commit
024a31bba4
2 changed files with 50 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue