rtic-trace-macros

Crates.iortic-trace-macros
lib.rsrtic-trace-macros
version0.1.0-alpha.0
sourcesrc
created_at2021-06-29 23:17:52.728171
updated_at2021-06-29 23:17:52.728171
descriptionProcedural macros or the cortex-m-rtic-trace crate
homepagehttps://github.com/rtic-scope/cortex-m-rtic-trace
repositoryhttps://github.com/rtic-scope/cortex-m-rtic-trace
max_upload_size
id416383
size2,784
Viktor Vilhelm Sonesten (tmplt)

documentation

README

cortex-m-rtic-trace - target-side crate for RTIC Scope tracing functionality

cortex-m-rtic-trace is an auxiliary crate for ARM Cortex-M platforms to correctly enable tracing of RTIC applications via the ITM/DWT subsystems. A set of intialization functions are exposed that are expected to be called at the end of #[init]. These will ensure that tracing peripherals are configured as expected. Additionally, a #[trace] macro is exposed that enable tracing of RTIC software tasks.

Examples

Refer to rtic-scope/examples for example uses of rtic-scope in combination with the remainder of the RTIC Scope framework.

License

The code in this repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 0

cargo fmt