Skip to content

ierturk/rust-on-stm32

Repository files navigation

A Rust Board Support Package (BSP) and Example Slint Application for STM32F429-Discovery Kit

Associated post

Made with Slint
#made-with-slint


The Tools that Used within this Post


Setup

For setup the whole development system on WSL and VSCode please refer to this post


Running and Debugging

ierturk@DESKTOP-JC8L4M1:~$ cargo run -release

Or

  • It can be run through VSCode menus

Added Nix Flakes and DirEnv Support

Everything will be set by just typing following command

me@localhost:~$ nix develop

It needs to be installed nix package manager with enabled nix-command and flake support.


Conclusion

This is the Slint Carousel Demo running on the F4 MCU

Slint UI Carousel Demo

Happy reading and coding!