There was an error while loading. Please reload this page.
This guide walks you through building your first RTIC application using an existing distribution.
rustup target add thumbv6m-none-eabi
This repository ships several reference distributions. Pick one that matches your hardware or simulator:
rp2040-rtic
stm32-renode-rtic
rtic-hippo
atalanta-rtic
[dependencies] xxx-rtic = { path = "path/or/version/to/distributions/xxx-rtic" }