Module cortex_m_log::destination [] [src]

Contains possible destination for writes

All writes are unprotected. If you'd like to have option to configure your writes with interrupt protection, see printer

Re-exports

pub use self::dummy::Dummy;
pub use self::itm::Itm;
pub use self::semihosting::SHerr;
pub use self::semihosting::SHout;

Modules

dummy

Dummy module

itm

ITM module

semihosting

Semihosting module