<i509vcb[m]>
The guy seems legit from history, maybe pop an email to him?
<i509vcb[m]>
* legit from account history, maybe
ivmarkov[m] has quit [Quit: Idle timeout reached: 172800s]
<dirbaio[m]>
seems like a random github bug, unrelated to Zetier/lariat
<JamesMunns[m]>
yeah, it could be some internal tool leaking out, that just has the same name
adamgreig[m] has quit [Quit: Idle timeout reached: 172800s]
<JamesMunns[m]>
I have two plugs, if a little self-promo can be forgiven :D
<JamesMunns[m]>
1. New podcast episode that talks about `maitake-sync`, but also explains how `Waker`s and async/await drivers + data structures work: https://sdr-podcast.com/episodes/, now with video and slides!
<JamesMunns[m]>
2. I'm actively looking for sponsors for the postcard 2.0 release, if your company uses postcard and would be interested in supporting this, check out the details here: https://onevariable.com/blog/postcard-2-sponsors/
<JamesMunns[m]>
* I have two plugs, if a little self-promo can be forgiven :D
<JamesMunns[m]>
1. New podcast episode that talks about`maitake-sync`, but also explains how`Waker`s and async/await drivers + data structures work: https://sdr-podcast.com/episodes/syncing/, now with video and slides!
<JamesMunns[m]>
2. I'm actively looking for sponsors for the postcard 2.0 release, if your company uses postcard and would be interested in supporting this, check out the details here: https://onevariable.com/blog/postcard-2-sponsors/
<AlexandrosLiarok>
Is there a good way to use derive(Format) and have this be a Noop vs Format trait when using defmt ?
<AlexandrosLiarok>
* Is there a good way to use derive(Format) and have this be a Noop vs Format trait when using std vs defmt ?
<AlexandrosLiarok>
* Is there a good way to use derive(Format) and have this be a Noop vs Format trait through a feature or something?
sugoi has joined #rust-embedded
<thejpster[m]>
James Munns: I resigned from the cortex-m team some time ago but apparently I'm still on the mailing list for the team. Also, yes, rustc should stabilise -fp64 to allow people to use Cortex-M7 scheduling optimisations even if they only have an SP FPU, but I suspect if it was that easy they'd have done it already.
<thejpster[m]>
if that doesn't make sense, ask someone on the team I guess ;)
drewbus[m] has quit [Quit: Idle timeout reached: 172800s]
<JamesMunns[m]>
<thejpster[m]> "James Munns: I resigned from the..." <- that'd be the teams repo
<JamesMunns[m]>
ah, but you are off that list, hmm.
rafael[m] has quit [Quit: Idle timeout reached: 172800s]
PhilMarkgraf[m] has quit [Quit: Idle timeout reached: 172800s]
pbsds37 has joined #rust-embedded
pbsds3 has quit [Ping timeout: 265 seconds]
pbsds37 is now known as pbsds3
jonored[m] has quit [Quit: Idle timeout reached: 172800s]
konkers[m] has joined #rust-embedded
<konkers[m]>
<AlexandrosLiarok> "Is there a good way to use ..." <- `#[cfg_attr(feature = "fmt", derive(Format))]`
<konkers[m]>
konkers[m]: Also useful for conditionally declaring `no_std`: