<re_irc>
<korken89> You are welcome to give RTIC a look, and come join us in the RTIC room :) I think we are the most proc-macro heavy DSL in the embedded space as we do a lot of schedulability analysis based on a task/resource model. Website: rtic.rs
crabbedhaloablut has quit [Ping timeout: 268 seconds]
crabbedhaloablut has joined #rust-embedded
explore has quit [Quit: Connection closed for inactivity]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #rust-embedded
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #rust-embedded
brazuca has joined #rust-embedded
<re_irc>
<dkhayes117> James Munns: what kind of media are looking for regarding the WG Twitter final Friday showcase? Pics, Gif, blog post?
<re_irc>
<James Munns> Really anything! Probably a "what is this" sentence or three, plus a link or pic or something :)
<re_irc>
<dkhayes117> Propane float gauge with hall effect sensor to read position. Servo driven for consistent positional testing. nrf9160 for LTE-M running embassy 😀
<re_irc>
<James Munns> dkhayes117: Should I treat this as a Friday submission? :D
<re_irc>
<dkhayes117> Yes, I DM'd it to you on Twitter as well
<re_irc>
<James Munns> Oh, perfect, thanks :D
<re_irc>
<James Munns> I'm gunna schedule all those tweets tonight. I think I have 5 or so, so far? Definitely still time if anyone else wants to show anything off :)
GenTooMan has joined #rust-embedded
<cr1901>
adamgreig: How's the bridge working now?
<re_irc>
<adamgreig> I see you!
<re_irc>
<adamgreig> I nuked the whole homeserver database and restarted it, so all the ghost users should be gone
<re_irc>
<adamgreig> hopefully it was a remnant of something updating and won't reoccur
<cr1901>
Beautiful... the other ~50 users thank you for your efforts
<cr1901>
(incl me :P)
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
<re_irc>
But as dirbaio already wrote, rtt works on riscv.
<re_irc>
<thebutlah> does rtt not need hardware support? I'm a bit confused how it works
<re_irc>
<thebutlah> is it that the "log" is simply stored in memory and you expect that a hardware debugger will be able to look at that memory while the program runs to read the logs?
<re_irc>
<dirbaio> rtt is just a spec for a way to lay out a ringbuffer in RAM
<re_irc>
<dirbaio> so yes, all you need is a way for the debugger to read RAM
<re_irc>
<dirbaio> * read/write
<re_irc>
<dirbaio> in ARM it'd be SWD/JTAG, in RISCV it's most likey JTAG (I guess?)
dc_740 has quit [Ping timeout: 244 seconds]
dne_ has joined #rust-embedded
mattgirv has joined #rust-embedded
edm_ has joined #rust-embedded
xnor_ has joined #rust-embedded
dne has quit [*.net *.split]
xnor has quit [*.net *.split]
mattgirv_ has quit [*.net *.split]
Socke has quit [*.net *.split]
edm has quit [*.net *.split]
dne_ is now known as dne
edm_ is now known as edm
xnor_ is now known as xnor
Socke has joined #rust-embedded
<re_irc>
<therealprof> PSA: I learned earlier today that there's a new kid in town to output assembly/LLVM-IR/MIR for any executable via cargo plugin: https://crates.io/crates/cargo-show-asm which seems to take over for the somewhat outdated https://crates.io/crates/cargo-asm and happens to work a lot better in addition to having more features, especially for embedded binaries.