kiibohd-log

Crates.iokiibohd-log
lib.rskiibohd-log
version0.1.0
sourcesrc
created_at2021-06-06 06:35:19.752665
updated_at2021-06-06 06:35:19.752665
descriptionBasic log wrapper for the kiibohd project. Supports multiple backends (e.g. rtt, semi-hosting).
homepage
repositoryhttps://github.com/kiibohd/kiibohd-core
max_upload_size
id406755
size6,480
Jacob Alexander (haata)

documentation

README

kiibohd-log

kiibohd-log is a basic log implementation for embedded devices. It supports multiple transports, which can be enabled at the same time at compile time.

The design of kiibohd-log may change considerably until some of the missing transports are added.

Usage

See document for examples: TODO By default no transports are enabled.

WIP

Still working on the implementation for the following protocols.

  • HIDIO
  • ITM
  • UART
Commit count: 192

cargo fmt