<re_irc>
<James Munns> If any of you are working on a project, and could use sponsorship, I highly recommend you apply for a foundation grant. I'd love to see as much of that money go to the embedded ecosystem as possible: https://twitter.com/rust_foundation/status/1520032784751996929
<re_irc>
<James Munns> If you're applying for an embedded grant, and want help preparing or reviewing your proposal, feel free to DM me. I'm happy to help as much as I can (I can't write it for you, but might be able to review or suggest phrasing, etc.)
<re_irc>
<James Munns> (you can DM me here on matrix, or on twitter)
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
rardiol has joined #rust-embedded
rardiol has quit [Read error: Connection reset by peer]
<re_irc>
<riskable> Why is it when I call "usb_dev.poll(&mut [keyboard])" everything is hunky dory but when I call "usb_dev.poll(&mut [keyboard, mouse])" I get "invalid device descriptor" errors in Windows? (it works fine in Linux BTW)
<Lumpio->
Did you enable the large control transfer feature
<Lumpio->
...that feature is such a hack. I already figured out a way to do large descriptors without permanently sacrificing a blob of RAM for it but meh.
fabic has quit [Ping timeout: 240 seconds]
genpaku has quit [Ping timeout: 276 seconds]
genpaku has joined #rust-embedded
<re_irc>
<riskable> Lumpio-: How?
<Lumpio->
Enable the control-buffer-256 crate feature
<re_irc>
<dngrs (spookyvision@github)> solved: "itm-decode" was just not necessary; viewing SWO output in a terminal instead 🤦
<re_irc>
<Tatu Pesonen> Hello! I want to dip my feet into embedded development and I want to use Rust for it since I find the language interesting. Now I gotta say I don't have any past experience with embedded programming, I have this small PoC I want to do for my company.
<re_irc>
What development boards do you suggest to start out with? I'm going to need internet connectivity and eventually NFC/RFID
<re_irc>
<newam> if you want internet via Ethernet the STM32H7 boards are good.
<re_irc>
<Tatu Pesonen> Sorry for not being specific enough, I will propably need wireless internet.
<re_irc>
<Tatu Pesonen> * WiFi. I've been thinking of the Raspberry Zero but I don't know if it works well with Rust
<re_irc>
<newam> The raspberry pi zero would be a good place to start, then you don't have to touch "no_std"
<re_irc>
<Tatu Pesonen> Sounds good. I'll grab one of those then, and I think you can also get an RFID module fori t