<korken89[m]>
So that was a bit of an interesting exploration, I was sort of expecting Chacha to be "dethroned" from embedded symmetric encryption but it seems Chacha will stay a while longer. :)
<korken89[m]>
Unless you need something really small, Chaha needs ~3 kB and Ascon lands at ~1 kB flash.
<gauteh[m]>
Hi. I am trying to use the ds18b20 temp sensor. After intiating a reading I need to way up to 750 ms before reading. What's a good way to do that? Loop and check for time in RTC interrupt? I'm going to sample at 1 Hz so if I don't I will spend most of the time waiting.
<gauteh[m]>
* time waiting (https://github., * .com/gauteh/sfy/pull/164/files#diff-1f7cd13a2bc8bddec3ee2a56a35214d2366a9ccb63d23f1a79781f02faf3516dR89).
<ryan-summers[m]>
I.e. anything implementing I2c thus already has to implement debug, but the compiler complains if I don't add this additional bound
<ryan-summers[m]>
Ah wait I think I see it, ErrorType doesn't implement Debug, but the associated Error type does... May be just some syntax issues here
albus_dandelion[ has quit [Quit: Idle timeout reached: 172800s]
starblue has quit [Ping timeout: 264 seconds]
starblue has joined #rust-embedded
IlPalazzo-ojiisa has joined #rust-embedded
dngrs[m] has quit [Quit: Idle timeout reached: 172800s]
Atlas667 has joined #rust-embedded
Atlas667 has quit [Ping timeout: 268 seconds]
Atlas667 has joined #rust-embedded
Atlas667 has quit [Ping timeout: 260 seconds]
DanielHershcovic has quit [Quit: Idle timeout reached: 172800s]
cr1901 has quit [Read error: Connection reset by peer]
kenny has quit [Quit: WeeChat 4.2.1]
kenny has joined #rust-embedded
Atlas667 has joined #rust-embedded
Atlas667 has quit [Ping timeout: 260 seconds]
crabbedhaloablut has quit []
crabbedhaloablut has joined #rust-embedded
vollbrecht[m] has quit [Quit: Idle timeout reached: 172800s]
jannic[m] has quit [Quit: Idle timeout reached: 172800s]
thejpster[m] has quit [Quit: Idle timeout reached: 172800s]
relia1[m] has quit [Quit: Idle timeout reached: 172800s]
bartmassey[m] has quit [Quit: Idle timeout reached: 172800s]
AdamHott[m] has quit [Quit: Idle timeout reached: 172800s]
Atlas667 has joined #rust-embedded
Atlas667 has quit [Ping timeout: 268 seconds]
Atlas667 has joined #rust-embedded
Atlas667 has quit [Ping timeout: 264 seconds]
<mabez[m]>
<Ralph[m]1> "unrelated, but japaric: what are..." <- aligned and hash32 are now part of rust-embedded-community!
<JamesMunns[m]>
<mabez[m]> "aligned and hash32 are now..." <- It's gh notification official :D
jannic[m] has joined #rust-embedded
<jannic[m]>
<NiaLinaLunaStorm> "I get the same result when I try..." <- Your code is missing periodic calls to [poll](https://docs.rs/usb-device/0.3.2/usb_device/device/struct.UsbDevice.html#method.poll). You should call it at least every 10ms. However, that doesn't explain why the `usb_serial` example also doesn't work for you: It contains these calls.
duderonomy has joined #rust-embedded
duderonomy has quit [Client Quit]
duderonomy has joined #rust-embedded
<NiaLinaLunaStorm>
<jannic[m]> "Your code is missing periodic..." <- any idea how to debug this. am 100% new to this kinda stuff
<JamesMunns[m]>
This shouldn't matter but: are you running with --release?
<NiaLinaLunaStorm>
no, I don't think so. just doing cargo run
<JamesMunns[m]>
Try cargo run --release and see how it does