Peter Harper

Results 452 comments of Peter Harper

Hmm, you might be on to something. I always run "monitor reset init" after loading the elf. I forgot about that because I have it in .gdbinit and I have...

Thanks and well done. I'm still confused why I don't see this problem

> Do you develop on a Raspberry Pi Yes. I'll check, and maybe try rebuilding to see if I can reproduce the issue

Looks reasonable as far as I can see

This was mentioned in https://github.com/raspberrypi/pico-sdk/issues/1616

There are some changes in the pipeline. But I don't think there's anything stopping you using lwip in Pico builds. You obviously shouldn't be using any cyw43 libraries for Pico...

Yes, that would be good

Looks ok. We might want to protect queue_free so it does nothing if it memory was not allocated on the heap? And maybe add an example, although you can leave...

It might be possible to assert the memory is in the heap? But you can leave queue_free as it is for now.