Skip to content

Example programs in Rust demonstrating how you can program an ARM microcontroller at four different levels of abstraction

Notifications You must be signed in to change notification settings

pcein/four-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

At the moment, you can program your ARM microcontroller using Rust at four different levels:

  • Bare register programming using unsafe

  • Using the API autogenerated by svd2rust

  • Using an embedded-hal implementation

  • Using a board support crate

All of this is based on the work of Jorge Aparicio. This repository contains full implementations of an elementary light-up-the-LED program written using all four levels. The code runs on an STM32F3Discovery board.

About

Example programs in Rust demonstrating how you can program an ARM microcontroller at four different levels of abstraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published