Caleb Jamison
Caleb Jamison
Initial support is coming in #3243, though much work remains.
JP has a pull request for elf2uf2-rs to allow use with the rp2350. https://github.com/JoNil/elf2uf2-rs/pull/33
Nice catch. When doing the initial support I loaded all my firmware using the uf2 method, and so the usb bootloader must've set up timer0 for me. Since the bootrom...
Embassy doesn't have board specific code, but embassy does support the rp2350, yes. Check out the examples here: https://github.com/embassy-rs/embassy/tree/main/examples/rp23
For now you'll have to use a git dependency. See here: https://embassy.dev/book/index.html#_how_do_i_switch_to_the_main_branch
collada-dom now builds on arch with boost 1.85, no need to downgrade.
Nope, for my use I'll be using lwwreg and vclock. Perhaps a hashbrown feature to opt into it, rather than somewhat obscuring it behind no_std? I don't know if there...
No changes needed post-stabilization.
Build error can be fixed by depending on pio-rs from this pr: https://github.com/rp-rs/pio-rs/pull/66
I think we should wait. It's not clear if the pio-rs pr will need to change more or not. This pr is also out of sync with the current state...