Jim Mussared
Jim Mussared
This is not currently supported on pyboard-d and pico-w (they use the same wifi driver). It's not terribly complicated to add as the underlying driver already supports it. extmod/network_cyw43 needs...
> Note that on esp32 wrapped sockets take RAM from the FreeRTOS heap, not the uPy heap. > Not sure how this will actually be implemented on esp32 though. @dpgeorge...
Thanks @MrJake222 ! This is definitely something we see a few requests for, and glad to hear from @mmmdwyer that it's working well. We probably need to clarify the license...
> > It might also be possible to use it as a submodule instead? > > What do you mean? Like, making it separate from `machine` module? A git submodule....
> Ahh like that... But which repository should it be linked to? `plieningerweb` one? Or mine for example? In general, if this were a third-party library, then it should point...
This will need tests, but I guess we can decide whether it's worth merging first. FWIW +76 bytes on PYBV11.
Note this depends on https://github.com/micropython/mynewt-nimble/pull/1
> Sounds fair, I was not sure if adding to the CI was needed or not for board builds to show up on https://micropython.org/download/ Nope, that runs through a separate...
> Does it make sense to add shortcuts to mpremote (ie touch -> fs touch, edit -> fs edit)? If so, `docs/reference/mpremote.rst` also needs updating. I had no idea these...
I have updated this to make "edit" only apply to mpremote, keeping "touch" on pyboard.py. I've also made it so you can terminate the list of file arguments, allowing chaining...