Skip to content

pcein/four-levels

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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