bern-arch 0.2.3

Bern RTOS hardware specific implementation.
Documentation
[package]
name = "bern-arch"
version = "0.2.3"
authors = ["Stefan Lüthi <stefan.luethi@outlook.com>"]
edition = "2018"
license = "MIT"
categories = ["embedded", "no-std"]
keywords = ["embedded", "no_std", "cortex-m", "iot", "rtos"]
description = "Bern RTOS hardware specific implementation."
documentation = "https://docs.rs/bern-arch"
repository = "https://gitlab.com/bern-rtos/kernel/bern-arch"
homepage = "https://bern-rtos.org"

[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
cortex-m-rt = "0.6.10"
cortex-m = { version = "0.7.2", features = ["inline-asm"] }
r0 = "1.0.0"

[target.'cfg(not(target_os = "none"))'.dependencies]
mockall = "0.9.1"

[package.metadata.docs.rs]
targets = [
    "thumbv7em-none-eabi",
    "thumbv7em-none-eabihf",
    "thumbv7m-none-eabi",
]