Crates.io | alkyn |
lib.rs | alkyn |
version | 0.0.5 |
source | src |
created_at | 2022-04-10 15:37:20.668661 |
updated_at | 2022-06-24 15:22:12.637519 |
description | An experimental OS for the RP2040 |
homepage | |
repository | https://github.com/th0mas/alkyn/ |
max_upload_size | |
id | 565137 |
size | 2,027,771 |
Embedded Rust OS with a focus on Erlang style message passing.
Currently a prototype OS to asses the feasability of using Rust. Runs on the RP2040 micro-controller.
Alkyn requires:
Alkyn's examples also use flip-link
as the linker, which should be installed as follows:
cargo install flip-link
Alkyn should work without this in your own projects, but its use is recommened.
Examples are in the /examples
directory and can be run on an RP2040
device by running:
cargo run --example threads