bern-arch 0.3.0

Bern RTOS hardware specific implementation.
Documentation
[dependencies.bern-units]
version = "0.1"

[package]
authors = ["Stefan Lüthi <stefan.luethi@outlook.com>"]
categories = ["embedded", "no-std"]
description = "Bern RTOS hardware specific implementation."
documentation = "https://docs.rs/bern-arch"
edition = "2021"
homepage = "https://bern-rtos.org"
keywords = ["embedded", "no_std", "cortex-m", "iot", "rtos"]
license = "MIT"
name = "bern-arch"
readme = "README.md"
repository = "https://gitlab.com/bern-rtos/kernel/bern-arch"
version = "0.3.0"
[package.metadata.docs.rs]
targets = ["thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi"]
[target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dependencies.cortex-m]
features = ["inline-asm"]
version = "0.7"

[target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dependencies.cortex-m-rt]
version = "0.7"
[target."cfg(not(target_os = \"none\"))".dependencies.mockall]
version = "0.11"