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
Dr_Who has quit [Quit: ZZZzzz…]
Dr_Who has joined #rust-embedded
Dr_Who has quit [Read error: Connection reset by peer]
<RockBoynton[m]> with sequential-storage, is it expected that a store would hang if the flash memory has not previously been erased?
sroemer has joined #rust-embedded
_whitelogger has joined #rust-embedded
Jubilee[m] has joined #rust-embedded
<Jubilee[m]> rmsyn: Heya.
jsolano has quit [Ping timeout: 260 seconds]
zagura_ has joined #rust-embedded
jsolano has joined #rust-embedded
zagura has quit [Ping timeout: 244 seconds]
zagura_ is now known as zagura
sroemer has quit [Ping timeout: 255 seconds]
wassasin[m] has quit [Quit: Idle timeout reached: 172800s]
rainingmessages has joined #rust-embedded
sroemer has joined #rust-embedded
sroemer has quit [Changing host]
sroemer has joined #rust-embedded
sroemer has quit [Ping timeout: 252 seconds]
thejpster[m] has quit [Quit: Idle timeout reached: 172800s]
berkus[m] has joined #rust-embedded
<berkus[m]> adamgreig: i did some housekeeping on the awesome-embedded list, hope resources team dont mind
thejpster[m] has joined #rust-embedded
<thejpster[m]> can I get a hi-five on https://github.com/rust-embedded-community/tinyrlibc/pull/32 please? Adds rand and srand to tinyrlibc
<diondokter[m]> I would if I had rights....
<diondokter[m]> <RockBoynton[m]> "with sequential-storage, is it..." <- Hmmmm... the assumption is made that the flash is either erased of only written by the crate before.
<diondokter[m]> Using it on random data is not advised. Though hanging sounds quite bad and should probably be fixed...
sarath08071994[m has joined #rust-embedded
<sarath08071994[m> Hi I compiled rust code for the armv7-unknown-linux-gnueabihf target. When I put the binary in the target board (LG innotek - lgit Lam -j300-4j) and run. I am getting the following error... (full message at <https://catircservices.org/_irc/v1/media/download/AXtEtrt9M7Efgy10iTGdhE8Ua8k1nsY73PsPVVOv_5WZieQ3sRXp0scr6wI6gv0Z2gk4xrVY7xf3wxGEqY6DdnS_8AAAAAAAAGNhdGlyY3NlcnZpY2VzLm9yZy9nWHZHSWxxanhrd2JuWkR4cXpwRFZRelA>)
<sarath08071994[m> s/one/anyone/
<sarath08071994[m> * Hi I compiled rust code for the armv7-unknown-linux-gnueabihf target. When I put the binary in the target board (LG innotek - lgit Lam -j300-4j) and run. I am getting the following error... (full message at <https://catircservices.org/_irc/v1/media/download/AVpH_CT-Pvwu4G2BTxwmOy2_XIWxQwGo9XJPlqzkPus2m1uM12oRn0brmY36tZjyUUvnFnTdIJzp_oPLEtKSwXe_8AAAAAAAAGNhdGlyY3NlcnZpY2VzLm9yZy9BU29udkpud0FhakV5bWRoblBJRk1XUUY>)
davidmpye[m] has joined #rust-embedded
<davidmpye[m]> I'm using a Pico as an i2c matrix keypad driver because I have no space constraints and by the time I have both
alex[m]1 has joined #rust-embedded
<alex[m]1> your command and the error do not match their paths; this is confusing. if the board is a Linux (or similar system), this might be something like the binary not being the right kind (you can use the file command to verify, if available), or missing the executable bit
<thejpster[m]> diondokter: I have invited you to the org
<diondokter[m]> thejpster[m]: Ah cool! it can be merged now!
<thejpster[m]> Welcome to the gang
<RockBoynton[m]> <diondokter[m]> "Hmmmm... the assumption is..." <- > <@diondokter:matrix.org> Hmmmm... the assumption is made that the flash is either erased of only written by the crate before.
<RockBoynton[m]> > Using it on random data is not advised. Though hanging sounds quite bad and should probably be fixed...
<RockBoynton[m]> It seems to take slightly longer to fetch or store after a fresh erase, than after it is first fetched or stored to. It was just hanging because I expected there to be no delay in the code (I fixed that bug in my code)
cinemaSundays has joined #rust-embedded
ivmarkov[m] has joined #rust-embedded
<ivmarkov[m]> danielb: [Love it!](https://github.com/esp-rs/esp-hal/pull/2532). (Still need to test it)
danielb[m] has joined #rust-embedded
<danielb[m]> now I feel exposed, thanks 🙈
<spikespaz[m]> Is there any reason to not impl core::error::Error for my embedded crate's Error?
<dirbaio[m]> backwards compatibility
<dirbaio[m]> no reason, no :)
<spikespaz[m]> Ty
<spikespaz[m]> But what was the deleted message XD
<dirbaio[m]> I thought you were asking something else
<spikespaz[m]> I remember there used to be edge cases where people had feature gated it under core_error or alloc
<dirbaio[m]> not sure why? it's never required alloc. maybe it's from when it was still unstable?
<spikespaz[m]> Perhaps, but also isn't actual usage difficult if the methods require alloc to be used correctly?
<dirbaio[m]> core::error::Error doesn't require alloc
<dirbaio[m]> maybe you're confusing it with std::io::Error which does
cinemaSundays has quit [Quit: Connection closed for inactivity]
cinemaSundays has joined #rust-embedded
barafael[m] has quit [Quit: Idle timeout reached: 172800s]
<spikespaz[m]> <dirbaio[m]> "maybe you're confusing it with..." <- That sounds accurate
TeXitoi[m] has joined #rust-embedded
M762spr[m] has quit [Quit: Idle timeout reached: 172800s]