alkyn 0.0.2

An experimental OS for the RP2040
docs.rs failed to build alkyn-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: alkyn-0.0.5

alkyn

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.

Prerequisites

Alkyn requires:

  • Rust Nightly
  • A probe-run compatible debug probe
  • An RP2040 based device

Examples

Examples are in the /examples directory and can be run on an RP2040 device by running:

cargo run --example threads