GitXplorerGitXplorer
k

oxidize2020-rtic

public
15 stars
6 forks
0 issues

Commits

List of commits on branch master.
Verified
06e98d79c64499ec9792aeff9d56c576a0dca76a

Merge pull request #2 from LongLiveCHIEF/update-device-crate-uri

kkorken89 committed 4 years ago
Unverified
0837fc251c0ae9a8aea0bfcec7a2e9728040056b

update url for stm32l4xx_hal dependency

LLongLiveCHIEF committed 4 years ago
Unverified
b88bf50bae639036c55e8b6c665a60e9516dab99

Removed unused parameters to app

kkorken89 committed 5 years ago
Unverified
34811a5303f3170782389f60c11f50f1eced4624

Example docs updated

kkorken89 committed 5 years ago
Unverified
bcd37f4171d7082cdafab5af3561e57152ba275c

Comments in Cargo.toml

kkorken89 committed 5 years ago
Unverified
7fb3c7a594177a1f9bd9e6cbd69e3febfe926aec

Examples

kkorken89 committed 5 years ago

README

The README file for this repository.

Examples for my Oxidize Global 2020 talk on RTIC

Slides can be found here: Link to slides

Prerequisites

The examples herein are written for the STM32L412 Nucleo-64 board. So to run these examples straight of, you need one of these boards.

Moreover you need the following dependencies:

rustup target add thumbv7em-none-eabihf
cargo install cargo-embed

Running examples

Start Visual Studio Code and hit Ctrl + Shift + B to get a list of the examples. Select one to run that example.


License

Licensed under either of

at your option.