Andrew Leech

Results 444 comments of Andrew Leech

Oh great find! Does the buffer just need to be declared `volatile` instead?

At yes good point, I always think changing gcc opt settings like this is only hiding underlying problems, but it's far cleaner than needing to change the library code.

@kdschlosser I'd say this is a case of don't let perfect get in the way of good enough. While it'd be nice to not need any version checking in the...

@DvdGiessen could you check if master still builds with v5.2.1 for you? It's fine for S3 etc but `ESP32_GENERIC` build is failing with: ``` ld: region `iram0_0_seg' overflowed by 84...

I'm surprised to hear this fails on the pyboard, that's what most official testing would be done on. That addr_mode is to generate a resolvable address which I would have...

I'm not completely sure (it's been a few years since I worked on this) but whenever you bond the connection the phone will cache the service list and it won't...

asyncio isn't about just using free CPU time around IO use, it's more about conveniently writing and scheduling multiple "mostly concurrent" tasks. I too was curious as to your actual...

Interesting, yes responding to rs485 is a useful situation for sure. In cases like this, particularly when needing to wait for and detect an assembled packet of data, as Jim...

Ah interesting, I did see some of the return handling and kind of assumed it shouldn't matter - if someone is dealing with the repl (live coding) they're unlikely to...

Ah, I might need to read through the other PR discussion a bit more... but in the mean time this is a little off: ``` $ ~/micropython/ports/unix/build-standard/micropython MicroPython v1.22.0-preview.32.g2c1c7d8b30 on...