<re_irc>
<@u007d:matrix.org> Sooo... let's say I have a 64-bit linker symbol and I'm writing inline `rv64` assembly language in Rust. What's the correct way to load the full 64-bit value into, say, register `t0`? I've been trying different ways and... it's been weird ;).
<re_irc>
<@newam:matrix.org> Anyone know what the TCP throughput is like on the stm32h7 with what exists in the rust ecosystem today (smoltcp)?
<re_irc>
<@thalesfragoso:matrix.org> newam: Something around 60Mbps I think
<re_irc>
<@thalesfragoso:matrix.org> You might be able to go higher with bigger buffers, dunno, I remember I got somewhere around 80-90Mbps with UDP on a F4
<re_irc>
<@ryan-summers:matrix.org> Your TCP throughput is going to depend _highly_ on your window size and your peer's ACK responsiveness on TCP. A lot of linux systems will start holding the ACKs if you're really slamming data at them. You can disable that functionality, but know that your peer can drastically affect the actual throughput
<re_irc>
<@dkhayes117:matrix.org> U007D: Here https://matrix.to/#/#gd32v-rust:matrix.org is where most RISC-V talk happens if you'd like to join.
<re_irc>
<@newam:matrix.org> I use the BME280 (https://github.com/newAM/bme280-rs), your choice of SPI or I2C. Exceptional accuracy, but $20 per part. Also board placement is a pain to achieve accuracy, but that goes for any temperature/humidity sensor I think.
<re_irc>
<@yatekii:matrix.org> I don'tz need anything accurate, but this is very nice
e-snail has joined #rust-embedded
<re_irc>
<@newam:matrix.org> I still keep buying BME280's for my personal projects because of it. They're pretty neat, the pressure sensitivity on the BME280's is good enough that you can see when a door opens/closes in the room.
fabic_ has quit [Ping timeout: 252 seconds]
fabic_ has joined #rust-embedded
fabic_ has quit [Ping timeout: 248 seconds]
tokomak has quit [Ping timeout: 240 seconds]
zBeeble42 has quit [*.net *.split]
zBeeble has joined #rust-embedded
GenTooMan has quit [Ping timeout: 256 seconds]
GenTooMan has joined #rust-embedded
<re_irc>
<@braincode:matrix.org> Improving GDB protocol compatibility in LLDB | Moritz Systems
<re_irc>
<@huntc:matrix.org> adamgreig: I'd so like to attend these meetings... UTC+10 makes them a bit early though. Any thoughts? Would it be useful for me to convene an additional meeting to accomodate Asia/Pacific?