Damien George
Damien George
This looks like a really good improvement! > As written, it removes support for the W5200 and W5300 chips Hmm, that might be a problem. The stm32 port has supported...
> Where could I get a demo/eval board to test against? I don't know! I'm happy to test. If you can just add some code that looks reasonable and builds...
It looks like this only happens on Windows with `mpremote`, due to the fact that `ConsoleWindows.write` is trying to convert bytes to str where the bytes has a partial unicode/utf-8...
Sorry @mattytrentini this PR got a bit lost :sweat_smile: > Is there a better way to present these LEDs? You can use `machine.Signal("LED_R", invert=True)`. That allows on/off to do the...
> First, when running in a callback-based environment such as Emscripten that needs to return every now and then, otherwise blocking the whole browser Yes, that does present a real...
Thinking about this more, it *may* be possible in *some* cases to pause/resume execution. If the outer function is bytecode, and bytecode is only calling bytecode (ie not calling built-in...
> If the outer function is bytecode, and bytecode is only calling bytecode (ie not calling built-in C functions which then may call bytecode again), > > I don't realize...
Thanks for the contribution! At first glance this looks like a good enhancement. Please can you add tests to get 100% coverage of the new code.
> I've finished implementing your suggestions, and rebased on HEAD. Thank you so much for your attention to every detail. It's really what makes MicroPython such a great project! Thanks...
This can now be rebased on the latest master, to pick up the new float formatting code.