Jim Mussared
Jim Mussared
Thanks @amirgon for your work on this and for bringing it to our attention in the first place -- this has been merged via #12678 which contains essentially the same...
I have updated this PR to make a common mechanism for having RTOS tasks call into a MicroPython thread. This replaces the `MICROPY_PY_BLUETOOTH_USE_SYNC_EVENTS_WITH_INTERLOCK` that was previously used specifically for ESP32,...
> Are there any plans for the merge of this PR? Yes. See https://github.com/micropython/micropython/pull/8945#issuecomment-1718852697 -- still some more work to go on this, and need to update the Zephyr port...
Updated the title as this affects all ports not just esp32. hard-fp works in dynamic native modules, but I'm not sure if soft-fps will ever be supported as it's a...
> Are there any new developments? @Mopele yes. v1.21 and the recent v1.22 included several changes related to this. See https://github.com/orgs/micropython/discussions/12316
We did this!
Thanks @andrewleech -- I think everything here is now covered in #576
Closing due to inactivity. Significant improvements were made to `logging` in https://github.com/micropython/micropython-lib/pull/507, however a SocketHandler (and SysLogHandler) and CircularFileHandler might be worthwhile adding as extension modules. (i.e. I don't think...
I'm from the MicroPython project -- we have full support for the W5100 HAT and the W5100 & W5500 EVB boards in upstream MicroPython. Currently the HAT is supported by...
Thanks @rafaelaroca There was an issue with default pin selection, I actually sent a PR to fix this earlier this week. Will hopefully be merged soon. https://github.com/micropython/micropython/pull/9224 Separately we need...