Jonathan Pallant

Results 245 comments of Jonathan Pallant

I think it's an ordering issue. You always check against the lowest item in the map.

[pico_blinky.zip](https://github.com/raspberrypi/picotool/files/7285084/pico_blinky.zip)

I can confirm that sorting our sections fixes the crash. But you should probably tolerate sections that aren't in order (or at least give a better error than an assertion)....

Ah, main availability won't be until September and it looks like CubeMX (and hence the packs containing the SVD files) won't be around until then. I expect it'll appear at...

I have no need for the chip now, so I won't be writing anything (unless I'm paid to do so).

So I've fallen across this issue attempting to compile https://github.com/cloudflare/quiche for `thumbv8m.main-none-eabi`. Some changes I've had to make to get as far as linker errors with undefined symbols include: *...

If you haven't seen it, Bunnie has a pure-Rust version of ring (over in their Xous fork), allowing it to compile for RISC-V.

Maybe it should be `embedded-alloc` in line with other crates in this org?

Are you using an RP2040 BSP, or do you have the RP2040 bootloader set up? The RP2040 doesn't boot like any other Cortex-M CPU and requires a second-stage bootloader. Please...

@Urhengulas we should add a note to app-template that it doesn't work on the RP2040 and that they need to use an RP2040-based BSP, or otherwise include the Bootloader.