Andrew Leech
Andrew Leech
Thanks, I'll let you know if I make any progress myself
Yeah that's a good point. While there are a lot of keys I ended up needing in HostConfig, there are even more I never even tried to figure out the...
Author of `pip-system-certs` here, to be clear it's a rather awful, fragile hack! In fact I believe I need to update it to support changes in the latest urllib. I...
Ah, I only just properly reviewed how neat and thorough the existing global registration is! ``` import truststore truststore.inject_into_ssl() ``` Is delightfully clean, though obviously only really works for code...
Hi @sethmlarson I'm referring more to it not working for third party python applications, eg. `twine`, `python-gitlab cli`, pip (ignoring the truststore integration option built in there). I just mean...
Hi @felixdoerre the `MICROPY_PY_UOS_DUPTERM_NOTIFY` functionality looks really straightforward, I definitely think it makes sense to get that added consistently to all ports, at least any one that supports networking /...
Sorry I made the UOS / OS remark based on earlier comments in the thread here, I didn't realise you'd already updated them in the code. Lots of discussions in...
The latest commit (0abc1d9) has been tested on the USB/UART interface of NUCLEO_WB55 to copy a ~ 66KB file with mpremote. Previously this would fail every time.
> Hi, should this be enabled by default for every STM board, including ones that don't even use the internal flash storage for the filesystem ? At the moment I...
I've rebased and cleaned up this MR to include boards more recently merged and ensure it integrates cleanly into the linker consolidation already merged. Newly added boards that use UART_REPL...