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
genpaku has joined #rust-embedded
emerent has quit [Ping timeout: 240 seconds]
emerent has joined #rust-embedded
funsafe has joined #rust-embedded
GenTooMan has quit [Ping timeout: 240 seconds]
GenTooMan has joined #rust-embedded
emerent has quit [Read error: Connection reset by peer]
emerent has joined #rust-embedded
explore has quit [Quit: Connection closed for inactivity]
vancz has quit []
vancz has joined #rust-embedded
vancz has quit [Read error: Connection reset by peer]
emerent has quit [Read error: Connection reset by peer]
emerent has joined #rust-embedded
vancz has joined #rust-embedded
vancz has quit [Ping timeout: 256 seconds]
vancz has joined #rust-embedded
causal has quit [Quit: WeeChat 3.5]
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
dc740 has joined #rust-embedded
vancz has quit [Remote host closed the connection]
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
Foxyloxy has joined #rust-embedded
cr1901_ has joined #rust-embedded
vancz has joined #rust-embedded
cr1901 has quit [Ping timeout: 250 seconds]
<re_irc> <yruama_lairba> hi, why all my dependencies are checked when i run cargo check ?
cr1901_ is now known as cr1901
<cr1901> Hmmm, so embedded-hal-mock has been updated for alpha.6. linux-embedded-hal for alpha.7, and I've been targeting alpha.8 for my HAL crate... whee...
dc740 has quit [Remote host closed the connection]
<re_irc> <James Munns> yruama_lairba: Cargo check is basically "half compiling" your code, you need to do that for your deps first so you know if your code is using your deps correctly
<re_irc> <yruama_lairba> James James Munns this is annoying when you have a MCP pac in deps
<re_irc> <yruama_lairba> * MCU
<re_irc> <James Munns> I can't fix it! Just explaining why it is that way.
<Lumpio-> I think checking that you're using your deps correctly is better than not.
<re_irc> <yruama_lairba> need help for using this https://docs.rs/stm32f4xx-hal/0.13.2/stm32f4xx_hal/rcc/trait.Reset.html
<re_irc> <yruama_lairba> i don't know where to get the RccRb
explore has joined #rust-embedded
<re_irc> <yruama_lairba> Ok, apparently i have no legal way to get a RccRb in the place i need it