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)
<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