Uri Shaked
Uri Shaked
Thanks! Is this behavior different from the physical Pi Pico? (I don't have one at the moment to test it on)
Thanks for creating a separate branch for this! It's interesting, maybe the reason for the difference is that the Pi Pico has the older version of the bootrom, V0? In...
> I didn't include the bootrom.hex because I'm not sure every pico in the market has the same, I think it is better let every chip owner who is interested...
> I think this will take ages to me, once I finished You already released the arduino nano rp2040 emulator... in the meanwhile I simply add a control that check...
> automatic alignment of the gdbdiff starting point. What does it mean?
> trying to automate this would be smart too? Oh, I get it. Well, how do you suggest to do that?
By the way, I found a way to disable interrupts (on silicone) without setting PRIMASK.PM to 1: ``` monitor cortex_m maskisr on ```
We already have monitor in gdbclient :-) With gdbserver, the thing is `monitor` isn't a standard things, the way it works depends on the debugger you are using. In case...
Thanks for reporting! Seems like the new MicroPython version uses USB double buffering (section 4.1.2.5.3 in the datasheet). We don't implement that yet.
Using `git bisect`, I found that the problem started with micropython/micropython@587339022689187a1acbccc1d0e2425a67385ff7