embedded-runtime-rp2040 0.3.0

A tiny async runtime for embedded devices, with predefined runtime hooks for the rp2040
Documentation
[badges]
[dependencies.cortex-m]
version = "0.7.7"

[dependencies.embedded-runtime]
version = "0.3.0"

[features]
default = []

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = []
description = "A tiny async runtime for embedded devices, with predefined runtime hooks for the rp2040"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "embedded-runtime-rp2040"
readme = "README.md"
repository = "https://github.com/KizzyCode/embedded-runtime-rust"
resolver = "1"
version = "0.3.0"
[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true