A Rust Standard Library implementation for FreeRTOS

This is an early alpha version of the Rust Standard Library port for FreeRTOS. So far, it has basic support of threads and sync primitives.

How to use

It is recommended to include this repo as a submodule in your workspace, this is because the FreeRTOS build system needs to include c files from it. $ git submodule add git@github.com:sheref-sidarous/freertos-std.git

rust app:

```

FreeRTOS build system:

Example usage

Check out freertos-std-example for an example that builds and runs this library using Qemu