ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
AtleoS has quit [Quit: AtleoS]
takkaryx[m] has quit [Quit: Idle timeout reached: 172800s]
cr1901_ has joined #rust-embedded
Ultrasauce is now known as sauce
cr1901 has quit [Ping timeout: 260 seconds]
cinemaSundays has joined #rust-embedded
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
cinemaSundays has quit [Quit: Connection closed for inactivity]
tr09[m] has quit [Quit: Idle timeout reached: 172800s]
marmrt[m] has quit [Quit: Idle timeout reached: 172800s]
cr1901 has joined #rust-embedded
cr1901_ has quit [Read error: Connection reset by peer]
pbsds30 has joined #rust-embedded
edm_ has joined #rust-embedded
SanchayanMaity_ has joined #rust-embedded
cyrozap_ has joined #rust-embedded
Ultrasauce has joined #rust-embedded
edm has quit [Ping timeout: 265 seconds]
SanchayanMaity has quit [Ping timeout: 265 seconds]
sauce has quit [Ping timeout: 265 seconds]
cyrozap has quit [Ping timeout: 265 seconds]
pbsds3 has quit [Ping timeout: 265 seconds]
cyrozap_ is now known as cyrozap
pbsds30 is now known as pbsds3
edm_ is now known as edm
SanchayanMaity_ is now known as SanchayanMaity
AtleoS has joined #rust-embedded
AtleoS has quit [Ping timeout: 264 seconds]
AtleoS has joined #rust-embedded
corecode[m] has joined #rust-embedded
<corecode[m]> when should i pick postcard, and when should i use some direct binary serialization (binrw/deku) when storing stuff in flash?
<corecode[m]> or just plainly writing out the memory of a plain old struct
<thejpster[m]> WG people should probably pick that up. I'm only an outside observer
i509vcb[m] has quit [Quit: Idle timeout reached: 172800s]
kentborg[m] has joined #rust-embedded
<kentborg[m]> Newbie question: I finally found out how to get probe-rs to let me print stuff (yay!), but now I can't figure out how to print a fixed point value. Suggestions?
diondokter[m] has joined #rust-embedded
<diondokter[m]> kentborg[m]: What crate are you using for printing?
<diondokter[m]> s/What/Which/
<kentborg[m]> I'm open to suggestions, but at the moment I have a use defmt::dbg; at the top of my file.
<diondokter[m]> Ah, so defmt. With defmt you can only print things that implement the Format crate. Not sure what your `fixed` point value is.... (full message at <https://catircservices.org/_irc/v1/media/download/ATnqCoduvuJWPMlE6p6im7u3mQdR3gABmgagR6SzzIhulThfjfID-sVUOUUjYshW_GPnpBSY0-EOqKzjG2KVnf1CeSOnIUdQAGNhdGlyY3NlcnZpY2VzLm9yZy9kYUNycVhhdHVvdEJVY01zYkpDYlRDeno>)
<diondokter[m]> s/crate/trait/
<kentborg[m]> That worked! (Well, `Display2Format` worked.)
<kentborg[m]> Thanks!
<kentborg[m]> Is defmt the kind of printing you would recommend?
<thejpster[m]> https://hackmd.io/@thejpster/HJDlh0S0R - I wrote some notes about what the fancy CPU options do
explodingwaffle1 has quit [Quit: Idle timeout reached: 172800s]
cinemaSundays has joined #rust-embedded