Results 152 comments of 9names

Did you try what the help text said for this error? We also have some steps in the "getting started" section of the readme that you should do before going...

interesting. are you able to build https://github.com/rp-rs/rp2040-project-template/? if you could provide a link to your current project I could also try testing it out locally.

I wonder how anything was working if ~/.cargo/bin wasn't on your path, that's quite strange. I can probably help understand the last point: probe-run is designed to work with a...

We derived our GPIO impl from atsamd, I think we should get those folks involved if we're adding a new type of Pin to the implementation, at the very least...

The classic RTIC move is to pick an unused hardware interrupt vector for your software task. So if you're not using USB, for example, you could use the USB vector....

I think this is fully resolved at this point. The vector table for core1 is the same as for core0, so the process of registering interrupts is the same as...

This would require adding Rust codegen support to pioasm, yes?

Not yet. Need to: - port the PIO driver to be able to communicate with the chip then we need to either - provide wrappers the C driver, and replacements...

Note: even the driver in the C sdk does not support bluetooth yet.

There is also the Linux FullMAC driver. A port of this code is out of the question, but it should be a well-tested reference for hardware interaction. https://github.com/Infineon/ifx-linux-wireless https://github.com/Infineon/ifx-wireless-drivers/tree/RTM/v5.10.9-cynder/drivers/net/wireless/broadcom/brcm80211/brcmfmac