cortex-m-logger 0.0.0-alpha.1

Semihosting or ITM logger for cortex-m applications
Documentation
[dependencies.cortex-m]
version = "0.6.0"

[dependencies.cortex-m-semihosting]
optional = true
version = "0.3.3"

[dependencies.log]
default-features = false
version = "0.4.6"

[features]
default = []
semihosting = ["cortex-m-semihosting"]

[package]
authors = ["Josh Robson Chase <josh@robsonchase.com>"]
description = "Semihosting or ITM logger for cortex-m applications"
documentation = "https://docs.rs/cortex-m-logger"
edition = "2018"
homepage = "https://gitlab.com/jrobsonchase/cortex-m-logger"
license = "MIT/Apache-2.0"
name = "cortex-m-logger"
readme = "README.md"
repository = "https://gitlab.com/jrobsonchase/cortex-m-logger"
version = "0.0.0-alpha.1"