Jim Mussared

Results 211 comments of Jim Mussared

Also just realised these are 1-bit not greyscale, updated the code above.

Thanks @Darkness4191 for the detailed report. My first guess would be something related to allocating buffers in mbedtls, and something about the state the device is in is causing the...

> I'm not familiar with the term 'root pointer', and google isn't helpful. Is that a pointer declared outside any other scope in the file (e.g. at the top)? Because...

Argh... I searched for issues before raising this. But it was in a PR, and I even commented and linked to the same OSHWA doc... See: https://github.com/micropython/micropython/pull/7367 (I don't understand...

@sosi-deadeye This is not helpful or welcome here. Please see https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md This is simple -- the names are changing and we should (also) support the new names.

Which port are you using? On stm32 this is already supported for some configurations using mp_hal_get_mac, which you can override in your board definition. But I agree this would be...

Also, out of curiosity, do you want to set a public address (i.e. from a purchased block) or a random static?

> Is this function available? @jie-smile See above, do you want a public or random static address? Which port are you using?

> make this configurable in mpconfigport for POSIX @dogtopus Yes this is exactly how it would work and you'd be able to override it on any port (or board /...

Thanks @ThinkTransit & @andrewleech ! I've raised a tiny PR to the main repo (micropython/micropython#9295) which makes the REPL run by default in the context of `__main__` (i.e. the same...