#log #rtt #semihosting #embedded

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

#4 in #semihosting

MIT/Apache

6KB
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

~425KB