Angus Gratton
Angus Gratton
MicroPython priorities RAM usage heavily, and there are more than two possible ways to approach this. It should be entirely possible to have a single controller driver that pre-allocates buffers...
I've edited this thread to remove some comments. MicroPython has a [code of conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md), and we will enforce it if necessary. Making constructive comments about the specific technical merits (or...
I've made some more updates based on the feedback here, thanks everyone for your time looking over this doc. Next will try implementing an initial driver. Will use the STM32...
@kentindell Yes, for sure - I should have given more details. I'm hoping we can make the hardware controller specific parts a thin wrapper around the hardware queue, and the...
> are you ready to say the API is finalized? I'd like to not be in limbo moving forwards as we've got users wanting a stable CAN API. I think...
@NoosaHydro Which ESP boards are you finding that lock up or reset with the current mpremote/pyboard behaviour, and with which host OS? Most ESP8266/ESP32 development boards have some version of...
@andrewleech Thanks Andrew, that's useful context. I'm still curious how widespread this problem is. I have an embarrassing number of ESP32 boards and some ESP8266 ones, and I debugged these...
For additional reference, here is some previous work on this as done by @Josverl and discussed on Discord recently. Note that according to Jos' research there are some (non-ESP) boards...
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...