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
tetramelly has quit [Ping timeout: 255 seconds]
tetramelly has joined #rust-embedded
tetramelly has quit [Client Quit]
dc740 has quit [Remote host closed the connection]
<NishanthMenon> @jamesmunns:beeper.com @grantm11235:matrix.org Thanks for the hints, I did build it fine.. just as you said, target was missing.. (i just had default aarch64)
rardiol has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lehmrob has quit [Ping timeout: 256 seconds]
genpaku has quit [Read error: Connection reset by peer]
genpaku has joined #rust-embedded
rardiol has joined #rust-embedded
lehmrob has joined #rust-embedded
bjc has joined #rust-embedded
emerent has quit [Ping timeout: 246 seconds]
emerent has joined #rust-embedded
dc740 has joined #rust-embedded
starblue has quit [Ping timeout: 276 seconds]
bpye has quit [Quit: Ping timeout (120 seconds)]
bpye has joined #rust-embedded
starblue has joined #rust-embedded
lehmrob has quit [Ping timeout: 260 seconds]
starblue has quit [Ping timeout: 260 seconds]
<re_irc> <@dominicclifton:matrix.org> Good evening everyone.
<re_irc> <@dominicclifton:matrix.org> I'm here to request STM32H5 PAC support in stm32-rs for ST's new STM32H5 MCUs.
<re_irc> <@dominicclifton:matrix.org> I made this issue on GitHub - https://github.com/stm32-rs/stm32-rs/issues/810
<re_irc> <@dominicclifton:matrix.org> We also need HAL's, where's the best place to request that?
starblue has joined #rust-embedded
<re_irc> <@dngrs:matrix.org> there's #stm32-rs:matrix.org (https://matrix.to/#/#stm32-rs:matrix.org) but in general you won't have much success in _requesting_ features, unless you're going to sponsor them 😬
<re_irc> <@dngrs:matrix.org> * with
dc740 has quit [Remote host closed the connection]
<re_irc> <@randomexplosion:matrix.org> Are there any good ICs for multiplexing UART on an ESP32-C3 with a fifo buffer (ideally 8 channels)?
<re_irc> I'm designing a lasertag system with at least 8 IR recievers per person, each driven by a TIR1000x IrDA chip which converts to UART.
<re_irc> My problem is that I'd like to be able multiplex these without using too many pins on the esp32. I suppose what I'm looking for is an 8+ channel
<re_irc> <@randomexplosion:matrix.org> -I suppose what I'm looking for is an 8+ channel
<re_irc> <@randomexplosion:matrix.org> And more importantly I need the fifo buffer so I don't miss data in the event of two concurrent hits