Andrew Leech

Results 441 comments of Andrew Leech

These are standard limitations of float on any computer system, though embedded ones are where you're more likely to see single precision float these days etc highlights float "inaccuracies" more...

At the moment the Unix port doesn't have any kind of machine module. I've spoken to a few people about starting a (pure python) machine module for Unix with mostly...

Oh wow, turns it I missed that addition... yeah all of a sudden there is a machine module on Unix port. There wasn't one let time I started a new...

Taking a step back, I gather the goal here is to provide a mechanism for specifying / listing multiple C modules to include in a build that don't necessarily need...

Hi @Carglglz before I realised how much you'd improved this PR I put together a different approach that lets the user specify arbitrary user c module in the manifest.py instead...

There are a few incompatibilities with dupterm and the Unix port, I started trying to address this a while back in https://github.com/micropython/micropython/pull/6080 but never got it across the line. What...

That's interesting it works in macos already, presumably you mean the Unix port build on macos using the standard (clang based) compiler there? I actually ran into a bunch of...

Ah, yeah that's a tricky issue. I haven't had to deal with a device that assumes everything is cached and sends notifications / events immediately after connection like that! I'm...

How are you trying to install it? `mpremote mip install umqtt.simple` https://docs.micropython.org/en/latest/reference/packages.html

This was used to test https://github.com/micropython/micropython/pull/17469 and was run with a RPI_PICO2_W and PYBD_SF^