imxrt-log

Crates.ioimxrt-log
lib.rsimxrt-log
version0.1.2
sourcesrc
created_at2023-01-05 17:42:41.99674
updated_at2024-06-06 14:23:05.849112
descriptionLogging extensions for i.MX RT processors.
homepage
repositoryhttps://github.com/imxrt-rs/imxrt-hal
max_upload_size
id751705
size62,131
owners (github:imxrt-rs:owners)

documentation

README

imxrt-log

An extension of imxrt-hal to enable device logging. imxrt-log supports two logging front-ends:

  • defmt for efficient logging.
  • log for text-based logging.

It supports two different back-end peripherals:

  • A high-speed USB serial device.
  • Serial UART with DMA.

For more information, see the API documentation. To try the various front- and back-ends on hardware, use the *_logging examples maintained with imxrt-hal.

Commit count: 102

cargo fmt