#log #rtt #semihosting #logging

no-std kiibohd-log

Basic log wrapper for the kiibohd project. Supports multiple backends (e.g. rtt, semi-hosting).

1 unstable release

0.1.0 Jun 6, 2021

#1366 in Embedded development

21 downloads per month

MIT/Apache

7KB
51 lines

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

Dependencies

~690KB