<diondokter[m]>
* Yeah, you can implement your own global logger and do with the data whatever you like.
<diondokter[m]>
You can take a look at how it's done in the defmt book or the defmt-rtt crate
<Brons[m]>
I'm using target rtt instead of defmt rtt. Will that still work?
scorpion2185[m] has joined #rust-embedded
<scorpion2185[m]>
lulf does watchful have clock alarm an timer?
lulf[m] has joined #rust-embedded
<lulf[m]>
<scorpion2185[m]> "lulf does watchful have clock..." <- No, it does not. Sounds useful though
<scorpion2185[m]>
what does it have?
barafael[m] has joined #rust-embedded
<barafael[m]>
I have problems with unit tests in my workspace. I have a workspace with two crates - a firmware crate and a library crate. The library crate is `#![cfg_attr(not(test), no_std)]`. The firmware crate is `#![no_std]`. The library... (full message at