Module imxrt_log::defmt

source ·
Expand description

defmt logging frontend.

The module provides a defmt implementation that transfers data using any supported backend.

The implementation only supports one logging channel. The acquire-release sequence on that channel uses a critical section to ensure mutual exclusion.

Functions

  • Initialize a LPUART & DMA logger with the defmt frontend.
  • Initialize a USB logger with the defmt frontend and custom configurations.
  • Initialize a USB logger with the defmt frontend.