Andrew Leech
Andrew Leech
I agree this bug needs to be fixed in micropython to be able to use these user-C modules properly. This is one of the things I hate about `cmake`, it...
The RPI Pico uses BTStack for Bluetooth. It has a compiled in setting for how much ram is allocated to the services and characteristics DB called `MAX_ATT_DB_SIZE` at https://github.com/micropython/micropython/blob/82e69df33e379bf491bea647e217d6d56c5b8090/extmod/btstack/btstack_config_common.h#L41 If...
hashlib is intended to be a subset of the official cpython hashlib, as are all builtins that have a matching name cpython module. 
This is prompted by discussions started in https://github.com/micropython/micropython/pull/17322#issuecomment-2890240314 For reference this was built from just three prompts in a new Claude code session: ``` ╭──────────────────────────────────────────────╮ │ > for this activity...
> Is this a meaningful thing to add? A tool is not an author and a \"noreply\" email isn't much use for posterity. I'm very open to discussions about this,...
> if you wanted a repl wouldn't you just use a repl? I would argue that state persisting between individual mpremote commands would be the more surprising outcome, since mpremote...
> Suffice to say my takes on AI contributions to code are not optimistic. I was the same only a few months ago, my belief was they were mildly helpful...
> mpremote run a.py run b.py does not do a soft reset for the second run. I was getting unsure whether a reset before `run` would be more intuitive still,...
> Not only can you tell it was written by AI, you can also tell it wasn't actually tested. 🙃 That's why this PR is still in draft, it still...
> Take that default from an environment variable There is support in mpremote for a local config file in the user directory, I had thought of maybe having a config...