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
<re_irc> <almindor> I see there are old "unproven" feature gated "Pwm" traits in "embedded-hal v0.2.7". Is this being dropped completely for "v1.0" ?
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #rust-embedded
emerent has quit [Ping timeout: 248 seconds]
emerent has joined #rust-embedded
crabbedhaloablut has quit [Ping timeout: 258 seconds]
crabbedhaloablut has joined #rust-embedded
causal has quit [Quit: WeeChat 3.6]
<re_irc> <newam> almindor: I believe so, I think the problem with the ""unproven"" feature is that everyone started using them as-is and it would break a lot to change them, even though they were unproven.
dc740 has joined #rust-embedded
dc740 has quit [Remote host closed the connection]
<re_irc> <almindor> ok, so there are no plans for Pwm traits in embedded-hal anytime soon then
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
starblue has quit [Ping timeout: 252 seconds]
dc740 has quit [Remote host closed the connection]
gsalazar has joined #rust-embedded
gsalazar has quit [Ping timeout: 244 seconds]
starblue has joined #rust-embedded
<re_irc> <chemicstry> Jan Bronicki: BSPs are quite uncommon imo. Probably because they are quite hard to write for most HAL/PACs that use singleton peripheral struct
<re_irc> <chemicstry> +in rust
<re_irc> <antoinevg> Jan Bronicki: I wouldn't necessarily _recommend_ these but this approach has worked for me so far: https://github.com/antoinevg/daisy_bsp and https://github.com/antoinevg/nucleo-h7xx
<re_irc> <antoinevg> Basically labeling pins and some very basic peripheral support.
<re_irc> <therealprof> https://github.com/nrf-rs/microbit would be another example.
starblue has quit [Ping timeout: 246 seconds]
<re_irc> <thejpster> github.com/rp-rs has a bunch too
starblue has joined #rust-embedded
<re_irc> <riskable> Is there something like "#[rustfmt::skip]" that I can pass as a little directive to rustfmt to tell it, "you don't have to put every one of these on its own line"? Like, I _want_ it to format the stuff for me I just don't want it to do this:
<re_irc> M1,
<re_irc> M3,
<re_irc> M2,