embedded-runtime-nrf52840 0.4.0

A tiny async runtime for embedded devices, with predefined runtime hooks for the nrf52840
Documentation
1
2
3
4
5
6
7
8
#![no_std]
#![doc = include_str!("../README.md")]

#[doc(hidden)]
pub mod runtime;

// Re-export everything
pub use embedded_runtime::*;