Andrew Leech

Results 572 comments of Andrew Leech

Because the 8266 is resource constrained (compared to many newer devices) the official micropython builds only include the core features; some of the extra features are clearly needed to run...

I assume by pymakr you mean the obsolete ide from pycom? This never actually supported official micropython. Mpremote is the official tool for copying files onto a device, I use...

The vscode type stubs for autocomplete etc come from here: https://micropython-stubs.readthedocs.io/en/main/ I'm more commonly using custom hardware so I have a submodule of micropython itself which I'll custom compile to...

Thanks yes I'll update that. These classes were copied from cpython yes, with very minimal updates for compatibility if I recall correctly. The licencing declaration is a good point, thanks...

I actually think this might be a symptom of a real issue where it's sometimes using the wrong model, especially when you've got multiple sessions running on the same machine...

I just did a clean `git checkout v1.23.0` followed by a compile of esp32 S3 with the official Espressif docker image v5.2.1 with no errors. I've got a script I...

The structure hung used is for `modbluetooth.h` to act like an "interface", that is it's the single source of truth for low level functions that need to be defined for...

That's a surprisingly detailed find thanks for investigating @projectgus ! I haven't confirmed but also suspected I may have introduced a bug in tinyusb. In my recent change I added...

@robert-hh are you able to replicate the scenario where the device connects but repl appears to be locked up even on unplug / replug of usb? If so, can you...

Thanks for the feedback @robert-hh - are you using this from Linux also? If you are, it sounds to me like what you're seeing is broadly the same as what...