ep-dwt 0.1.3

`embedded-profiling` implementation using the Data Watchpoint and Tracing (DWT) unit
Documentation
[dependencies.cortex-m]
version = "0.7"

[dependencies.cortex-m-rt]
optional = true
version = "0.7"

[dependencies.embedded-profiling]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.static_assertions]
optional = true
version = "1"

[features]
extended = ["cortex-m-rt", "static_assertions", "embedded-profiling/container-u64"]
proc-macros = ["embedded-profiling/proc-macros"]

[package]
categories = ["development-tools::profiling", "embedded"]
description = "`embedded-profiling` implementation using the Data Watchpoint and Tracing (DWT) unit"
edition = "2021"
keywords = ["performance", "profiling", "no-std"]
license = "MIT OR Apache-2.0"
name = "ep-dwt"
repository = "https://github.com/TDHolmes/embedded-profiling"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true