Jim Mussared

Results 38 issues of Jim Mussared

Split out from https://github.com/micropython/micropython/pull/10758#issuecomment-1752272998 This allows `-O3` to be enabled on a per-function basis, rather than whole-file as it is currently implemented with `CSUPEROPT`. This avoids having to waste code...

py-core

It requires the unix pcre-based re module. See https://github.com/orgs/micropython/discussions/13570 This work was funded through GitHub Sponsors.

When webrepl starts, it prints out the IP address to stdout, however it does this by querying the `network.WLAN` object -- https://github.com/micropython/micropython-lib/blob/master/micropython/net/webrepl/webrepl.py#L105 This should also try `network.LAN` (and not fail...

I'm involved with the MicroPython project, which has just added support for littlefs as the on-device filesystem. We'd like to write some integration tests, which will include simulating power-loss events....

### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...

Status: Done
Resolution: Done

As Herald is a connectable peripheral, the default GAP service will be available to any client. This includes the "Device Name" characteristic, which is a user-configurable value (e.g. "Jim's Pixel...

This provides binaries that will be used to generate mpy-cross binaries for inclusion in a future PyPI package. Includes Linux (32-bit and 64-bit), Windows (32-bit and 64-bit), aarch64 (e.g. 64-bit...

This builds on the extensive work done by @IhorNehrutsa and @jonathanhogg (with contributions from many others including @robert-hh and @harbaum). Thank you to everyone involved!! It combines the design +...

port-esp32