Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

A minimal application to demonstrate embedded development using Rust.

License

Notifications You must be signed in to change notification settings

jessebraham/stm32f0-rust-blinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f0-rust-blinky

This repository contains the source code to accompany "Embedded Rust: From Zero to Blinky".
For a more in-depth explanation please refer to the post.

A minimal application to demonstrate embedded development using Rust. Created using an STM32 Nucleo F091RC development board. Blinks an LED on pin PA1.


Made possible by the following amazing crates:

cortex-m | cortex-m-rt | panic-halt | stm32f0xx-hal


Quickstart

$ git clone https://github.com/jessebraham/stm32f0-rust-blinky.git
$ cd stm32f0-rust-blinky/
$ cargo build --release
$ ./flash_device.sh target/thumbv6m-none-eabi/release/stm32f0-rust-blinky

About

A minimal application to demonstrate embedded development using Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published