cortex-m-log 0.3.3

Logging facilities for Cortex-M processors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cortex-m-log

[![Build Status](https://travis-ci.org/DoumanAsh/cortex-m-log.svg?branch=master)](https://travis-ci.org/DoumanAsh/cortex-m-log)
[![Crates.io](https://img.shields.io/crates/v/cortex-m-log.svg)](https://crates.io/crates/cortex-m-log)
[![Documentation](https://docs.rs/cortex-m-log/badge.svg)](https://docs.rs/crate/cortex-m-log/)
[![dependency status](https://deps.rs/repo/github/DoumanAsh/cortex-m-log/status.svg)](https://deps.rs/repo/github/DoumanAsh/cortex-m-log)

Logging facilities for Cortex-M processors

## Available features

- `log-integration` - Enables [log]https://github.com/rust-lang-nursery/log integration
- `semihosting` - Enables facilities for [cortex-m-semihosting]https://github.com/japaric/cortex-m-semihosting.
- `itm` - Enables ITM destination for logging (not available on Cortex-M0 microcontrollers)